diff --git a/systemd.changes b/systemd.changes index d8486cd9..60444215 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 23 13:24:53 UTC 2014 - werner@suse.de + +- Make systemd-mini build + ------------------------------------------------------------------- Thu Jan 23 13:18:39 UTC 2014 - werner@suse.de diff --git a/systemd.spec b/systemd.spec index 4a1e8abe..370a2614 100644 --- a/systemd.spec +++ b/systemd.spec @@ -763,7 +763,9 @@ ln -s ../after-local.service %{buildroot}/%{_prefix}/lib/systemd/system/multi-us # support for SIGPWR handling with /var/run/powerstatus of e.g. powerd install -m 755 %{S:12} %{buildroot}/%{_prefix}/lib/systemd/ install -m 644 units/powerfail.service %{buildroot}/%{_prefix}/lib/systemd/system/ +%if ! 0%{?bootstrap} install -m 644 man/systemd-powerfail.service.8 %{buildroot}/%{_mandir}/man8/ +%endif # clean out some completions which requires bash-completion package %if %{without bash_completion}