SHA256
1
0
forked from pool/libguestfs

- 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:
Olaf Hering 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

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
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