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:
parent
a7bbf95fe2
commit
2eeced7fed
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user