From: Rodion Tikunov Date: Tue, 20 Sep 2016 12:39:12 +0000 (+0300) Subject: Added configs for logrotate X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fheads%2F8.0-hotfix-1;p=packages%2Ftrusty%2Fceph.git Added configs for logrotate Without debian/ceph.logrotate and debian/radosgw.logrotate, dpkg-buildpackage builds packages without configs for logrotate. Change-Id: I32b2ad1e9adfa25043e3818cdf7770fe21f7324d Closes-Bug: #1607117 --- diff --git a/debian/ceph.logrotate b/debian/ceph.logrotate new file mode 120000 index 00000000..df20846f --- /dev/null +++ b/debian/ceph.logrotate @@ -0,0 +1 @@ +../src/logrotate.conf \ No newline at end of file diff --git a/debian/changelog b/debian/changelog index 19c58bcc..93eb363d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ceph (0.94.5-0u~u14.04+mos3+mos8.0+2) mos8.0; urgency=medium + + * Added configs for logrotate to ceph and radosgw packages + (LP: #1607117) + + -- Rodion Tikunov Tue, 20 Sep 2016 15:29:14 +0300 + ceph (0.94.5-0u~u14.04+mos3+mos8.0+1) mos8.0; urgency=medium * Added an upstream patch which adds to rgw url_decode values from diff --git a/debian/radosgw.logrotate b/debian/radosgw.logrotate new file mode 120000 index 00000000..6790479f --- /dev/null +++ b/debian/radosgw.logrotate @@ -0,0 +1 @@ +../src/rgw/logrotate.conf \ No newline at end of file