Accepting request 246848 from home:juwolf:branches:systemsmanagement

Remove executable flags from systemd service files to prevent systemd warning (bnc#893142)

OBS-URL: https://build.opensuse.org/request/show/246848
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/freeipmi?expand=0&rev=54
This commit is contained in:
Thomas Renninger 2014-08-29 14:46:44 +00:00 committed by Git OBS Bridge
parent 8a01d799fb
commit c2975319ba
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Aug 29 11:44:33 UTC 2014 - juwolf@suse.com
- Remove executable flags from systemd service files to prevent
systemd warning (bnc#893142)
-------------------------------------------------------------------
Tue Jul 29 06:12:44 UTC 2014 - kkaempf@suse.com

View File

@ -160,7 +160,7 @@ rm -f %{buildroot}%{_datadir}/doc/packages/freeipmi/INSTALL
# Add systemd support for openSUSE >= 12.3
%if 0%{?suse_version} >=1230
mkdir -p %{buildroot}%{_unitdir}
%{__install} -m 0755 %{S:1} %{S:2} %{S:3} %{buildroot}%{_unitdir}/
%{__install} -m 0644 %{S:1} %{S:2} %{S:3} %{buildroot}%{_unitdir}/
rm -r %{buildroot}%{_initddir}
%endif