dpkg backported from centos7 to obtain compatibility
[packages/centos6/dpkg.git] / dpkg-fix-logrotate.patch
1 diff -up ./debian/dpkg.logrotate.orig ./debian/dpkg.logrotate
2 --- ./debian/dpkg.logrotate.orig        2013-06-30 10:04:23.369382622 +0300
3 +++ ./debian/dpkg.logrotate     2013-06-30 10:04:39.268407865 +0300
4 @@ -7,12 +7,3 @@
5         notifempty
6         create 644 root root
7  }
8 -/var/log/alternatives.log {
9 -       monthly
10 -       rotate 12
11 -       compress
12 -       delaycompress
13 -       missingok
14 -       notifempty
15 -       create 644 root root
16 -}