[qemu] Build and include virtfs-proxy-helper + man page (thanks Hans de Goede).

Richard W.M. Jones rjones at fedoraproject.org
Thu Jul 5 13:51:26 UTC 2012


commit 852ee389bccbb9d6d567092132224c5bace3ef2e
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Thu Jul 5 14:45:27 2012 +0100

    Build and include virtfs-proxy-helper + man page (thanks Hans de Goede).

 qemu.spec |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/qemu.spec b/qemu.spec
index e40ad9f..e15759a 100644
--- a/qemu.spec
+++ b/qemu.spec
@@ -38,7 +38,7 @@
 Summary: QEMU is a FAST! processor emulator
 Name: qemu
 Version: 1.1.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 # Epoch because we pushed a qemu-1.0 package
 Epoch: 2
 License: GPLv2+ and LGPLv2+ and BSD
@@ -146,6 +146,8 @@ BuildRequires: libfdt-devel
 %endif
 # For test suite
 BuildRequires: check-devel
+# For virtfs
+BuildRequires: libcap-devel
 Requires: %{name}-user = %{epoch}:%{version}-%{release}
 %if %{without x86only}
 Requires: %{name}-system-x86 = %{epoch}:%{version}-%{release}
@@ -657,8 +659,11 @@ fi
 %dir %{_datadir}/%{name}/
 %{_datadir}/%{name}/keymaps/
 %{_mandir}/man1/qemu.1*
+%{_mandir}/man1/virtfs-proxy-helper.1*
 %{_mandir}/man8/qemu-nbd.8*
 %{_bindir}/qemu-nbd
+%{_bindir}/virtfs-proxy-helper
+%{_libexecdir}/qemu-bridge-helper
 %config(noreplace) %{_sysconfdir}/sasl2/qemu.conf
 /lib/systemd/system/ksm.service
 /lib/systemd/ksmctl
@@ -750,7 +755,6 @@ fi
 %{_sysconfdir}/sysconfig/modules/kvm.modules
 %{_udevdir}/80-kvm.rules
 %{_datadir}/systemtap/tapset/qemu-kvm.stp
-%{_libexecdir}/qemu-bridge-helper
 %endif
 
 %ifarch %{ix86} x86_64
@@ -803,7 +807,7 @@ fi
 %{_mandir}/man1/qemu-img.1*
 
 %changelog
-* Thu Jul  5 2012 Richard W.M. Jones <rjones at redhat.com> - 2:1.1.0-2
+* Thu Jul  5 2012 Richard W.M. Jones <rjones at redhat.com> - 2:1.1.0-3
 - Add a hack for glibc from Rawhide, only affects linux-user.
 - Disable tests since they hang intermittently.
 - Add kvmvapic.bin (replaces vapic.bin).
@@ -811,6 +815,7 @@ fi
   as an empty file.
 - Add qemu-icon.bmp.
 - Add qemu-bridge-helper.
+- Build and include virtfs-proxy-helper + man page (thanks Hans de Goede).
 
 * Wed Jul  4 2012 Hans de Goede <hdegoede at redhat.com> - 2:1.1.0-1
 - New upstream release 1.1.0


More information about the scm-commits mailing list