diff options
| author | Alan Pevec <apevec@redhat.com> | 2012-06-15 21:47:15 (GMT) |
|---|---|---|
| committer | Alan Pevec <apevec@redhat.com> | 2012-06-15 21:51:33 (GMT) |
| commit | 7cc2ba2dd1e24ff30199c56f0fb4b6ca18eb93f6 (patch) | |
| tree | 1add9ca2a27a050acc68022f4ace4f292bcad4f9 | |
| parent | a95170b18854d1bba64e3e27a042d76a7e0982b2 (diff) | |
| download | openstack-swift-7cc2ba2.zip openstack-swift-7cc2ba2.tar.gz openstack-swift-7cc2ba2.tar.bz2 | |
Update to 1.5.0
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | openstack-swift.spec | 10 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 4 deletions
@@ -1,2 +1 @@ -/swift-1.4.7.tar.gz -/swift-1.4.8.tar.gz +/swift-1.5.0.tar.gz diff --git a/openstack-swift.spec b/openstack-swift.spec index d62e574..213d9bc 100644 --- a/openstack-swift.spec +++ b/openstack-swift.spec @@ -3,7 +3,7 @@ %endif Name: openstack-swift -Version: 1.4.8 +Version: 1.5.0 Release: 1%{?dist} Summary: OpenStack Object Storage (swift) @@ -44,6 +44,8 @@ Requires(postun): systemd-units Requires(post): systemd-sysv Requires(pre): shadow-utils Obsoletes: openstack-swift-auth <= 1.4.0 +# swift3 was split off in 1.5.0 +Requires: openstack-swift-plugin-swift3 %description OpenStack Object Storage (swift) aggregates commodity servers to work together @@ -323,6 +325,7 @@ fi %{_mandir}/man1/swift.1* %{_mandir}/man1/swift-get-nodes.1* %{_mandir}/man1/swift-init.1* +%{_mandir}/man1/swift-orphans.1* %{_mandir}/man1/swift-recon.1* %{_mandir}/man1/swift-ring-builder.1* %config(noreplace) %{_sysconfdir}/tmpfiles.d/openstack-swift.conf @@ -390,7 +393,9 @@ fi %defattr(-,root,root,-) %doc etc/object-server.conf-sample etc/rsyncd.conf-sample %{_mandir}/man5/object-server.conf.5* +%{_mandir}/man5/object-expirer.conf.5* %{_mandir}/man1/swift-object-auditor.1* +%{_mandir}/man1/swift-object-expirer.1* %{_mandir}/man1/swift-object-info.1* %{_mandir}/man1/swift-object-replicator.1* %{_mandir}/man1/swift-object-server.1* @@ -422,6 +427,9 @@ fi %doc LICENSE doc/build/html %changelog +* Fri Jun 15 2012 Alan Pevec <apevec@redhat.com> 1.5.0-1 +- Update to 1.5.0 + * Thu Mar 22 2012 Alan Pevec <apevec@redhat.com> 1.4.8-1 - Update to 1.4.8 @@ -1 +1 @@ -785ae9ba4e1f6fc256cd6a697bb2861f swift-1.4.8.tar.gz +1bd838e33e841089eb1cdfd506bbc4b6 swift-1.5.0.tar.gz |
