Hello community, here is the log from the commit of package openstack-cinder for openSUSE:Factory checked in at 2013-01-29 06:45:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openstack-cinder (Old) and /work/SRC/openSUSE:Factory/.openstack-cinder.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openstack-cinder", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/openstack-cinder/openstack-cinder.changes 2013-01-17 09:51:17.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.openstack-cinder.new/openstack-cinder.changes 2013-01-29 06:45:50.000000000 +0100 @@ -0,0 +1,6 @@ +-------------------------------------------------------------------- +Thu Jan 17 13:23:49 UTC 2013 - [email protected] + +- Update to version 2012.2.3+git.1358429029.cdf6c13: + + Add commands used by NFS volume driver to rootwrap + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openstack-cinder-doc.spec ++++++ --- /var/tmp/diff_new_pack.Ddfoud/_old 2013-01-29 06:45:52.000000000 +0100 +++ /var/tmp/diff_new_pack.Ddfoud/_new 2013-01-29 06:45:52.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package openstack-cinder-doc # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,8 +19,8 @@ %define component cinder Name: openstack-%{component}-doc -Version: 2012.2.3+git.1355916217.070c8c9 -Release: 0 +Version: 2012.2.3+git.1358429029.cdf6c13 +Release: 1 License: Apache-2.0 Summary: OpenStack Block Storage (Cinder) - Documentation Url: https://launchpad.net/cinder ++++++ openstack-cinder.spec ++++++ --- /var/tmp/diff_new_pack.Ddfoud/_old 2013-01-29 06:45:52.000000000 +0100 +++ /var/tmp/diff_new_pack.Ddfoud/_new 2013-01-29 06:45:52.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package openstack-cinder # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,8 +21,8 @@ %define username openstack-%{component} Name: openstack-%{component} -Version: 2012.2.3+git.1355916217.070c8c9 -Release: 0 +Version: 2012.2.3+git.1358429029.cdf6c13 +Release: 1 License: Apache-2.0 Summary: OpenStack Block Storage (Cinder) Url: https://launchpad.net/cinder ++++++ cinder-stable-folsom.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinder-2012.2.3/AUTHORS new/cinder-2012.2.3/AUTHORS --- old/cinder-2012.2.3/AUTHORS 2012-12-14 13:12:56.000000000 +0100 +++ new/cinder-2012.2.3/AUTHORS 2013-01-17 07:02:18.000000000 +0100 @@ -2,6 +2,7 @@ Anthony Young <[email protected]> Avishay Traeger <[email protected]> Ben Swartzlander <[email protected]> +Carlos Goncalves <[email protected]> Chmouel Boudjnah <[email protected]> Christopher MacGown <[email protected]> Chuck Short <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinder-2012.2.3/ChangeLog new/cinder-2012.2.3/ChangeLog --- old/cinder-2012.2.3/ChangeLog 2012-12-14 13:12:56.000000000 +0100 +++ new/cinder-2012.2.3/ChangeLog 2013-01-17 07:02:18.000000000 +0100 @@ -1,3 +1,17 @@ +commit cdf6c1398a1f5a57799b9532a4fc9a13f6eed2d4 +Author: Carlos Goncalves <[email protected]> +Date: Thu Dec 6 14:50:29 2012 +0000 + + Add commands used by NFS volume driver to rootwrap + + Fixes bug 1087282 + + Change-Id: Ib873c334633b4d586c2e53bac5d1cae0dcf65be7 + (cherry picked from commit 65b3421f4b66b1e26be54f4bcb93fd3f6c7fb6f8) + + etc/cinder/rootwrap.d/volume.filters | 8 ++++++++ + 1 file changed, 8 insertions(+) + commit 070c8c9247f0b9ee21249e0ec1db3521684b1ae6 Author: Mark McLoughlin <[email protected]> Date: Thu Dec 13 20:44:29 2012 +0000 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinder-2012.2.3/etc/cinder/rootwrap.d/volume.filters new/cinder-2012.2.3/etc/cinder/rootwrap.d/volume.filters --- old/cinder-2012.2.3/etc/cinder/rootwrap.d/volume.filters 2012-12-14 13:10:35.000000000 +0100 +++ new/cinder-2012.2.3/etc/cinder/rootwrap.d/volume.filters 2013-01-17 06:59:35.000000000 +0100 @@ -35,3 +35,11 @@ dmsetup: CommandFilter, /sbin/dmsetup, root dmsetup_usr: CommandFilter, /usr/sbin/dmsetup, root ln: CommandFilter, /bin/ln, root + +# cinder/volume/nfs.py +stat: CommandFilter, /usr/bin/stat, root +mount: CommandFilter, /bin/mount, root +df: CommandFilter, /bin/df, root +truncate: CommandFilter, /usr/bin/truncate, root +chmod: CommandFilter, /bin/chmod, root +rm: CommandFilter, /bin/rm, root -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
