X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=rpm%2FSPECS%2Fopenstack-cinder.spec;h=f32ac6139a83714d5548ea1edbbabd3588714746;hb=b9bca788919819024b0486e6bfecc0f1bfcacee7;hp=e39dd511f66fd67f60a5ebb8b48f97e8f78eb194;hpb=ecb1af2836444855774a19e2b2591990eed44217;p=openstack-build%2Fcinder-build.git diff --git a/rpm/SPECS/openstack-cinder.spec b/rpm/SPECS/openstack-cinder.spec index e39dd511f..f32ac6139 100644 --- a/rpm/SPECS/openstack-cinder.spec +++ b/rpm/SPECS/openstack-cinder.spec @@ -1,50 +1,38 @@ %global with_doc %{!?_without_doc:1}%{?_without_doc:0} Name: openstack-cinder -Version: 2013.2 -Release: 0.9.b3%{?dist} +Version: 2014.2 +Release: 2%{?dist} Summary: OpenStack Volume service Group: Applications/System License: ASL 2.0 URL: http://www.openstack.org/software/openstack-storage/ -Source0: https://launchpad.net/cinder/havana/havana-3/+download/cinder-%{version}.b3.tar.gz +Source0: https://launchpad.net/cinder/icehouse/2014.1/+download/cinder-%{version}.tar.gz Source1: cinder-dist.conf Source2: cinder.logrotate Source3: cinder-tgt.conf Source10: openstack-cinder-api.init -Source100: openstack-cinder-api.upstart Source11: openstack-cinder-scheduler.init -Source110: openstack-cinder-scheduler.upstart Source12: openstack-cinder-volume.init -Source120: openstack-cinder-volume.upstart Source13: openstack-cinder-backup.init -Source130: openstack-cinder-backup.upstart Source20: cinder-sudoers # -# patches_base=2013.2.b3 +# patches_base=2014.1.1 # -Patch0001: 0001-Ensure-we-don-t-access-the-net-when-building-docs.patch -Patch0002: 0002-Use-updated-parallel-install-versions-of-epel-packag.patch -Patch0003: 0003-Remove-runtime-dep-on-python-pbr-python-d2to1.patch -Patch0004: 0004-Revert-Use-oslo.sphinx-and-remove-local-copy-of-doc-.patch -Patch0005: MIRA-Do-not-clone-non-raw-images-in-rbd-backend.patch +Patch0001: 0001-Remove-runtime-dep-on-python-pbr-python-d2to1.patch BuildArch: noarch BuildRequires: intltool BuildRequires: python-d2to1 +BuildRequires: python-oslo-sphinx BuildRequires: python-pbr -BuildRequires: python-sphinx10 +BuildRequires: python-sphinx BuildRequires: python-setuptools -BuildRequires: python-netaddr -BuildRequires: openstack-utils -BuildRequires: python-paste-deploy1.5 -BuildRequires: python-routes1.12 -BuildRequires: python-sqlalchemy0.7 -BuildRequires: python-webob1.2 +BuildRequires: python-netaddr >= 0.7.12 Requires: openstack-utils Requires: python-cinder = %{version}-%{release} @@ -76,41 +64,60 @@ Requires: MySQL-python Requires: qemu-img Requires: sysfsutils -Requires: python-paramiko +Requires: python-paramiko >= 1.13.0 + +Requires: python-paste Requires: python-qpid Requires: python-kombu Requires: python-amqplib -Requires: python-importlib - -Requires: python-eventlet -Requires: python-greenlet -Requires: python-iso8601 -Requires: python-netaddr -Requires: python-lxml -Requires: python-anyjson -Requires: python-cheetah -Requires: python-stevedore -Requires: python-suds - -Requires: python-sqlalchemy0.7 -Requires: python-migrate - -Requires: python-paste-deploy1.5 -Requires: python-routes1.12 -Requires: python-webob1.2 - -Requires: python-glanceclient >= 1:0 -Requires: python-swiftclient >= 1.2 + +Requires: python-eventlet >= 0.15.1 +Requires: python-greenlet >= 0.3.2 +Requires: python-iso8601 >= 0.1.9 +Requires: python-lxml >= 2.3 +Requires: python-netaddr >= 0.7.12 +Requires: python-oslo-config >= 1:1.4.0 +Requires: python-oslo-db >= 1.0.0 +Requires: python-oslo-messaging >= 1.4.0 +Requires: python-oslo-rootwrap >= 1.3.0 +Requires: python-osprofiler >= 0.3.0 +Requires: python-anyjson >= 0.3.3 +Requires: python-argparse +#Requires: python-cheetah +Requires: python-stevedore >= 1.0.0 +Requires: python-suds >= 0.4 + +Requires: python-sqlalchemy >= 0.8.4, python-sqlalchemy <= 0.8.99, python-sqlalchemy >= 0.9.7, python-sqlalchemy <= 0.9.99 +Requires: python-migrate >= 0.9.1, python-migrate < 0.9.2, python-migrate > 0.9.2 + +Requires: python-paste-deploy >= 1.5.0 +Requires: python-crypto >= 2.6 +Requires: python-barbicanclient >= 2.1.0 +Requires: python-glanceclient >= 1:0.14.0 +Requires: python-routes >= 1.12.3, python-routes < 2.0, python-routes > 2.0 +Requires: python-webob >= 1.2.3 +Requires: python-wsgiref >= 0.1.2 +Requires: python-oslo-i18n >= 1.0.0 + +Requires: python-swiftclient >= 2.2.0 +Requires: python-requests >= 1.2.1, python-requests < 2.4.0, python-requests > 2.4.0 Requires: python-keystoneclient -Requires: python-novaclient >= 2.14 +Requires: python-keystonemiddleware >= 1.0.0 +Requires: python-kombu >= 2.4.8 +Requires: python-novaclient >= 1:2.18.0 -Requires: python-oslo-config >= 1:1.2.0 -Requires: python-six +Requires: python-six >= 1.7.0 -Requires: python-babel +Requires: python-babel >= 1.3 Requires: python-lockfile +Requires: python-rtslib-fb >= 2.1.fb39 +Requires: python-taskflow >= 0.4 + +Requires: python-ceph +#Requires: iscsi-initiator-utils + %description -n python-cinder OpenStack Volume (codename Cinder) provides services to manage and access block storage volumes for use by Virtual Machine instances. @@ -128,9 +135,9 @@ BuildRequires: graphviz # Required to build module documents BuildRequires: python-eventlet -BuildRequires: python-routes1.12 -BuildRequires: python-sqlalchemy0.7 -BuildRequires: python-webob1.2 +BuildRequires: python-routes +BuildRequires: python-sqlalchemy +BuildRequires: python-webob # while not strictly required, quiets the build down when building docs. BuildRequires: python-migrate, python-iso8601 @@ -145,10 +152,6 @@ This package contains documentation files for cinder. %setup -q -n cinder-%{version} %patch0001 -p1 -%patch0002 -p1 -%patch0003 -p1 -%patch0004 -p1 -%patch0005 -p1 find . \( -name .gitignore -o -name .placeholder \) -delete @@ -166,15 +169,6 @@ sed -i s/REDHATCINDERVERSION/%{version}/ cinder/version.py sed -i s/REDHATCINDERRELEASE/%{release}/ cinder/version.py %build - -# Move authtoken configuration out of paste.ini -openstack-config --del etc/cinder/api-paste.ini filter:authtoken admin_tenant_name -openstack-config --del etc/cinder/api-paste.ini filter:authtoken admin_user -openstack-config --del etc/cinder/api-paste.ini filter:authtoken admin_password -openstack-config --del etc/cinder/api-paste.ini filter:authtoken auth_host -openstack-config --del etc/cinder/api-paste.ini filter:authtoken auth_port -openstack-config --del etc/cinder/api-paste.ini filter:authtoken auth_protocol - %{__python} setup.py build %install @@ -186,7 +180,7 @@ export PYTHONPATH="$( pwd ):$PYTHONPATH" pushd doc %if 0%{?with_doc} -SPHINX_DEBUG=1 sphinx-1.0-build -b html source build/html +SPHINX_DEBUG=1 sphinx-build -b html source build/html # Fix hidden-file-or-dir warnings rm -fr build/html/.doctrees build/html/.buildinfo %endif @@ -194,7 +188,7 @@ rm -fr build/html/.doctrees build/html/.buildinfo # Create dir link to avoid a sphinx-build exception mkdir -p build/man/.doctrees/ ln -s . build/man/.doctrees/man -SPHINX_DEBUG=1 sphinx-1.0-build -b man -c source source/man build/man +SPHINX_DEBUG=1 sphinx-build -b man -c source source/man build/man mkdir -p %{buildroot}%{_mandir}/man1 install -p -D -m 644 build/man/*.1 %{buildroot}%{_mandir}/man1/ @@ -230,13 +224,6 @@ install -p -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/openstack # Install pid directory install -d -m 755 %{buildroot}%{_localstatedir}/run/cinder -# Install upstart jobs examples -install -d -m 755 %{buildroot}%{_datadir}/cinder -install -p -m 644 %{SOURCE100} %{buildroot}%{_datadir}/cinder/ -install -p -m 644 %{SOURCE110} %{buildroot}%{_datadir}/cinder/ -install -p -m 644 %{SOURCE120} %{buildroot}%{_datadir}/cinder/ -install -p -m 644 %{SOURCE130} %{buildroot}%{_datadir}/cinder/ - # Install rootwrap files in /usr/share/cinder/rootwrap mkdir -p %{buildroot}%{_datarootdir}/cinder/rootwrap/ install -p -D -m 644 etc/cinder/rootwrap.d/* %{buildroot}%{_datarootdir}/cinder/rootwrap/ @@ -255,16 +242,13 @@ fi exit 0 %post -if [ $1 -eq 1 ] ; then - # Initial installation - for svc in volume api scheduler; do - /sbin/chkconfig --add openstack-cinder-$svc - done -fi +for svc in volume api scheduler backup; do + /sbin/chkconfig --add openstack-cinder-$svc +done %preun if [ $1 -eq 0 ] ; then - for svc in volume api scheduler; do + for svc in volume api scheduler backup; do /sbin/service openstack-cinder-${svc} stop > /dev/null 2>&1 /sbin/chkconfig --del openstack-cinder-${svc} done @@ -273,7 +257,7 @@ fi %postun if [ $1 -ge 1 ] ; then # Package upgrade, not uninstall - for svc in volume api scheduler; do + for svc in volume api scheduler backup; do /sbin/service openstack-cinder-${svc} condrestart > /dev/null 2>&1 || : done fi @@ -315,6 +299,78 @@ fi %endif %changelog +* Wed Jun 11 2014 Eric Harney - 2014.1.1-2 +- Add dependency on iscsi-initiator-utils + +* Mon Jun 09 2014 Eric Harney - 2014.1.1-1 +- Update to Icehouse stable release 1 + +* Sat Jun 07 2014 Fedora Release Engineering - 2014.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Apr 29 2014 Alan Pevec - 2014.1-3 +- drop crudini build dependency + +* Mon Apr 21 2014 Eric Harney - 2014.1-2 +- Remove qpid settings from cinder-dist.conf + +* Thu Apr 17 2014 Eric Harney - 2014.1-1 +- Update to 2014.1 (Icehouse) + +* Tue Apr 15 2014 Eric Harney - 2014.1-0.10.rc3 +- Add python-oslo-messaging requirement +- Add GlusterFS delete patch +- Add systemd patches (not used yet) + +* Tue Apr 15 2014 Eric Harney - 2014.1-0.9.rc3 +- Update to Icehouse RC3 + +* Mon Apr 07 2014 Eric Harney - 2014.1-0.8.rc2 +- Update to Icehouse RC2 +- Icehouse requires newer version of python-six + +* Thu Mar 27 2014 Eric Harney - 2014.1-0.7.rc1 +- Update to Icehouse RC1 + +* Tue Mar 25 2014 Pádraig Brady - 2014.1-0.6.b3 +- Depend on python-rtslib and targetcli rather than scsi-target-utils + +* Fri Mar 21 2014 Pádraig Brady - 2014.1-0.5.b3 +- Use lioadm iSCSI helper rather than tgtadm + +* Sun Mar 16 2014 Eric Harney - 2014.1-0.4.b3 +- Update to Icehouse milestone 3 +- Add deps on python-oslo-rootwrap, python-taskflow + +* Mon Jan 27 2014 Eric Harney - 2014.1-0.3.b2 +- Update to Icehouse milestone 2 + +* Mon Jan 06 2014 Pádraig Brady - 2014.1-0.2.b1 +- Set python-six min version to ensure updated + +* Thu Dec 19 2013 Eric Harney - 2014.1-0.1.b1 +- Update to Icehouse milestone 1 + +* Mon Oct 28 2013 Eric Harney - 2013.2-2 +- Fix GlusterFS volume driver clone operations + +* Thu Oct 17 2013 Eric Harney - 2013.2-1 +- Update to 2013.2 (Havana) +- Restart/remove cinder-backup service during upgrade/uninstallation + +* Wed Oct 16 2013 Eric Harney - 2013.2-0.13.rc3 +- Update to Havana RC3 + +* Fri Oct 11 2013 Eric Harney - 2013.2-0.12.rc2 +- Update to Havana RC2 + +* Tue Oct 08 2013 Eric Harney - 2013.2-0.11.rc1 +- Update to Havana RC1 +- Fix python-novaclient req epoch + +* Mon Sep 23 2013 Eric Harney - 2013.2-0.10.b3 +- Depend on python-novaclient 2.15 + * Wed Sep 18 2013 Eric Harney - 2013.2-0.9.b3 - Add cinder-dist.conf - Tighten permissions on /var/log/cinder @@ -323,33 +379,38 @@ fi - Update to Havana milestone 3 - Add dependency on python-novaclient -* Thu Aug 29 2013 Pádraig Brady - 2013.2-0.7.b2 +* Thu Aug 29 2013 Pádraig Brady - 2013.2-0.7.b2 - Add dependency on sysfsutils to support the fiber channel driver -* Mon Aug 26 2013 Eric Harney - 2013.2-0.5.b2 +* Mon Aug 26 2013 Eric Harney - 2013.2-0.6.b2 - Add cinder-backup service init script -* Mon Jul 22 2013 Pádraig Brady - 2013.2-0.4.b2 +* Sat Aug 03 2013 Fedora Release Engineering - 2013.2-0.5.b2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Mon Jul 22 2013 Pádraig Brady - 2013.2-0.4.b2 - Add dependency on python-suds to support the netapp driver - Add dependency on python-keystoneclient for auth token middleware - Add dependency on qemu-img for volume creation from Glance images -* Sun Jul 21 2013 Pádraig Brady - 2013.2-0.3.b2 +* Sun Jul 21 2013 Pádraig Brady - 2013.2-0.3.b2 - Update to Havana milestone 2 * Thu Jun 13 2013 Eric Harney - 2013.2-0.2.b1 - Update to Havana milestone 1 -* Fri May 10 2013 Eric Harney - 2013.1.1-1 -- Update to Grizzly stable release 1 +* Mon May 13 2013 Eric Harney - 2013.1.1-1 +- Update to Grizzly stable release 1, 2013.1.1 * Mon Apr 08 2013 Eric Harney - 2013.1-2 - Backport fix for GlusterFS driver get_volume_stats -- Adjust to support sqlalchemy-0.8.0 * Thu Apr 04 2013 Eric Harney - 2013.1-1 - Update to Grizzly final release +* Tue Apr 2 2013 Pádraig Brady - 2013.1-0.6.rc3 +- Adjust to support sqlalchemy-0.8.0 + * Wed Mar 27 2013 Eric Harney - 2013.1-0.5.rc3 - Update to Grizzly RC3 release @@ -359,26 +420,39 @@ fi * Mon Mar 18 2013 Eric Harney - 2013.1-0.5.rc1 - Update to Grizzly RC1 release -* Tue Mar 05 2013 Pádraig Brady - 2013.1-0.4.g3 +* Tue Mar 05 2013 Pádraig Brady - 2013.1-0.4.g3 - Add dependency on python-stevedore -* Wed Feb 27 2013 Eric Harney - 2013.1-0.2.g3 +* Mon Feb 25 2013 Eric Harney - 2013.1-0.3.g3 +- Fix build issues with G-3 update + +* Mon Feb 25 2013 Eric Harney - 2013.1-0.2.g3 - Update to Grizzly milestone 3 +* Thu Feb 14 2013 Fedora Release Engineering - 2013.1-0.2.g2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Thu Jan 10 2013 Eric Harney - 2013.1-0.1.g2 - Update to Grizzly milestone 2 -* Thu Dec 20 2012 Eric Harney - 2013.1-0.1.g1 +* Thu Nov 29 2012 Eric Harney - 2013.1-0.1.g1 - Update to Grizzly milestone 1 -* Mon Dec 03 2012 Eric Harney - 2012.2.1-1 -- Update to Folsom stable release 1 - -* Wed Nov 14 2012 Eric Harney - 2012.2-4 +* Wed Nov 14 2012 Eric Harney - 2012.2-2 - Remove unused dependency on python-daemon -* Wed Oct 31 2012 Pádraig Brady - 2012.2-3 -- Adjust to be compatible with python-migrate-0.6 +* Thu Sep 27 2012 Pádraig Brady - 2012.2-1 +- Update to Folsom final + +* Fri Sep 21 2012 Pádraig Brady - 2012.2-0.5.rc1 +- Update to Folsom RC1 + +* Fri Sep 21 2012 Pádraig Brady - 2012.2-0.4.f3 +- Fix to ensure that tgt configuration is honored + +* Mon Sep 17 2012 Pádraig Brady - 2012.2-0.3.f3 +- Move user config out of /etc/cinder/api-paste.ini +- Require python-cinderclient -* Wed Oct 24 2012 Pádraig Brady - 2012.2-2 -- Initial Folsom release +* Mon Sep 3 2012 Pádraig Brady - 2012.2-0.2.f3 +- Initial release \ No newline at end of file