]> git.pld-linux.org Git - packages/logrotate.git/commitdiff
ensure compress/uncompress program paths
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 19 Dec 2017 18:58:57 +0000 (20:58 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 19 Dec 2017 19:01:20 +0000 (21:01 +0200)
protect against future breakage:
https://github.com/logrotate/logrotate/issues/161

logrotate.spec

index 93452165098ac39291713a011f759398c74c6bb0..fc9736a49c4b90207a10058f1ae8ed7d93fbb124 100644 (file)
@@ -136,6 +136,9 @@ Logrotate призначений для полегшення адміністр
        --disable-silent-rules \
        --with%{!?with_acl:out}-acl \
        --with%{!?with_selinux:out}-selinux \
+       --with-default-mail-command=/bin/mail \
+       --with-compress-command=/bin/gzip \
+       --with-uncompress-command=/bin/gunzip \
        --with-state-file-path=%{statdir}/logrotate.status
 
 %{__make}
This page took 0.194957 seconds and 4 git commands to generate.