Add %dist to Release:, Fix pyproject-rpm-macros typo

i10ce
Troy Dawson 3 years ago
parent e714c8c15a
commit 1e810d8164

@ -1,6 +1,6 @@
Name: epel-rpm-macros Name: epel-rpm-macros
Version: 9 Version: 9
Release: 1 Release: 2%{dist}
Summary: Extra Packages for Enterprise Linux RPM macros Summary: Extra Packages for Enterprise Linux RPM macros
Group: System Environment/Base Group: System Environment/Base
@ -23,7 +23,7 @@ Requires: redhat-release >= %{version}
Recommends: fpc-srpm-macros Recommends: fpc-srpm-macros
# pyproject-rpm-macros in CRB thus not required by python3-devel or python3-rpm-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 # 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 %description
This package contains the Extra Packages for Enterprise Linux (EPEL) RPM This package contains the Extra Packages for Enterprise Linux (EPEL) RPM
@ -51,6 +51,10 @@ install -Dpm 644 %{SOURCE1} \
%changelog %changelog
* Mon Oct 25 2021 Troy Dawson <tdawson@redhat.com> - 9-2
- Add %dist to Release:
- Fix pyproject-rpm-macros typo
* Mon Oct 25 2021 Troy Dawson <tdawson@redhat.com> - 9-1 * Mon Oct 25 2021 Troy Dawson <tdawson@redhat.com> - 9-1
- Make an initial macro set for 9 - Make an initial macro set for 9

Loading…
Cancel
Save