Compare commits
No commits in common. "2c0904ef34540e4c1551928db4c3ceadaac0fde0" and "65eae9c9fde17ae8b2a536224a00f86d1a1c5e10" have entirely different histories.
2c0904ef34
...
65eae9c9fd
BIN
gssapi-1.7.3.tar.gz
Normal file
BIN
gssapi-1.7.3.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,17 +1,17 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-gssapi
|
Name: python-gssapi
|
||||||
Version: 1.8.3
|
Version: 1.7.3
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Python GSSAPI Wrapper
|
Summary: Python GSSAPI Wrapper
|
||||||
License: ISC
|
License: LICENSE.txt
|
||||||
URL: https://github.com/pythongssapi/python-gssapi
|
URL: https://github.com/pythongssapi/python-gssapi
|
||||||
Source0: https://files.pythonhosted.org/packages/source/g/gssapi/gssapi-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/94/a3/017f779dae311964aa919bb57852ec4ce9b30ad4a5973d8bee1022f192ec/gssapi-1.7.3.tar.gz
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Python-GSSAPI provides both low-level and high level wrappers
|
Python-GSSAPI Python-GSSAPI provides both low-level and high level wrappers
|
||||||
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
|
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
|
||||||
should also be useable with other GSSAPI mechanisms.
|
should also be useable with other GSSAPI mechanisms.Documentation for the latest
|
||||||
Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
|
released version (including pre-release versions) can be found at <.
|
||||||
|
|
||||||
%package -n python3-gssapi
|
%package -n python3-gssapi
|
||||||
Summary: Python GSSAPI Wrapper
|
Summary: Python GSSAPI Wrapper
|
||||||
@ -22,26 +22,25 @@ BuildRequires: python3-setuptools
|
|||||||
BuildRequires: python3-pbr
|
BuildRequires: python3-pbr
|
||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-wheel
|
BuildRequires: python3-wheel
|
||||||
BuildRequires: python3-Cython
|
|
||||||
BuildRequires: krb5-devel >= 1.10 krb5-libs >= 1.10 gcc
|
BuildRequires: krb5-devel >= 1.10 krb5-libs >= 1.10 gcc
|
||||||
# General requires
|
# General requires
|
||||||
BuildRequires: python3-decorator
|
BuildRequires: python3-decorator
|
||||||
# General requires
|
# General requires
|
||||||
Requires: python3-decorator krb5-libs >= 1.10
|
Requires: python3-decorator krb5-libs >= 1.10
|
||||||
%description -n python3-gssapi
|
%description -n python3-gssapi
|
||||||
Python-GSSAPI provides both low-level and high level wrappers
|
Python-GSSAPI Python-GSSAPI provides both low-level and high level wrappers
|
||||||
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
|
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
|
||||||
should also be useable with other GSSAPI mechanisms.
|
should also be useable with other GSSAPI mechanisms.Documentation for the latest
|
||||||
Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
|
released version (including pre-release versions) can be found at <.
|
||||||
|
|
||||||
%package help
|
%package help
|
||||||
Summary: Python GSSAPI Wrapper
|
Summary: Python GSSAPI Wrapper
|
||||||
Provides: python3-gssapi-doc
|
Provides: python3-gssapi-doc
|
||||||
%description help
|
%description help
|
||||||
Python-GSSAPI provides both low-level and high level wrappers
|
Python-GSSAPI Python-GSSAPI provides both low-level and high level wrappers
|
||||||
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
|
around the GSSAPI C libraries. While it focuses on the Kerberos mechanism, it
|
||||||
should also be useable with other GSSAPI mechanisms.
|
should also be useable with other GSSAPI mechanisms.Documentation for the latest
|
||||||
Documentation can be found at <https://pythongssapi.github.io/python-gssapi>.
|
released version (including pre-release versions) can be found at <.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n gssapi-%{version}
|
%autosetup -n gssapi-%{version}
|
||||||
@ -84,26 +83,16 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat May 11 2024 xiejing <xiejing@kylinos.cn> - 1.8.3-2
|
|
||||||
- fix package description
|
|
||||||
|
|
||||||
* Wed Feb 21 2024 xu_ping <707078654@qq.com> - 1.8.3-1
|
|
||||||
- Upgrade package python3-gssapi to version 1.8.3
|
|
||||||
|
|
||||||
* Thu Apr 6 2023 Dongxing Wang <dxwangk@isoftstone.com> - 1.8.2-1
|
|
||||||
- Upgrade package python3-gssapi to version 1.8.2
|
|
||||||
|
|
||||||
* Fri Sep 2 2022 liyanan <liyanan32@h-partners.com> - 1.7.3-2
|
|
||||||
- License compliance rectification
|
|
||||||
|
|
||||||
* Mon May 30 2022 OpenStack_SIG <openstack@openeuler.org> - 1.7.3-1
|
* Mon May 30 2022 OpenStack_SIG <openstack@openeuler.org> - 1.7.3-1
|
||||||
- Upgrade package python3-gssapi to version 1.7.3
|
- Upgrade package python3-gssapi to version 1.7.3
|
||||||
|
|
||||||
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.5.1-4
|
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 1.5.1-4
|
||||||
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
- DESC: delete -S git from %autosetup, and delete BuildRequires git
|
||||||
|
|
||||||
* Fri Oct 21 2020 leiju <leiju4@huawei.com> - 1.5.1-3
|
*Wed Oct 21 2020 leiju <leiju4@huawei.com> - 1.5.1-3
|
||||||
- remove python2 subpackage
|
- remove python2 subpackage
|
||||||
|
|
||||||
* Tue Apr 28 2020 yanan li <liyanan032@huawei.com> - 1.5.1-2
|
* Tue Apr 28 2020 yanan li <liyanan032@huawei.com> - 1.5.1-2
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user