logrotate.spec: drop compatibility quirks for el6

The systemd-related scriptlets would not work there anyway.
This commit is contained in:
Kamil Dudka 2020-07-10 11:11:17 +02:00
parent eb7da708a8
commit 8eb7e77e3f

View File

@ -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