|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
Name: python-rpm-generators
|
|
|
|
|
Summary: Dependency generators for Python RPMs
|
|
|
|
|
Version: 12
|
|
|
|
|
Release: 8%{?dist}
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
|
|
|
|
|
# Originally all those files were part of RPM, so license is kept here
|
|
|
|
|
License: GPLv2+
|
|
|
|
@ -47,6 +47,10 @@ install -Dpm0755 -t %{buildroot}%{_rpmconfigdir} *.py
|
|
|
|
|
%{_rpmconfigdir}/pythonbundles.py
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Sep 22 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 12-9
|
|
|
|
|
- Avoid needless pkg_resources import in pythonbundles.py
|
|
|
|
|
- Resolves: RHEL-6110
|
|
|
|
|
|
|
|
|
|
* Wed Jan 26 2022 Tomas Orsava <torsava@redhat.com> - 12-8
|
|
|
|
|
- From `python3-foo` packages automatically generate `python3.X-foo` Obsoletes
|
|
|
|
|
tags on CentOS/RHEL
|
|
|
|
|