From 4318e3084b1edf270cb99d6f0dc1fc00dcb9d4e6 Mon Sep 17 00:00:00 2001 From: Tibbs Date: Jun 21 2017 22:47:24 +0000 Subject: Remove mention of EPEL 4 (!) and 5. --- diff --git a/guidelines/Packaging:RPMMacros.mw b/guidelines/Packaging:RPMMacros.mw index 9cc4634..00abbbb 100644 --- a/guidelines/Packaging:RPMMacros.mw +++ b/guidelines/Packaging:RPMMacros.mw @@ -22,10 +22,6 @@ Keep in mind that some of these macros may evaluate differently on older Fedora %{_localstatedir} /var %{_initddir} %{_sysconfdir}/rc.d/init.d -{{admon/important|Differences in EPEL 4 & 5| -* %{_initddir} does not exist in EPEL 4 & 5, use the deprecated %{_initrddir} macro instead -* %{_sharedstatedir} expands to %{_prefix}/com in EPEL 4 & 5 -}} === Other macros and variables for paths === These macros should be used for paths that are not covered by the macros mimicking autoconf variables. The %{buildroot} macro or the $RPM_BUILD_ROOT variable is the directory that should be assumed to be the root file system when installing files. It is used as the value for the DESTDIR variable. @@ -61,8 +57,5 @@ The macros are usually used with rpmbuild --define to specify which %{_srcrpmdir} %{_topdir}/SRPMS %{_buildrootdir} %{_topdir}/BUILDROOT -{{admon/important|Differences in EPEL 4 & 5| -* %{_buildrootdir} does not exist in EPEL 4 & 5 -}} [[Category:Packaging guidelines]]