diff --git a/epel-rpm-macros.spec b/epel-rpm-macros.spec index 8100662..d485391 100644 --- a/epel-rpm-macros.spec +++ b/epel-rpm-macros.spec @@ -28,6 +28,7 @@ packaging process between Fedora and EPEL. %setup -c %name-%version -T install -pm 644 %{SOURCE1} . +%build %install # No automatic buildroot cleaning yet rm -rf %{buildroot} @@ -44,8 +45,10 @@ rm -rf %{buildroot} /etc/rpm/macros.zzz-epel %changelog -* Thu Feb 18 2016 Jason L Tibbitts III - 5-2 +* Wed Mar 30 2016 Jason L Tibbitts III - 5-2 +- Add %%epel. - Add %%rpmmacrodir. +- Add pointless %%build to quiet rpmlint. * Wed Jan 20 2016 Jason L Tibbitts III - 5-1 - Initial version for EL5, merged from the EL6 package. diff --git a/macros.zzz-epel b/macros.zzz-epel index 22efc2a..362ab00 100644 --- a/macros.zzz-epel +++ b/macros.zzz-epel @@ -1,5 +1,7 @@ # EPEL5-specific macros +%epel 5 + # This file is named such that it appears alphabetically after other macro # files in /etc/rpm. This allows us to overwrite RHEL-provided macros if # necessary. (It turns out that it is necessary; see _font_pkg below.)