From 2eeced7fed517f8ce5d1f141242969983f27381c1134cac34d8876e79f020330 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Sat, 1 Sep 2012 18:53:34 +0000 Subject: [PATCH] - move guestfsd to subpackage libguestfs-guestfsd OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=50 --- libguestfs.changes | 5 +++++ libguestfs.spec | 14 +++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/libguestfs.changes b/libguestfs.changes index f57487c..76a493e 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 1 20:53:08 CEST 2012 - ohering@suse.de + +- move guestfsd to subpackage libguestfs-guestfsd + ------------------------------------------------------------------- Sat Sep 1 20:26:11 CEST 2012 - ohering@suse.de diff --git a/libguestfs.spec b/libguestfs.spec index c0fb970..fc17197 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -163,6 +163,15 @@ All this functionality is available through a convenient shell called guestfish, or use virt-rescue to get a rescue shell for fixing unbootable virtual machines. +%package guestfsd +Summary: Provides guestfsd for the appliance +Group: System/Filesystems + +%description guestfsd +guestfsd runs within the appliance. It receives commands from the host +and performs the requested action by calling the helper binaries. +This package is only required for building the appliance. + %package doc Summary: Documentation for libguestfs Group: Documentation @@ -497,10 +506,13 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/guestfs.h %{_mandir}/man3/* +%files guestfsd +%defattr(-,root,root) +%{_sbindir}/guestfsd + %files -f %{name}.lang %defattr(-,root,root) %doc AUTHORS COPYING README -%{_sbindir}/* %{_bindir}/* %config(noreplace) /etc/libguestfs-tools.conf %config(noreplace) /etc/bash_completion.d/guestfish-bash-completion.sh