From 769e9eaae886310094751b7ef3278ddf73e313d0 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Feb 02 2021 06:14:24 +0000 Subject: import python-rpm-macros-3-41.el8 --- diff --git a/SPECS/python-rpm-macros.spec b/SPECS/python-rpm-macros.spec index 8eb704c..8d53b71 100644 --- a/SPECS/python-rpm-macros.spec +++ b/SPECS/python-rpm-macros.spec @@ -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 - 3-41 +- Fix dependencies between subpackages +Resolves: rhbz#1892797 + * Thu Jan 14 2021 Lumír Balhar - 3-40 - New macros backported from Fedora/EPEL Resolves: rhbz#1892797