diff --git a/acpid.changes b/acpid.changes index 1231e67..0fcbbe4 100644 --- a/acpid.changes +++ b/acpid.changes @@ -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 diff --git a/acpid.spec b/acpid.spec index 78b41a4..1ab2849 100644 --- a/acpid.spec +++ b/acpid.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ Name: acpid Url: http://acpid.sourceforge.net/ Version: 1.0.6 -Release: 89 +Release: 90 %define acpi_version 0.09 License: GPL v2 or later Group: System/Daemons @@ -99,7 +99,7 @@ touch %buildroot%_var/log/acpid rm -rf %{buildroot} %post -%{fillup_and_insserv -Y -f acpid} +%{fillup_and_insserv -y -f acpid} %postun %restart_on_update acpid @@ -129,6 +129,9 @@ rm -rf %{buildroot} %ghost %config(noreplace,missingok) %_var/log/acpid %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 - Don't shutdown if a kde4 session is running and the power button is pressed, powerdevil will care (bnc#443210)