Blame SPECS/python-gssapi.spec

688f09
# NOTE: tests are disabled since should_be has not yet been packaged.
688f09
688f09
Name:           python-gssapi
688f09
Version:        1.6.9
688f09
Release:        5%{?dist}
688f09
Summary:        Python Bindings for GSSAPI (RFC 2743/2744 and extensions)
688f09
688f09
License:        ISC
688f09
URL:            https://github.com/pythongssapi/python-gssapi
688f09
Source0:        https://github.com/pythongssapi/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
688f09
688f09
# Patches
688f09
688f09
BuildRequires:  krb5-devel >= 1.10
688f09
BuildRequires:  krb5-libs >= 1.10
688f09
BuildRequires:  gcc
688f09
BuildRequires:  python3-devel
688f09
BuildRequires:  python3-setuptools
688f09
BuildRequires:  python3-Cython
688f09
688f09
# For autosetup
688f09
BuildRequires: git
688f09
688f09
%global _description\
688f09
A set of Python bindings to the GSSAPI C library providing both\
688f09
a high-level pythonic interfaces and a low-level interfaces\
688f09
which more closely matches RFC 2743.  Includes support for\
688f09
RFC 2743, as well as multiple extensions.
688f09
688f09
%description %_description
688f09
688f09
%package -n python3-gssapi
688f09
Summary:        Python 3 Bindings for GSSAPI (RFC 2743/2744 and extensions)
688f09
688f09
Requires:       krb5-libs >= 1.10
688f09
Requires:       python3-six
688f09
Requires:       python3-decorator
688f09
688f09
%description -n python3-gssapi %_description
688f09
688f09
%{?python_provide:%python_provide python3-gssapi}
688f09
688f09
%prep
688f09
%autosetup -S git -n %{name}-%{version}
688f09
688f09
%build
688f09
%py3_build
688f09
688f09
%install
688f09
%py3_install
688f09
688f09
# fix permissions on shared objects (mock seems to set them
688f09
# to 0775, whereas a normal build gives 0755)
688f09
find %{buildroot}%{python3_sitearch}/gssapi -name '*.so' \
688f09
    -exec chmod 0755 {} \;
688f09
688f09
%files -n python3-gssapi
688f09
%doc README.txt
688f09
%license LICENSE.txt
688f09
%{python3_sitearch}/*
688f09
688f09
%changelog
688f09
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.9-5
688f09
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
688f09
  Related: rhbz#1991688
688f09
688f09
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.9-4
688f09
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
688f09
688f09
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.9-3
688f09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
688f09
688f09
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.9-2
688f09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
688f09
688f09
* Tue Jul 07 2020 Robbie Harwood <rharwood@redhat.com> - 1.6.9-1
688f09
- New upstream release (1.6.9)
688f09
688f09
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.6.5-2
688f09
- Rebuilt for Python 3.9
688f09
688f09
* Wed Apr 08 2020 Robbie Harwood <rharwood@redhat.com> - 1.6.5-1
688f09
- New upstream release (1.6.5)
688f09
688f09
* Tue Apr 07 2020 Robbie Harwood <rharwood@redhat.com> - 1.6.4-1
688f09
- New upstream release (1.6.4)
688f09
- Resolves: #1821889
688f09
688f09
* Tue Feb 25 2020 Robbie Harwood <rharwood@redhat.com> - 1.6.2-1
688f09
- New upstream release (1.6.2)
688f09
688f09
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.1-5
688f09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
688f09
688f09
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.6.1-4
688f09
- Rebuilt for Python 3.8.0rc1 (#1748018)
688f09
688f09
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.6.1-3
688f09
- Rebuilt for Python 3.8
688f09
688f09
* Wed Aug 14 2019 Robbie Harwood <rharwood@redhat.com> - 1.6.1-2
688f09
- Drop python2 subpackage for fc32+
688f09
688f09
* Fri Aug 09 2019 Robbie Harwood <rharwood@redhat.com> - 1.6.1-1
688f09
- New upstream version: 1.6.1
688f09
688f09
* Thu Jul 25 2019 Robbie Harwood <rharwood@redhat.com> - 1.5.1-4
688f09
- Restore python2 subpackage for fc31 by request of offlineimap
688f09
688f09
* Thu May 30 2019 Robbie Harwood <rharwood@redhat.com> - 1.5.1-3
688f09
- Drop python2 subpackage
688f09
688f09
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2
688f09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
688f09
688f09
* Wed Jul 18 2018 Robbie Harwood <rharwood@redhat.com> - 1.5.1-1
688f09
- Remove warning about collections ABCs on python3.7
688f09
- Resolves: #1594834
688f09
688f09
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-4
688f09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
688f09
688f09
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.5.0-3
688f09
- Rebuilt for Python 3.7
688f09
688f09
* Tue May 08 2018 Robbie Harwood <rharwood@redhat.com> - 1.5.0-2
688f09
- Fix tox dependency
688f09
688f09
* Fri Apr 06 2018 Robbie Harwood <rharwood@redhat.com> - 1.5.0-1
688f09
- Prepare for release 1.5.0
688f09
688f09
* Wed Mar 07 2018 Robbie Harwood <rharwood@redhat.com> - 1.4.1-2
688f09
- Add gcc to build-deps
688f09
688f09
* Fri Feb 16 2018 Robbie Harwood <rharwood@redhat.com> - 1.4.1-1
688f09
- Prepare for release 1.4.1
688f09
688f09
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
688f09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
688f09
688f09
* Fri Jan 19 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.3.0-2
688f09
- Update Python 2 dependency declarations to new packaging standards
688f09
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
688f09
688f09
* Fri Dec 01 2017 Robbie Harwood <rharwood@redhat.com> - 1.3.0-1
688f09
- New upstream release v1.3.0
688f09
688f09
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.2.0-8
688f09
- Python 2 binary package renamed to python2-gssapi
688f09
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
688f09
688f09
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-7
688f09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
688f09
688f09
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-6
688f09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
688f09
688f09
* Tue Apr 04 2017 Robbie Harwood <rharwood@redhat.com> 1.2.0-5
688f09
- Fix problem where gss_display_status can infinite loop
688f09
- Move to autosetup and rpm-git-tree
688f09
688f09
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4
688f09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
688f09
688f09
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-3
688f09
- Rebuild for Python 3.6
688f09
688f09
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
688f09
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
688f09
688f09
* Thu Mar 03 2016 Robbie Harwood <rharwood@redhat.com> - 1.2.0-1
688f09
- New upstream version 1.2.0
688f09
688f09
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-2
688f09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
688f09
688f09
* Mon Nov 30 2015 Robbie Harwood <rharwood@redhat.com> - 1.1.4-1
688f09
- New upstream version 1.1.4
688f09
- Resolves #1286458
688f09
688f09
* Wed Nov 04 2015 Robert Kuska <rkuska@redhat.com> - 1.1.3-2
688f09
- Rebuilt for Python3.5 rebuild
688f09
688f09
* Fri Sep 04 2015 Robbie Harwood <rharwood@redhat.com> - 1.1.3-1
688f09
- New upstream minor release
688f09
688f09
* Thu Aug 20 2015 Simo Sorce <simo@redhat.com> - 1.1.2-1
688f09
- New minor release.
688f09
- Resolves #1254458
688f09
- Fixes a crash bug when inquiring incomplete security contexts
688f09
688f09
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-2
688f09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
688f09
688f09
* Tue Apr 28 2015 Simo Sorce <simo@redhat.com> - 1.1.1-1
688f09
- New minor release.
688f09
688f09
* Thu Feb 19 2015 Solly Ross <sross@redhat.com> - 1.1.0-1
688f09
- Initial Packaging