1
0

Accepting request 260434 from home:bmwiedemann:branches:systemsmanagement:wbem

give 755 permissions to script (bnc#851641)

OBS-URL: https://build.opensuse.org/request/show/260434
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:wbem/cmpi-provider-register?expand=0&rev=17
This commit is contained in:
Klaus Kämpf 2014-11-10 09:20:23 +00:00 committed by Git OBS Bridge
parent f3f114968e
commit 0a49b04a74
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Nov 9 07:07:58 UTC 2014 - bwiedemann@suse.com
- give 755 permissions to script (bnc#851641)
-------------------------------------------------------------------
Thu Apr 24 14:37:11 UTC 2014 - kkaempf@suse.com

View File

@ -40,7 +40,7 @@ CIMOM(s) happens to be present on the system.
%install
%{__mkdir} -p $RPM_BUILD_ROOT/usr/sbin
install -m 744 %{S:0} $RPM_BUILD_ROOT/usr/sbin/%{name}
install -m 755 %{S:0} $RPM_BUILD_ROOT/usr/sbin/%{name}
%files
%defattr(-,root,root)