[qemu] Fix dep on numactl-devel to be build time not install time

Daniel P. Berrange berrange at fedoraproject.org
Fri Oct 24 15:38:09 UTC 2014


commit 145f8dccfa037b5b77e36af8c7ea3841d0ac7490
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Fri Oct 24 16:38:01 2014 +0100

    Fix dep on numactl-devel to be build time not install time
    
    Signed-off-by: Daniel P. Berrange <berrange at redhat.com>

 qemu.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index 5a9a7d1..ede4e63 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -152,7 +152,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 2.1.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 Epoch: 2
 License: GPLv2+ and LGPLv2+ and BSD
 Group: Development/Tools
@@ -301,7 +301,7 @@ BuildRequires: xen-devel
 %endif
 %ifarch %{ix86} x86_64 aarch64
 # memdev hostmem backend added in 2.1
-Requires: numactl-devel
+BuildRequires: numactl-devel
 %endif
 
 %if 0%{?user:1}
@@ -1521,6 +1521,9 @@ getent passwd qemu >/dev/null || \
 %endif
 
 %changelog
+* Fri Oct 24 2014 Danel P. Berrange <berrange at redhat.com> - 2:2.1.2-5
+- Fix dep on numactl-devel to be build time not install time
+
 * Mon Oct 06 2014 Cole Robinson <crobinso at redhat.com> - 2:2.1.2-4
 - Fix PPC virtio regression (bz #1144490)
 


More information about the scm-commits mailing list