SHA256
1
0
forked from pool/systemd
Dr. Werner Fink 2014-01-23 13:25:13 +00:00 committed by Git OBS Bridge
parent 92c2708e96
commit 89be3742e3
2 changed files with 7 additions and 0 deletions

View File

@ -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

View File

@ -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}