Compare commits

..

No commits in common. 'c10-beta' and 'c9' have entirely different histories.
c10-beta ... c9

@ -3,7 +3,7 @@
Name: python-%{sname} Name: python-%{sname}
Version: 1.0.2 Version: 1.0.2
Release: 13%{?dist} Release: 4%{?dist}
Summary: A GSSAPI/SPNEGO authentication handler for urllib/urllib2 Summary: A GSSAPI/SPNEGO authentication handler for urllib/urllib2
License: ASL 2.0 License: ASL 2.0
@ -43,7 +43,7 @@ Requires: python3-gssapi
%py3_install %py3_install
%check %check
%py3_check_import %{s_name} %{__python3} -m unittest
%files -n python3-%{sname} %files -n python3-%{sname}
%doc README.md %doc README.md
@ -51,38 +51,12 @@ Requires: python3-gssapi
%{python3_sitelib}/%{s_name}* %{python3_sitelib}/%{s_name}*
%changelog %changelog
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.0.2-13 * Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.2-4
- Bump release for June 2024 mass rebuild - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-12 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.0.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.0.2-9
- Rebuilt for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.0.2-6
- Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.0.2-3
- Rebuilt for Python 3.10
* Fri Mar 19 2021 Robbie Harwood <rharwood@redhat.com> - 1.0.2-2 * Fri Mar 19 2021 Robbie Harwood <rharwood@redhat.com> - 1.0.2-2
- Drop dependency on python-nose - Drop dependency on python-nose

Loading…
Cancel
Save