Accepting request 260549 from home:Ledest:misc
fix bashism in post script OBS-URL: https://build.opensuse.org/request/show/260549 OBS-URL: https://build.opensuse.org/package/show/Base:System/powertop?expand=0&rev=26
This commit is contained in:
parent
e587240690
commit
32d7236c99
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 09 22:25:00 UTC 2014 - Led <ledest@gmail.com>
|
||||||
|
|
||||||
|
- fix bashism in post script
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 6 06:18:32 UTC 2014 - thardeck@suse.com
|
Fri Jun 6 06:18:32 UTC 2014 - thardeck@suse.com
|
||||||
|
|
||||||
|
@ -63,7 +63,8 @@ touch %{buildroot}%{_localstatedir}/cache/powertop/{saved_parameters.powertop,sa
|
|||||||
|
|
||||||
%post
|
%post
|
||||||
# Hack for powertop not to show warnings on first start
|
# Hack for powertop not to show warnings on first start
|
||||||
touch %{_localstatedir}/cache/powertop/{saved_parameters.powertop,saved_results.powertop}
|
touch %{_localstatedir}/cache/powertop/saved_parameters.powertop
|
||||||
|
touch %{_localstatedir}/cache/powertop/saved_results.powertop
|
||||||
|
|
||||||
%files -f %name.lang
|
%files -f %name.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user