[openstack-swift] Package 1.9.1

Pete Zaitcev zaitcev at fedoraproject.org
Thu Sep 19 21:20:38 UTC 2013


commit fed9dc60c919f05b8d4028e3649a6f69d26d17cf
Author: Pete Zaitcev <zaitcev at kotori.zaitcev.us>
Date:   Thu Sep 19 15:18:21 2013 -0600

    Package 1.9.1
    
    Since we're at it, move Requires: openstack-swift-plugin-swift3 to
    the proxy section. Obviously you cannot load swift3 into anything
    but a proxy. So, now you can install storage nodes without installing
    the swift3 middleware that is not useable or useful.

 .gitignore           |    1 +
 openstack-swift.spec |   13 +++++++++----
 sources              |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 233356e..1268c3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /swift-1.7.6.tar.gz
 /swift-1.8.0.tar.gz
 /swift-1.9.0.tar.gz
+/swift-1.9.1.tar.gz
diff --git a/openstack-swift.spec b/openstack-swift.spec
index 0202075..e182d06 100644
--- a/openstack-swift.spec
+++ b/openstack-swift.spec
@@ -3,8 +3,8 @@
 %endif
 
 Name:             openstack-swift
-Version:          1.9.0
-Release:          2%{?dist}
+Version:          1.9.1
+Release:          1%{?dist}
 Summary:          OpenStack Object Storage (Swift)
 
 Group:            Development/Languages
@@ -67,8 +67,6 @@ Requires(preun):  systemd
 Requires(postun): systemd
 Requires(pre):    shadow-utils
 Obsoletes:        openstack-swift-auth  <= 1.4.0
-# swift3 was split off in 1.5.0
-Requires:         openstack-swift-plugin-swift3
 # swiftclient was split off in 1.6.0
 Requires:         python-swiftclient
 
@@ -127,6 +125,7 @@ Group:            Applications/System
 
 Requires:         %{name} = %{version}-%{release}
 Requires:         python-keystoneclient
+Requires:         openstack-swift-plugin-swift3
 
 %description      proxy
 OpenStack Object Storage (Swift) aggregates commodity servers to work together
@@ -444,6 +443,12 @@ exit 0
 %doc LICENSE doc/build/html
 
 %changelog
+* Thu Sep 19 2013 Pete Zaitcev <zaitcev at redhat.com> 1.9.1-1
+- Update to 1.9.1, includes CVE-2013-4155
+- Includes unfortunately standards-compliant XML listings, to be fixed
+- Reseller prefix in Keystone must end with an underscore
+- Make only proxy depend on openstack-swift-plugin-swift3
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 5bad4ed..62ca9ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7a64e4c40119341d45908db58c1b69da  swift-1.9.0.tar.gz
+4f81fef9e9e09fd9a7f211ed5fefad76  swift-1.9.1.tar.gz


More information about the scm-commits mailing list