import python-rpm-macros-3-41.el8
This commit is contained in:
parent
882105440d
commit
1b17a0d508
@ -1,6 +1,6 @@
|
||||
Name: python-rpm-macros
|
||||
Version: 3
|
||||
Release: 40%{?dist}
|
||||
Release: 41%{?dist}
|
||||
Summary: The unversioned Python RPM macros
|
||||
|
||||
License: MIT
|
||||
@ -31,6 +31,8 @@ RPM macros for building Python source packages.
|
||||
|
||||
%package -n python2-rpm-macros
|
||||
Summary: RPM macros for building Python 2 packages
|
||||
# For %%py_setup
|
||||
Requires: python-rpm-macros = %{version}-%{release}
|
||||
|
||||
%description -n python2-rpm-macros
|
||||
RPM macros for building Python 2 packages.
|
||||
@ -39,6 +41,8 @@ RPM macros for building Python 2 packages.
|
||||
Summary: RPM macros for building Python 3 packages
|
||||
# Older versions have old pathfix.py without -ka options support
|
||||
Conflicts: platform-python-devel < 3.6.8-35
|
||||
# For %%py_setup
|
||||
Requires: python-rpm-macros = %{version}-%{release}
|
||||
|
||||
%description -n python3-rpm-macros
|
||||
RPM macros for building Python 3 packages.
|
||||
@ -69,6 +73,10 @@ install -m 644 %{SOURCE0} %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} \
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Feb 01 2021 Lumír Balhar <lbalhar@redhat.com> - 3-41
|
||||
- Fix dependencies between subpackages
|
||||
Resolves: rhbz#1892797
|
||||
|
||||
* Thu Jan 14 2021 Lumír Balhar <lbalhar@redhat.com> - 3-40
|
||||
- New macros backported from Fedora/EPEL
|
||||
Resolves: rhbz#1892797
|
||||
|
Loading…
Reference in New Issue
Block a user