Accepting request 260580 from Base:System

1

OBS-URL: https://build.opensuse.org/request/show/260580
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/powertop?expand=0&rev=35
This commit is contained in:
Dominique Leuenberger 2014-11-15 10:44:29 +00:00 committed by Git OBS Bridge
commit 712b4e0215
2 changed files with 7 additions and 1 deletions

View File

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

View File

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