Compare commits

...

No commits in common. 'cs10' and 'c9' have entirely different histories.
cs10 ... c9

@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 0.8.3
Release: 7%{?dist}
Release: 1%{?dist}
Summary: Python Library for Generating dbus-python Client Code
License: MPL-2.0
@ -21,6 +21,11 @@ Summary: %{summary}
%{?python_provide:%python_provide python3-%{srcname}}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
# Required due to a setuptools bug that was fixed in setuptools 61.0.
# Previous to that version, setuptools loads the __init__.py module to
# obtain the value of the __version__ attribute.
BuildRequires: python3-dbus
BuildRequires: python3-into-dbus-python >= 0.08
%description -n python3-%{srcname} %{_description}
@ -42,73 +47,21 @@ Python 3 version.
%{python3_sitelib}/dbus_python_client_gen-*.egg-info/
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.8.3-7
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.8.3-6
- Bump release for June 2024 mass rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.3-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.8.3-2
- Rebuilt for Python 3.12
* Thu Apr 27 2023 mulhern <amulhern@redhat.com> - 0.8.3-1
* Fri Apr 28 2023 Bryan Gurney <bgurney@redhat.com> - 0.8.3-1
- Update to 0.8.3
- Resolves: rhbz#2189682
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-6
- Revise gating.yaml so that the phantom tier0 test becomes real
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-5
- Rebuild again to see if tier0 test continues to appear
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-4
- Rebuild to get rid of phantom tier0 test
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-3
- Amend tmt specification
* Tue Apr 25 2023 mulhern <amulhern@redhat.com> - 0.8.2-2
- Use tmt format testing specification
* Thu Feb 23 2023 Bryan Gurney <bgurney@redhat.com> - 0.8.2-1
- Update to 0.8.2
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.8-9
- Rebuilt for Python 3.11
* Sat Feb 26 2022 mulhern <amulhern@redhat.com> - 0.8-8
- Fix gating tests
* Sat Feb 26 2022 mulhern <amulhern@redhat.com> - 0.8-7
- Add gating tests
* Tue Feb 15 2022 mulhern <amulhern@redhat.com> - 0.8-6
- Remove redundant Requires
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.8-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-4
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jul 29 2021 Bryan Gurney <bgurney@redhat.com> - 0.8-4
- Remove check test
- Remove BuildRequires for python3-dbus and python3-into-dbus-python
- Resolves: rhbz#1986608
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.8-3
- Rebuilt for Python 3.10
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.8-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save