Provides python-kerberos
(cherry picked from commit 7229e76843631d6d622401e0620bb08e51548161)
This commit is contained in:
parent
6455e76dcf
commit
a92ad35ff2
@ -1,6 +1,6 @@
|
||||
Name: python-kerberos
|
||||
Version: 1.3.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Summary: Kerberos high-level interface
|
||||
License: Apache License, Version 2.0
|
||||
URL: https://github.com/apple/ccs-pykerberos
|
||||
@ -18,12 +18,14 @@ authentication based on <http://www.ietf.org/rfc/rfc4559.txt>.
|
||||
|
||||
%package -n python2-kerberos
|
||||
Summary: Kerberos high-level interface
|
||||
%{?python_provide:%python_provide python2-kerberos}
|
||||
BuildRequires: python2-devel
|
||||
%description -n python2-kerberos
|
||||
%{desc}
|
||||
|
||||
%package -n python3-kerberos
|
||||
Summary: Kerberos high-level interface
|
||||
%{?python_provide:%python_provide python3-kerberos}
|
||||
BuildRequires: python3-devel python3-setuptools
|
||||
%description -n python3-kerberos
|
||||
%{desc}
|
||||
@ -48,7 +50,11 @@ BuildRequires: python3-devel python3-setuptools
|
||||
%{python3_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 27 2021 caodongxia <caodongxia@huawei.com> - 1.3.0-3
|
||||
- Provides python-kerberos
|
||||
|
||||
* Tue Sep 01 2020 wangxiao <wangxiao65@huawei.com> - 1.3.0-2
|
||||
- add support for python2
|
||||
|
||||
* Tue Sep 1 2020 wangxiao <wangxiao65@huawei.com> - 1.3.0-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user