[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#731735: pu: package glance/2012.1.1-5+deb7u1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: pu

Hi,

I have prepared an update for Glance over here:
http://archive.gplhost.com/pub/security/glance/

Attached to this mail is the relevant debdiff for Glance.
What the update does is only fixing the logrotate path,
which is currently wrong in the current Wheezy version.
Here's the changelog:

[ Thomas Goirand ]
* debian/gbp.conf now tracking the debian/wheezy branch.
[ Julien Cristau ]
* Fix logrotate config to reference the right file names.

Thanks considering this and letting me know,

Thomas Goirand (zigo)
diff -Nru glance-2012.1.1/debian/changelog glance-2012.1.1/debian/changelog
--- glance-2012.1.1/debian/changelog	2013-03-14 20:53:41.000000000 +0000
+++ glance-2012.1.1/debian/changelog	2013-12-09 07:48:43.000000000 +0000
@@ -1,3 +1,13 @@
+glance (2012.1.1-5+deb7u1) wheezy-proposed-updates; urgency=low
+
+  [ Thomas Goirand ]
+  * debian/gbp.conf now tracking the debian/wheezy branch.
+
+  [ Julien Cristau ]
+  * Fix logrotate config to reference the right file names.
+
+ -- Thomas Goirand <zigo@debian.org>  Mon, 09 Dec 2013 15:44:43 +0800
+
 glance (2012.1.1-5) unstable; urgency=high
 
   * CVE-2013-1840: fixes "Backend credentials leak in Glance v1 API"
diff -Nru glance-2012.1.1/debian/gbp.conf glance-2012.1.1/debian/gbp.conf
--- glance-2012.1.1/debian/gbp.conf	2013-03-14 20:53:41.000000000 +0000
+++ glance-2012.1.1/debian/gbp.conf	2013-12-09 07:48:43.000000000 +0000
@@ -1,6 +1,6 @@
 [DEFAULT]
 upstream-branch = master
-debian-branch = debian/unstable
+debian-branch = debian/wheezy
 upstream-tag = %(version)s
 compression = xz
 
diff -Nru glance-2012.1.1/debian/glance-api.logrotate glance-2012.1.1/debian/glance-api.logrotate
--- glance-2012.1.1/debian/glance-api.logrotate	2013-03-14 20:53:41.000000000 +0000
+++ glance-2012.1.1/debian/glance-api.logrotate	2013-12-09 07:48:43.000000000 +0000
@@ -1,4 +1,4 @@
-/var/log/glance/glance-api.log {
+/var/log/glance/api.log {
     daily
     missingok
     compress
diff -Nru glance-2012.1.1/debian/glance-registry.logrotate glance-2012.1.1/debian/glance-registry.logrotate
--- glance-2012.1.1/debian/glance-registry.logrotate	2013-03-14 20:53:41.000000000 +0000
+++ glance-2012.1.1/debian/glance-registry.logrotate	2013-12-09 07:48:43.000000000 +0000
@@ -1,4 +1,4 @@
-/var/log/glance/glance-registry.log {
+/var/log/glance/registry.log {
     daily
     missingok
     compress

Reply to: