OBS User unknown
2009-02-06 19:47:59 +00:00
committed by Git OBS Bridge
parent 7508e78984
commit 587523c06b
7 changed files with 49 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package acpid (Version 1.0.6)
# spec file for package acpid (Version 1.0.8)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -20,8 +20,8 @@
Name: acpid
Url: http://acpid.sourceforge.net/
Version: 1.0.6
Release: 90
Version: 1.0.8
Release: 1
%define acpi_version 0.09
License: GPL v2 or later
Group: System/Daemons
@@ -60,7 +60,7 @@ Authors:
%prep
%setup -b 0 -a 1
%patch
%patch -p1
%patch1
pushd acpi-%{acpi_version}
popd
@@ -129,6 +129,17 @@ rm -rf %{buildroot}
%ghost %config(noreplace,missingok) %_var/log/acpid
%changelog
* Wed Feb 04 2009 seife@suse.de
- update to version 1.0.8:
- various code cleanups, enable stricter compiler warnings
- fix typos in man pages. (acpid.8, acpi_listen.8)
- stop processing ACPI events when a lockfile exists (see acpid.8)
- add -l (--logevents) option to enable logging of all events.
Due to a number of reports of log flooding (bad ACPI BIOS?), the
new default is to NOT log events
- add pidfile support and a -p (--pidfile) option to change it
- close client file descriptors on exec()
- fix a fd leak on error
* 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)