diff --git a/cfengine.changes b/cfengine.changes index 52129c7..1cbba44 100644 --- a/cfengine.changes +++ b/cfengine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Apr 16 14:41:48 UTC 2013 - kkaempf@suse.com + +- Build with libvirt + ------------------------------------------------------------------- Mon Apr 15 07:12:33 UTC 2013 - kkaempf@suse.com diff --git a/cfengine.spec b/cfengine.spec index 4b4d22d..88f4acf 100644 --- a/cfengine.spec +++ b/cfengine.spec @@ -63,6 +63,7 @@ BuildRequires: libxml2-devel %if 0%{?suse_version} != 1110 BuildRequires: mysql-devel %endif +BuildRequires: libvirt-devel BuildRequires: openssl-devel BuildRequires: pcre-devel BuildRequires: postgresql-devel @@ -228,11 +229,9 @@ rm -rf %{buildroot}/%{_datadir}/%{name}/README %install_info --name=%{name} --info-dir=%{_infodir} %{_infodir}/cf3-reference.info.gz %endif /sbin/ldconfig -# generate key on initial install -if [ $1 -lt 2 ] -then +if [ $1 -lt 2 ]; then cf-key -end +fi %preun %service_del_preun cf-execd.service cf-monitord.service