Change in vdsm[master]: Do not reference qemu hook on RHEL 6 in spec file

msivak at redhat.com msivak at redhat.com
Thu Sep 18 16:35:04 UTC 2014


Martin Sivák has uploaded a new change for review.

Change subject: Do not reference qemu hook on RHEL 6 in spec file
......................................................................

Do not reference qemu hook on RHEL 6 in spec file

The previous patch skips the qemu hook installation on RHEL 6,
but still references it in the %files section.

This fixes that.

Change-Id: Ic167e5651960519206d9b8cb3a933a2e238d4321
Related-To: https://bugzilla.redhat.com/show_bug.cgi?id=1138340
Signed-off-by: Martin Sivak <mars at montik.net>
---
M vdsm.spec.in
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/61/33061/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index a0b7ebc..8438df7 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -992,7 +992,9 @@
 %{_sysconfdir}/sudoers.d/50_vdsm
 %{_sysconfdir}/cron.hourly/vdsm-logrotate
 %{_sysconfdir}/cron.d/vdsm-libvirt-logrotate
+%if 0%{?fedora} || 0%{?rhel} >= 7
 %{_sysconfdir}/libvirt/hooks/qemu
+%endif
 %{_datadir}/%{vdsm_name}/logUtils.py*
 %{_datadir}/%{vdsm_name}/dsaversion.py*
 %{_libexecdir}/%{vdsm_name}/curl-img-wrap


-- 
To view, visit http://gerrit.ovirt.org/33061
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic167e5651960519206d9b8cb3a933a2e238d4321
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <msivak at redhat.com>


More information about the vdsm-patches mailing list