[openstack-cinder] Drop now useless tgtd configuration (RHBZ #1157619)

Haïkel Guémar hguemar at fedoraproject.org
Wed Nov 26 16:03:47 UTC 2014


commit a30bd9c3aeea3c6206952cf36254bfa50bc7f68d
Author: Haikel Guemar <hguemar at redhat.com>
Date:   Wed Nov 26 17:03:35 2014 +0100

    Drop now useless tgtd configuration (RHBZ #1157619)

 openstack-cinder.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/openstack-cinder.spec b/openstack-cinder.spec
index 2b8c222..69b8e40 100644
--- a/openstack-cinder.spec
+++ b/openstack-cinder.spec
@@ -4,7 +4,7 @@
 
 Name:             openstack-cinder
 Version:          2014.2
-Release:          1%{?dist}
+Release:          2%{?dist}
 Summary:          OpenStack Volume service
 
 License:          ASL 2.0
@@ -13,7 +13,6 @@ Source0:          http://launchpad.net/cinder/%{release_name}/%{version}/+downlo
 
 Source1:          cinder-dist.conf
 Source2:          cinder.logrotate
-Source3:          cinder-tgt.conf
 
 Source10:         openstack-cinder-api.service
 Source11:         openstack-cinder-scheduler.service
@@ -195,7 +194,6 @@ install -d -m 755 %{buildroot}%{_sysconfdir}/cinder
 install -p -D -m 640 %{SOURCE1} %{buildroot}%{_datadir}/cinder/cinder-dist.conf
 install -p -D -m 640 etc/cinder/cinder.conf.sample %{buildroot}%{_sysconfdir}/cinder/cinder.conf
 install -d -m 755 %{buildroot}%{_sysconfdir}/cinder/volumes
-install -p -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/tgt/conf.d/cinder.conf
 install -p -D -m 640 etc/cinder/rootwrap.conf %{buildroot}%{_sysconfdir}/cinder/rootwrap.conf
 install -p -D -m 640 etc/cinder/api-paste.ini %{buildroot}%{_sysconfdir}/cinder/api-paste.ini
 install -p -D -m 640 etc/cinder/policy.json %{buildroot}%{_sysconfdir}/cinder/policy.json
@@ -258,7 +256,6 @@ exit 0
 %config(noreplace) %attr(-, root, cinder) %{_sysconfdir}/cinder/policy.json
 %config(noreplace) %{_sysconfdir}/logrotate.d/openstack-cinder
 %config(noreplace) %{_sysconfdir}/sudoers.d/cinder
-%config(noreplace) %{_sysconfdir}/tgt/conf.d/cinder.conf
 %attr(-, root, cinder) %{_datadir}/cinder/cinder-dist.conf
 
 %dir %attr(0750, cinder, root) %{_localstatedir}/log/cinder
@@ -286,6 +283,9 @@ exit 0
 %endif
 
 %changelog
+* Wed Nov 26 2014 Haïkel guémar <hguemar at redhat.com> - 2014.2-2
+- Drop now useless tgtd configuration (RHBZ #1157619)
+
 * Fri Oct 17 2014 Haïkel Guémar <hguemar at fedoraproject.org> 2014.2-1
 - Update to upstream 2014.2
 - Spec cleanups


More information about the scm-commits mailing list