[openstack-heat-templates/el6-icehouse] Fix dependency to match distribution: libvirt-daemon -> libvirt

Jeff Peeler jpeeler at fedoraproject.org
Thu Jan 23 20:56:43 UTC 2014


commit 22aa4249b6814abfd4b8a086e4399e8031af97ec
Author: Jeff Peeler <jpeeler at redhat.com>
Date:   Thu Jan 23 15:56:18 2014 -0500

    Fix dependency to match distribution: libvirt-daemon -> libvirt

 openstack-heat-templates.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/openstack-heat-templates.spec b/openstack-heat-templates.spec
index c51b950..54fd151 100644
--- a/openstack-heat-templates.spec
+++ b/openstack-heat-templates.spec
@@ -4,7 +4,7 @@
 
 Name: openstack-heat-templates
 Version: 0
-Release: 0.1.%{alphatag}%{?dist}
+Release: 0.2.%{alphatag}%{?dist}
 Summary: Heat example templates and DIB elements
 Group: System Environment/Base
 License: ASL 2.0
@@ -15,7 +15,7 @@ Requires: oz
 Requires: qemu-img
 Requires: openstack-glance
 Requires: diskimage-builder
-Requires: libvirt-daemon
+Requires: libvirt
 Obsoletes: heat-jeos <= 9-1
 
 BuildArch: noarch
@@ -47,6 +47,9 @@ cp -aR openshift-enterprise %{buildroot}%{_datadir}/%{name}/openshift-enterprise
 %{_datadir}/%{name}
 
 %changelog
+* Thu Jan 23 2014 Jeff Peeler <jpeeler at redhat.com> 0-0.2.20140106git
+- fix libvirt requires for el6
+
 * Mon Jan 6 2014 Steven Dake <sdake at redhat.com> 0-0.1.20140106git
 - Improvements based upon review comments
 


More information about the scm-commits mailing list