OBS User unknown 2009-01-27 00:53:48 +00:00 committed by Git OBS Bridge
parent a057fd229b
commit 7508e78984
2 changed files with 12 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 26 11:53:42 CET 2009 - ro@suse.de
- change fillup call from "-Y" to "-y" the boot script has
been present in this package for long enough (SLES10-GA)
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 16 13:31:51 CET 2008 - hmacht@suse.de Sun Nov 16 13:31:51 CET 2008 - hmacht@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package acpid (Version 1.0.6) # spec file for package acpid (Version 1.0.6)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -21,7 +21,7 @@
Name: acpid Name: acpid
Url: http://acpid.sourceforge.net/ Url: http://acpid.sourceforge.net/
Version: 1.0.6 Version: 1.0.6
Release: 89 Release: 90
%define acpi_version 0.09 %define acpi_version 0.09
License: GPL v2 or later License: GPL v2 or later
Group: System/Daemons Group: System/Daemons
@ -99,7 +99,7 @@ touch %buildroot%_var/log/acpid
rm -rf %{buildroot} rm -rf %{buildroot}
%post %post
%{fillup_and_insserv -Y -f acpid} %{fillup_and_insserv -y -f acpid}
%postun %postun
%restart_on_update acpid %restart_on_update acpid
@ -129,6 +129,9 @@ rm -rf %{buildroot}
%ghost %config(noreplace,missingok) %_var/log/acpid %ghost %config(noreplace,missingok) %_var/log/acpid
%changelog %changelog
* Mon Jan 26 2009 ro@suse.de
- change fillup call from "-Y" to "-y" the boot script has
been present in this package for long enough (SLES10-GA)
* Sun Nov 16 2008 hmacht@suse.de * Sun Nov 16 2008 hmacht@suse.de
- Don't shutdown if a kde4 session is running and the power button - Don't shutdown if a kde4 session is running and the power button
is pressed, powerdevil will care (bnc#443210) is pressed, powerdevil will care (bnc#443210)