From 8eb7e77e3fb56fdca997479550aa7684ed5c6f16 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Fri, 10 Jul 2020 11:11:17 +0200 Subject: [PATCH] logrotate.spec: drop compatibility quirks for el6 The systemd-related scriptlets would not work there anyway. --- logrotate.spec | 8 -------- 1 file changed, 8 deletions(-) diff --git a/logrotate.spec b/logrotate.spec index c4476c5..376aa2c 100644 --- a/logrotate.spec +++ b/logrotate.spec @@ -41,14 +41,6 @@ EOF git add .gitignore git commit -m "update .gitignore" -%if 0%{?fedora} == 0 && 0%{?rhel} < 7 -sed -e 's/^AM_EXTRA_RECURSIVE_TARGETS/dnl AM_EXTRA_RECURSIVE_TARGETS/' \ - -e 's/ serial-tests//' \ - -i configure.ac -git add configure.ac -git commit -m "configure.ac: compatibility fixes for RHEL-6" -%endif - autoreconf -fiv git add --all git commit -m "force autoreconf" --allow-empty