- move guestfsd to subpackage libguestfs-guestfsd

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=50
This commit is contained in:
2012-09-01 18:53:34 +00:00
committed by Git OBS Bridge
parent a7bbf95fe2
commit 2eeced7fed
2 changed files with 18 additions and 1 deletions

View File

@@ -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 Sat Sep 1 20:26:11 CEST 2012 - ohering@suse.de

View File

@@ -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 guestfish, or use virt-rescue to get a rescue shell for fixing unbootable
virtual machines. 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 %package doc
Summary: Documentation for libguestfs Summary: Documentation for libguestfs
Group: Documentation Group: Documentation
@@ -497,10 +506,13 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/guestfs.h %{_includedir}/guestfs.h
%{_mandir}/man3/* %{_mandir}/man3/*
%files guestfsd
%defattr(-,root,root)
%{_sbindir}/guestfsd
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS COPYING README %doc AUTHORS COPYING README
%{_sbindir}/*
%{_bindir}/* %{_bindir}/*
%config(noreplace) /etc/libguestfs-tools.conf %config(noreplace) /etc/libguestfs-tools.conf
%config(noreplace) /etc/bash_completion.d/guestfish-bash-completion.sh %config(noreplace) /etc/bash_completion.d/guestfish-bash-completion.sh