diff --git a/libguestfs.changes b/libguestfs.changes index 5841afe..3c09ec7 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -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 diff --git a/libguestfs.spec b/libguestfs.spec index 2b9261b..35c42f5 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -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