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:
parent
8a01d799fb
commit
c2975319ba
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user