From 38e4cf65b41ab795ae0c885cad868cb4e908f68b Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Aug 11 2019 20:24:34 +0000 Subject: Move %python3_other_pkgversion from python-srpm-macros --- diff --git a/epel-rpm-macros.spec b/epel-rpm-macros.spec index 8fc65d0..ee4bad8 100644 --- a/epel-rpm-macros.spec +++ b/epel-rpm-macros.spec @@ -1,6 +1,6 @@ Name: epel-rpm-macros Version: 7 -Release: 20 +Release: 21 Summary: Extra Packages for Enterprise Linux RPM macros Group: System Environment/Base @@ -52,6 +52,9 @@ install -Dpm 755 %{SOURCE2} \ %changelog +* Sun Aug 11 2019 Miro Hrončok - 7-21 +- Move %%python3_other_pkgversion from python-srpm-macros + * Sat Jun 29 2019 Kevin Fenzi - 7-20 - Add gpgverify script for maintainers. diff --git a/macros.epel-rpm-macros b/macros.epel-rpm-macros index ea714b9..1ca145f 100644 --- a/macros.epel-rpm-macros +++ b/macros.epel-rpm-macros @@ -54,3 +54,7 @@ # gpgverify verifies signed sources. There is documentation in the script. %gpgverify %{_rpmconfigdir}/gpgverify + +# This was defined in python-srpm-macros +# But it is not since that package got moved to RHEL 7.7+ +%python3_other_pkgversion 34