From 303c8d5ead0fbf32660da8011ac852c6b0a9c20d Mon Sep 17 00:00:00 2001 From: Rodion Tikunov Date: Tue, 20 Sep 2016 15:39:12 +0300 Subject: [PATCH] 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 --- debian/ceph.logrotate | 1 + debian/changelog | 7 +++++++ debian/radosgw.logrotate | 1 + 3 files changed, 9 insertions(+) create mode 120000 debian/ceph.logrotate create mode 120000 debian/radosgw.logrotate 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 -- 2.45.2