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