From 6272c5117cdd78f4372b41f220e8c68a158c02e3 Mon Sep 17 00:00:00 2001 From: Alan Pevec Date: May 01 2015 11:39:21 +0000 Subject: Kilo release archive old changelog entries ala glibc https://lists.fedoraproject.org/pipermail/glibc/2014-September/000061.html Change-Id: I59198e70035de807f8f9c556d010599bdd8c5ae6 --- diff --git a/.gitignore b/.gitignore index b50aaf1..15f5234 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /swift-2.3.0rc2.tar.gz +/swift-2.3.0.tar.gz diff --git a/ChangeLog.old b/ChangeLog.old new file mode 100644 index 0000000..a254681 --- /dev/null +++ b/ChangeLog.old @@ -0,0 +1,199 @@ +* Wed Jan 28 2015 Pete Zaitcev 2.2.0-4 +- Update parameters to authtoken in proxy-server.conf, upstream review 150832 +- Add mandatory middleware to pipeline of proxy (#1051113, #1181126) + +* Wed Jan 14 2015 Pete Zaitcev 2.2.0-3 +- Intercept logging to local[012].* because Packstack uses LOCAL1 too (#997983) +- Move the /var/run conf from /etc/tmpfiles.d to /usr/lib/tmpfiles.d (#1180984) + +* Mon Oct 27 2014 Pete Zaitcev 2.2.0-2 +- Intercept logging to local0.* and local2.* (#997983) + +* Sat Oct 18 2014 Alan Pevec 2.2.0-1 +- Update to Juno release 2.2.0 + +* Mon Oct 13 2014 Pete Zaitcev 2.2.0-0.2.rc1 +- Use After=network-online.target (#1150590) +- Change the permissions of service units to 644, avoid warning messages + +* Tue Oct 07 2014 Haikel Guemar 2.2.0-0.1.rc1 +- Update to upstream 2.2.0.rc1 + +* Fri Sep 19 2014 Pete Zaitcev - 2.1.0-2 +- Depend on python-keystonemiddleware instead of python-keystoneclient + +* Mon Sep 15 2014 Pete Zaitcev - 2.1.0-1 +- Update to upstream 2.1.0 + +* Thu Jul 10 2014 Pete Zaitcev - 2.0.0-1 +- Update to upstream 2.0.0, re-apply our patches + +* Fri Jun 27 2014 Pete Zaitcev - 1.13.1-5 +- Fix CVE-2014-3497, unquoted realm in WWW-Authenticate + +* Tue Jun 24 2014 Pete Zaitcev - 1.13.1-4 +- Move default ports from 600x to 620x (#1107907 and a dozen of others) + +* Mon Jun 23 2014 Pete Zaitcev - 1.13.1-3 +- Drop python-swiftclient to implement bz#1058131 in Rawhide + +* Sat Jun 07 2014 Fedora Release Engineering - 1.13.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Apr 19 2014 Pádraig Brady - 1.13.1-1 +- Update to Icehouse release + +* Sat Apr 12 2014 Alan Pevec 1.13.1-0.1.rc2 +- Update to Icehouse milestone 1.13.1.rc2 + +* Fri Jan 31 2014 Alan Pevec 1.12.0-1 +- Update to Icehouse milestone 1.12.0 + +* Fri Jan 03 2014 Pádraig Brady 1.11.0-1 +- Update to first icehouse release 1.11.0 + +* Wed Dec 04 2013 Pete Zaitcev 1.10.0-3 +- Change config modes to 640, like in every other OpenStack project + +* Fri Oct 18 2013 Pádraig Brady 1.10.0-2 +- Update to Havana GA +- Fix service startup issue due to bad depencency checking (#1020449) +- add swift home directory for signing_dir (#967631) + +* Wed Oct 09 2013 Pádraig Brady 1.10.0-0.1.rc1 +- Update to 1.10.0 RC1 + +* Mon Sep 23 2013 Pete Zaitcev 1.9.1-2 +- Move account/ to base package like we did for obj/ in 1.7.5-4 + +* Thu Sep 19 2013 Pete Zaitcev 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 - 1.9.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Jul 17 2013 Pete Zaitcev 1.9.0-1 +- Update to 1.9.0 + +* Fri Apr 05 2013 Derek Higgins - 1.8.0-2 +- change path to middleware in proxy conf file +- add dependency for python-keystoneclient for proxy + +* Thu Apr 4 2013 Pete Zaitcev 1.8.0-1 +- Update to 1.8.0; this is the "Grizzly" release of OpenStack + +* Mon Mar 18 2013 Pete Zaitcev 1.7.6-2 +- Move ownership of /var/cache/swift to main package per Zane's comments + +* Sun Mar 10 2013 Alan Pevec 1.7.6-1 +- Update to 1.7.6 + +* Thu Feb 14 2013 Pete Zaitcev - 1.7.5-4 +- Fix the moved object-expirer so it runs with object is not installed + +* Thu Feb 14 2013 Pete Zaitcev - 1.7.5-3 +- Add /var/cache/swift, by bz#870409, equally affects all Fedora versions + +* Mon Jan 28 2013 Pete Zaitcev - 1.7.5-2 +- Drop dependency on python-webob, because Swift uses an in-tree swob now +- Update scriptlets to use macro systemd_postun and friends (bz#850016) +- Drop systemd-sysv-convert +- Relocate object-expirer into the proxy bundle +- Add the expirer configuration, multi-node only + +* Mon Dec 03 2012 Derek Higgins - 1.7.5-1 +- Update to 1.7.5 +- adding swift-bench-client +- removing dup dependency on python-netifaces +- changing README -> README.md + +* Mon Nov 5 2012 Pete Zaitcev - 1.7.4-2 +- Add missing unit files bz#807170 + +* Thu Sep 27 2012 Derek Higgins - 1.7.4-1 +- Update to 1.7.4 + +* Thu Sep 20 2012 Derek Higgins 1.7.2-1 +- Update to 1.7.2 + +* Fri Sep 14 2012 Derek Higgins 1.7.0-2 +- Adding config files + +* Thu Sep 13 2012 Derek Higgins 1.7.0-1 +- Update to 1.7.0 + +* Mon Aug 13 2012 Alan Pevec 1.6.0-1 +- Update to 1.6.0 + +* Fri Jul 20 2012 Fedora Release Engineering - 1.5.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jun 15 2012 Alan Pevec 1.5.0-1 +- Update to 1.5.0 + +* Thu Mar 22 2012 Alan Pevec 1.4.8-1 +- Update to 1.4.8 + +* Fri Mar 09 2012 Alan Pevec 1.4.7-1 +- Update to 1.4.7 + +* Mon Feb 13 2012 Alan Pevec 1.4.6-1 +- Update to 1.4.6 +- Switch from SysV init scripts to systemd units rhbz#734594 + +* Thu Jan 26 2012 Alan Pevec 1.4.5-1 +- Update to 1.4.5 + +* Fri Jan 13 2012 Fedora Release Engineering - 1.4.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Nov 25 2011 Alan Pevec 1.4.4-1 +- Update to 1.4.4 + +* Wed Nov 23 2011 David Nalley -1.4.3-2 +* fixed some missing requires + +* Sat Nov 05 2011 David Nalley - 1.4.3-1 +- Update to 1.4.3 +- fix init script add, registration, deletion BZ 685155 +- fixing BR to facilitate epel6 building + +* Tue Aug 23 2011 David Nalley - 1.4.0-2 +- adding uid:gid for bz 732693 + +* Wed Jun 22 2011 David Nalley - 1.4.1-1 +- Update to 1.4.0 +- change the name of swift binary from st to swift + +* Sat Jun 04 2011 David Nalley - 1.4.0-1 +- Update to 1.4.0 + +* Fri May 20 2011 David Nalley - 1.3.0-1 +- Update to 1.3.0 + +* Tue Feb 08 2011 Fedora Release Engineering - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Sun Dec 05 2010 Silas Sewell - 1.1.0-1 +- Update to 1.1.0 + +* Sun Aug 08 2010 Silas Sewell - 1.0.2-5 +- Update for new Python macro guidelines +- Use dos2unix instead of sed +- Make gecos field more descriptive + +* Wed Jul 28 2010 Silas Sewell - 1.0.2-4 +- Rename to openstack-swift + +* Wed Jul 28 2010 Silas Sewell - 1.0.2-3 +- Fix return value in swift-functions + +* Tue Jul 27 2010 Silas Sewell - 1.0.2-2 +- Add swift user +- Update init scripts + +* Sun Jul 18 2010 Silas Sewell - 1.0.2-1 +- Initial build diff --git a/openstack-swift.spec b/openstack-swift.spec index 5cda691..557ef45 100644 --- a/openstack-swift.spec +++ b/openstack-swift.spec @@ -1,18 +1,17 @@ %global release_name kilo -%global milestone .0rc2 %global service swift %{!?upstream_version: %global upstream_version %{version}%{?milestone}} Name: openstack-swift -Version: 2.3 -Release: 0.1%{?milestone}%{?dist} +Version: 2.3.0 +Release: 1%{?milestone}%{?dist} Summary: OpenStack Object Storage (Swift) Group: Development/Languages License: ASL 2.0 URL: http://launchpad.net/swift -Source0: http://launchpad.net/%{service}/%{release_name}/%{release_name}-rc2/+download/%{service}-%{upstream_version}.tar.gz +Source0: http://launchpad.net/%{service}/%{release_name}/%{version}/+download/%{service}-%{upstream_version}.tar.gz Source2: %{name}-account.service Source21: %{name}-account@.service @@ -452,205 +451,9 @@ exit 0 %files doc %defattr(-,root,root,-) -%doc LICENSE doc/build/html +%license LICENSE +%doc doc/build/html %changelog -* Wed Jan 28 2015 Pete Zaitcev 2.2.0-4 -- Update parameters to authtoken in proxy-server.conf, upstream review 150832 -- Add mandatory middleware to pipeline of proxy (#1051113, #1181126) - -* Wed Jan 14 2015 Pete Zaitcev 2.2.0-3 -- Intercept logging to local[012].* because Packstack uses LOCAL1 too (#997983) -- Move the /var/run conf from /etc/tmpfiles.d to /usr/lib/tmpfiles.d (#1180984) - -* Mon Oct 27 2014 Pete Zaitcev 2.2.0-2 -- Intercept logging to local0.* and local2.* (#997983) - -* Sat Oct 18 2014 Alan Pevec 2.2.0-1 -- Update to Juno release 2.2.0 - -* Mon Oct 13 2014 Pete Zaitcev 2.2.0-0.2.rc1 -- Use After=network-online.target (#1150590) -- Change the permissions of service units to 644, avoid warning messages - -* Tue Oct 07 2014 Haikel Guemar 2.2.0-0.1.rc1 -- Update to upstream 2.2.0.rc1 - -* Fri Sep 19 2014 Pete Zaitcev - 2.1.0-2 -- Depend on python-keystonemiddleware instead of python-keystoneclient - -* Mon Sep 15 2014 Pete Zaitcev - 2.1.0-1 -- Update to upstream 2.1.0 - -* Thu Jul 10 2014 Pete Zaitcev - 2.0.0-1 -- Update to upstream 2.0.0, re-apply our patches - -* Fri Jun 27 2014 Pete Zaitcev - 1.13.1-5 -- Fix CVE-2014-3497, unquoted realm in WWW-Authenticate - -* Tue Jun 24 2014 Pete Zaitcev - 1.13.1-4 -- Move default ports from 600x to 620x (#1107907 and a dozen of others) - -* Mon Jun 23 2014 Pete Zaitcev - 1.13.1-3 -- Drop python-swiftclient to implement bz#1058131 in Rawhide - -* Sat Jun 07 2014 Fedora Release Engineering - 1.13.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sat Apr 19 2014 Pádraig Brady - 1.13.1-1 -- Update to Icehouse release - -* Sat Apr 12 2014 Alan Pevec 1.13.1-0.1.rc2 -- Update to Icehouse milestone 1.13.1.rc2 - -* Fri Jan 31 2014 Alan Pevec 1.12.0-1 -- Update to Icehouse milestone 1.12.0 - -* Fri Jan 03 2014 Pádraig Brady 1.11.0-1 -- Update to first icehouse release 1.11.0 - -* Wed Dec 04 2013 Pete Zaitcev 1.10.0-3 -- Change config modes to 640, like in every other OpenStack project - -* Fri Oct 18 2013 Pádraig Brady 1.10.0-2 -- Update to Havana GA -- Fix service startup issue due to bad depencency checking (#1020449) -- add swift home directory for signing_dir (#967631) - -* Wed Oct 09 2013 Pádraig Brady 1.10.0-0.1.rc1 -- Update to 1.10.0 RC1 - -* Mon Sep 23 2013 Pete Zaitcev 1.9.1-2 -- Move account/ to base package like we did for obj/ in 1.7.5-4 - -* Thu Sep 19 2013 Pete Zaitcev 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 - 1.9.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Jul 17 2013 Pete Zaitcev 1.9.0-1 -- Update to 1.9.0 - -* Fri Apr 05 2013 Derek Higgins - 1.8.0-2 -- change path to middleware in proxy conf file -- add dependency for python-keystoneclient for proxy - -* Thu Apr 4 2013 Pete Zaitcev 1.8.0-1 -- Update to 1.8.0; this is the "Grizzly" release of OpenStack - -* Mon Mar 18 2013 Pete Zaitcev 1.7.6-2 -- Move ownership of /var/cache/swift to main package per Zane's comments - -* Sun Mar 10 2013 Alan Pevec 1.7.6-1 -- Update to 1.7.6 - -* Thu Feb 14 2013 Pete Zaitcev - 1.7.5-4 -- Fix the moved object-expirer so it runs with object is not installed - -* Thu Feb 14 2013 Pete Zaitcev - 1.7.5-3 -- Add /var/cache/swift, by bz#870409, equally affects all Fedora versions - -* Mon Jan 28 2013 Pete Zaitcev - 1.7.5-2 -- Drop dependency on python-webob, because Swift uses an in-tree swob now -- Update scriptlets to use macro systemd_postun and friends (bz#850016) -- Drop systemd-sysv-convert -- Relocate object-expirer into the proxy bundle -- Add the expirer configuration, multi-node only - -* Mon Dec 03 2012 Derek Higgins - 1.7.5-1 -- Update to 1.7.5 -- adding swift-bench-client -- removing dup dependency on python-netifaces -- changing README -> README.md - -* Mon Nov 5 2012 Pete Zaitcev - 1.7.4-2 -- Add missing unit files bz#807170 - -* Thu Sep 27 2012 Derek Higgins - 1.7.4-1 -- Update to 1.7.4 - -* Thu Sep 20 2012 Derek Higgins 1.7.2-1 -- Update to 1.7.2 - -* Fri Sep 14 2012 Derek Higgins 1.7.0-2 -- Adding config files - -* Thu Sep 13 2012 Derek Higgins 1.7.0-1 -- Update to 1.7.0 - -* Mon Aug 13 2012 Alan Pevec 1.6.0-1 -- Update to 1.6.0 - -* Fri Jul 20 2012 Fedora Release Engineering - 1.5.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Fri Jun 15 2012 Alan Pevec 1.5.0-1 -- Update to 1.5.0 - -* Thu Mar 22 2012 Alan Pevec 1.4.8-1 -- Update to 1.4.8 - -* Fri Mar 09 2012 Alan Pevec 1.4.7-1 -- Update to 1.4.7 - -* Mon Feb 13 2012 Alan Pevec 1.4.6-1 -- Update to 1.4.6 -- Switch from SysV init scripts to systemd units rhbz#734594 - -* Thu Jan 26 2012 Alan Pevec 1.4.5-1 -- Update to 1.4.5 - -* Fri Jan 13 2012 Fedora Release Engineering - 1.4.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Fri Nov 25 2011 Alan Pevec 1.4.4-1 -- Update to 1.4.4 - -* Wed Nov 23 2011 David Nalley -1.4.3-2 -* fixed some missing requires - -* Sat Nov 05 2011 David Nalley - 1.4.3-1 -- Update to 1.4.3 -- fix init script add, registration, deletion BZ 685155 -- fixing BR to facilitate epel6 building - -* Tue Aug 23 2011 David Nalley - 1.4.0-2 -- adding uid:gid for bz 732693 - -* Wed Jun 22 2011 David Nalley - 1.4.1-1 -- Update to 1.4.0 -- change the name of swift binary from st to swift - -* Sat Jun 04 2011 David Nalley - 1.4.0-1 -- Update to 1.4.0 - -* Fri May 20 2011 David Nalley - 1.3.0-1 -- Update to 1.3.0 - -* Tue Feb 08 2011 Fedora Release Engineering - 1.1.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Sun Dec 05 2010 Silas Sewell - 1.1.0-1 -- Update to 1.1.0 - -* Sun Aug 08 2010 Silas Sewell - 1.0.2-5 -- Update for new Python macro guidelines -- Use dos2unix instead of sed -- Make gecos field more descriptive - -* Wed Jul 28 2010 Silas Sewell - 1.0.2-4 -- Rename to openstack-swift - -* Wed Jul 28 2010 Silas Sewell - 1.0.2-3 -- Fix return value in swift-functions - -* Tue Jul 27 2010 Silas Sewell - 1.0.2-2 -- Add swift user -- Update init scripts - -* Sun Jul 18 2010 Silas Sewell - 1.0.2-1 -- Initial build +* Thu Apr 30 2015 Alan Pevec 2015.1.0-1 +- OpenStack Kilo release diff --git a/sources b/sources index 363da3f..d5f31ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -696fd1b43d407dc3a09dc885305cb72f swift-2.3.0rc2.tar.gz +97f163d451a572b7b531c5a861b52b6e swift-2.3.0.tar.gz