From 3dd1c45c3a9c50d955e64e9ffe64d07255df5c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 9 Nov 2021 15:36:29 +0100 Subject: [PATCH] Minor packaging nitpicks - remove long-discouraged Group tag - use HTTPS URL - align all Requires to column 16 - escape the %dist macro in the 9-2 changelog entry --- epel-rpm-macros.spec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/epel-rpm-macros.spec b/epel-rpm-macros.spec index 3ea43e4..46688fd 100644 --- a/epel-rpm-macros.spec +++ b/epel-rpm-macros.spec @@ -3,13 +3,12 @@ Version: 9 Release: 2%{dist} Summary: Extra Packages for Enterprise Linux RPM macros -Group: System Environment/Base License: GPLv2 # This is a EPEL maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. -URL: http://download.fedoraproject.org/pub/epel +URL: https://download.fedoraproject.org/pub/epel Source0: macros.epel-rpm-macros Source1: macros.zzz-epel-override Source2: GPL @@ -23,7 +22,7 @@ Requires: redhat-release >= %{version} Recommends: fpc-srpm-macros # pyproject-rpm-macros in CRB thus not required by python3-devel or python3-rpm-macros # https://bugzilla.redhat.com/show_bug.cgi?id=2001034 -Requires: (pyproject-rpm-macros if python3-rpm-macros) +Requires: (pyproject-rpm-macros if python3-rpm-macros) %description This package contains the Extra Packages for Enterprise Linux (EPEL) RPM @@ -52,7 +51,7 @@ install -Dpm 644 %{SOURCE1} \ %changelog * Mon Oct 25 2021 Troy Dawson - 9-2 -- Add %dist to Release: +- Add %%dist to Release: - Fix pyproject-rpm-macros typo * Mon Oct 25 2021 Troy Dawson - 9-1