Blame SPECS/python-kerberos.spec

b1d007
%global srcname kerberos
b1d007
%global sum A high-level wrapper for Kerberos (GSSAPI) operations
b1d007
b1d007
Name:           python-%{srcname}
b1d007
Version:        1.3.0
b1d007
Release:        11%{?dist}
b1d007
Summary:        %{sum}
b1d007
d21295
License:        ASL 2.0
b1d007
# SVN browser is at https://trac.calendarserver.org/browser/PyKerberos
b1d007
URL:            https://pypi.python.org/pypi/kerberos
b1d007
Source0:        https://pypi.python.org/packages/source/k/%{srcname}/%{srcname}-%{version}.tar.gz
b1d007
Source1:        LICENSE
b1d007
b1d007
BuildRequires:  python3-devel
b1d007
BuildRequires:  python3-setuptools
d21295
BuildRequires:  krb5-devel
b1d007
BuildRequires:  gcc
d21295
d21295
b1d007
%global desc This Python package is a high-level wrapper for Kerberos (GSSAPI) operations.\
b1d007
The goal is to avoid having to build a module that wraps the entire\
b1d007
Kerberos framework, and instead offer a limited set of functions that do what\
b1d007
is needed for client/server Kerberos authentication based on\
d21295
<http://www.ietf.org/rfc/rfc4559.txt>.
d21295
b1d007
%description
b1d007
%{desc}
d21295
b1d007
%package -n python3-%{srcname}
b1d007
Summary:        %{sum}
b1d007
%{?python_provide:%python_provide python3-%{srcname}}
d21295
b1d007
%description -n python3-%{srcname}
b1d007
%{desc}
d21295
b1d007
%prep
b1d007
%setup -q -n %{srcname}-%{version}
d21295
d21295
%build
b1d007
%{py3_build}
d21295
d21295
%install
b1d007
install -m 644 $RPM_SOURCE_DIR/LICENSE LICENSE 
b1d007
%{py3_install}
d21295
b1d007
%files -n python3-%{srcname}
b1d007
%license LICENSE
b1d007
%doc README.rst
b1d007
%{python3_sitearch}/*
d21295
d21295
b1d007
%changelog
b1d007
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-11
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
d21295
b1d007
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-10
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d21295
b1d007
* Sat May 23 2020 Miro Hron훾ok <mhroncok@redhat.com> - 1.3.0-9
b1d007
- Rebuilt for Python 3.9
b1d007
b1d007
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-8
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b1d007
b1d007
* Tue Sep 10 2019 Rob Crittenden <rcritten@redhat.com> - 1.3.0-7
b1d007
- Drop python 2 sub-packages (#1750421)
b1d007
b1d007
* Fri Aug 16 2019 Miro Hron훾ok <mhroncok@redhat.com> - 1.3.0-6
b1d007
- Rebuilt for Python 3.8
b1d007
b1d007
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-5
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b1d007
b1d007
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-4
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b1d007
b1d007
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-3
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b1d007
b1d007
* Sun Jun 17 2018 Miro Hron훾ok <mhroncok@redhat.com> - 1.3.0-2
b1d007
- Rebuilt for Python 3.7
ef5b63
b1d007
* Tue Mar 13 2018 Rob Crittenden <rcritten@redhat.com> - 1.3.0-1
b1d007
- Update to upstream 1.3.0
b1d007
b1d007
* Wed Feb 21 2018 Rob Crittenden <rcritten@redhat.com> - 1.2.5-7
b1d007
- Add BuildRequires on gcc
b1d007
b1d007
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-6
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b1d007
b1d007
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-5
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
b1d007
b1d007
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-4
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b1d007
b1d007
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.5-3
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b1d007
b1d007
* Mon Dec 19 2016 Miro Hron훾ok <mhroncok@redhat.com> - 1.2.5-2
b1d007
- Rebuild for Python 3.6
b1d007
b1d007
* Tue Jul 19 2016 Rob Crittenden <rcritten@redhat.com> - 1.2.5-1
b1d007
- Update to upstream 1.2.5. Fixes single bug,
b1d007
  http://www.calendarserver.org/changeset/15659
b1d007
- Include LICENSE since upstream dropped it from the tarball
b1d007
b1d007
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.4-3
b1d007
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
b1d007
b1d007
* Mon Jul 11 2016 Rob Crittenden <rcritten@redhat.com> - 1.2.4-2
b1d007
- Accept principal=None in authGSSClientInit, upstream issue 942 (#1354334)
b1d007
b1d007
* Thu Feb 18 2016 Michal Schmidt <mschmidt@redhat.com> - 1.2.4-1
b1d007
- Update to current upstream release.
b1d007
- Build for both python2 and python3.
b1d007
b1d007
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-19
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b1d007
b1d007
* Sat Aug 15 2015 Rob Crittenden <rcritten@redhat.com> - 1.1-18
b1d007
- Move LICENSE to the license tag instead of doc.
b1d007
 
b1d007
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-17
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b1d007
b1d007
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-16
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
b1d007
b1d007
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-15
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b1d007
b1d007
* Thu Jan 23 2014 Rob Crittenden <rcritten@redhat.com> - 1.1-14
ef5b63
- Fix calculation of username string length in authenticate_gss_client_wrap
b1d007
  (#1057338)
ef5b63
b1d007
* Fri Jan 17 2014 Rob Crittenden <rcritten@redhat.com> - 1.1-13
b1d007
- Add patch to allow inquiring the current client credentials
761078
b1d007
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-12
b1d007
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
761078
d21295
* Mon Jun 17 2013 Rob Crittenden <rcritten@redhat.com> - 1.1-11
d21295
- Fix version in setup.py so egg information is correct (#975202)
d21295
d21295
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-10.1
d21295
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d21295
d21295
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-9.1
d21295
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d21295
d21295
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-8.1
d21295
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d21295
d21295
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-7.1
d21295
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
d21295
d21295
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.1-6.1
d21295
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
d21295
d21295
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5.1
d21295
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
d21295
d21295
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-4.1
d21295
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d21295
d21295
* Mon Dec 15 2008 Simo Sorce <ssorce@redhat.com> - 1.1-3.1
d21295
- Fix minor issue with delegation patch
d21295
d21295
* Fri Dec 12 2008 Simo Sorce <ssorce@redhat.com> - 1.1-3
d21295
- Add delegation patch
d21295
d21295
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.1-2
d21295
- Rebuild for Python 2.6
d21295
d21295
* Thu Nov 27 2008 Simo Sorce <ssorce@redhat.com> - 1.1-1
d21295
- New Upstream Release
d21295
- Remove patches as this version has them included already
d21295
d21295
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0-6
d21295
- Autorebuild for GCC 4.3
d21295
d21295
* Wed Jan 16 2008 Rob Crittenden <rcritten@redhat.com> - 1.0-5
d21295
- Package the egg-info too
d21295
d21295
* Wed Jan 16 2008 Rob Crittenden <rcritten@redhat.com> - 1.0-4
d21295
- Switch from python_sitelib macro to python_sitearch
d21295
- Add python-setuptools to BuildRequires
d21295
d21295
* Wed Jan 16 2008 Rob Crittenden <rcritten@redhat.com> - 1.0-3
d21295
- Use the setup.py install target in order to generate debuginfo.
d21295
d21295
* Thu Jan  3 2008 Rob Crittenden <rcritten@redhat.com> - 1.0-2
d21295
- Add krb5-devel to BuildRequires
d21295
d21295
* Wed Jan  2 2008 Rob Crittenden <rcritten@redhat.com> - 1.0-1
d21295
- Change name to python-kerberos from PyKerberos
d21295
- Change license from "Apache License" to ASL 2.0 per guidelines
d21295
- Upstream released 1.0 which is equivalent to version 1541. Reverting
d21295
  to that.
d21295
d21295
* Tue Aug 28 2007 Rob Crittenden <rcritten@redhat.com> - 0.1735-2
d21295
- Include GSS_C_DELEG_FLAG in gss_init_sec_context() so the command-line
d21295
  tools can do kerberos ticket forwarding.
d21295
d21295
* Tue Jul 31 2007 Rob Crittenden <rcritten@redhat.com> - 0.1735-1
d21295
- Initial rpm version