Hello community, here is the log from the commit of package openstack-swift for openSUSE:Factory checked in at 2014-01-20 07:52:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openstack-swift (Old) and /work/SRC/openSUSE:Factory/.openstack-swift.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openstack-swift" Changes: -------- --- /work/SRC/openSUSE:Factory/openstack-swift/openstack-swift.changes 2013-11-20 11:06:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.openstack-swift.new/openstack-swift.changes 2014-01-23 15:50:46.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Jan 13 11:55:14 UTC 2014 - [email protected] + +- Fix group ownership added in previous change. + +------------------------------------------------------------------- +Mon Jan 13 11:02:51 CET 2014 - [email protected] + +- set directories onwership (/etc/swift, /var/lock/swift, + /var/cache/swift) in the package (bnc#858194) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openstack-swift-doc.spec ++++++ --- /var/tmp/diff_new_pack.SLYLoy/_old 2014-01-23 15:50:47.000000000 +0100 +++ /var/tmp/diff_new_pack.SLYLoy/_new 2014-01-23 15:50:47.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package openstack-swift-doc # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 ++++++ openstack-swift.spec ++++++ --- /var/tmp/diff_new_pack.SLYLoy/_old 2014-01-23 15:50:47.000000000 +0100 +++ /var/tmp/diff_new_pack.SLYLoy/_new 2014-01-23 15:50:47.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package openstack-swift # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -259,6 +259,9 @@ # For ./.functests: ln -s %{_sysconfdir}/swift/test.conf %{buildroot}%{_sysconfdir}/swift/func_test.conf +install -d -m 700 %{buildroot}%{_localstatedir}/cache/swift +install -d -m 755 %{buildroot}%{_localstatedir}/lock/swift + %pre getent group %{groupname} >/dev/null || groupadd -r %{groupname} getent passwd %{username} >/dev/null || \ @@ -312,7 +315,9 @@ %if 0%{?suse_version} < 1130 %dir %attr(0755, %{username}, root) %{_localstatedir}/run/swift %endif -%dir %{_sysconfdir}/swift +%dir %attr(0755, %{username}, %{groupname}) %{_sysconfdir}/swift +%dir %attr(0700, %{username}, %{groupname}) %{_localstatedir}/cache/swift +%dir %attr(0755, %{username}, %{groupname}) %{_localstatedir}/lock/swift %dir %{_datadir}/openstack-swift %{_datadir}/%{name}/functions %{_bindir}/swift-account-audit -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
