- latest upstream version

- fixes #613315 kernel-2.6.35 doesn't create /proc/acpi/event
This commit is contained in:
Jiri Skala 2010-07-13 05:51:19 +00:00
parent 7ee6bf38dc
commit d3fd60eb8e
4 changed files with 7 additions and 6 deletions

View File

@ -1 +1 @@
acpid-2.0.4.tar.gz
acpid-2.0.5.tar.gz

View File

@ -39,9 +39,6 @@ start() {
check
# Check for kernel support
[ -f /proc/acpi/event ] || exit 1
# Check if it is already running
if [ ! -f /var/lock/subsys/acpid ]; then
echo -n $"Starting acpi daemon: "

View File

@ -1,6 +1,6 @@
Summary: ACPI Event Daemon
Name: acpid
Version: 2.0.4
Version: 2.0.5
Release: 1%{?dist}
License: GPLv2+
Group: System Environment/Daemons
@ -96,6 +96,10 @@ if [ "$1" -ge "1" ]; then
fi
%changelog
* Tue Jul 13 2010 Jiri Skala <jskala@redhat.com> - 2.0.5-1
- latest upstream version
- fixes #613315 kernel-2.6.35 doesn't create /proc/acpi/event
* Wed May 05 2010 Jiri Skala <jskala@redhat.com> - 2.0.4-1
- latest upstream version

View File

@ -1 +1 @@
6ac7867be60496f8927b9857e16de146 acpid-2.0.4.tar.gz
796b99ca935e248c3be1f222a38f5ee1 acpid-2.0.5.tar.gz