From 328c5549bfd0c7ad7b3e5d3df9f78e318e5ed384 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Wed, 23 Dec 2015 11:40:16 +0530 Subject: [PATCH] Update spec file for 2.5.0 release Change-Id: Ie72ce4cbdf8d0c0dfe3fa7fd3e4a98b7252ab684 Signed-off-by: Prashanth Pai --- swiftonfile.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/swiftonfile.spec b/swiftonfile.spec index 66980f5..68bff0a 100644 --- a/swiftonfile.spec +++ b/swiftonfile.spec @@ -17,7 +17,7 @@ BuildRequires: python-devel BuildRequires: python-setuptools Requires : python Requires : python-setuptools -Requires : openstack-swift-object = 2.3.0 +Requires : openstack-swift-object = 2.5.0 %description SwiftOnFile is a Swift Object Server implementation that enables users to @@ -58,6 +58,9 @@ cp -r etc/* %{buildroot}/%{_confdir}/ rm -rf %{buildroot} %changelog +* Wed Dec 23 2015 Prashanth Pai - 2.5.0-0 +- Update spec file to support Liberty release of Swift + * Wed Jul 15 2015 Prashanth Pai - 2.3.0-0 - Update spec file to support Kilo release of Swift