- enable and install the guestfs daemon

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=26
This commit is contained in:
Olaf Hering 2012-08-29 15:27:00 +00:00 committed by Git OBS Bridge
parent b08a9b83f7
commit a097a6c48f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 29 17:26:45 CEST 2012 - ohering@suse.de
- enable and install the guestfs daemon
-------------------------------------------------------------------
Wed Aug 29 16:48:23 CEST 2012 - ohering@suse.de

View File

@ -290,6 +290,8 @@ autoreconf -fi
%configure \
--help || :
%configure \
--enable-daemon \
--enable-install-daemon \
--disable-appliance \
--disable-haskell \
--disable-php \
@ -362,6 +364,7 @@ rm -rf $RPM_BUILD_ROOT
%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