From d3fd60eb8e5c2ab73028721f6d51875553cdc930 Mon Sep 17 00:00:00 2001 From: Jiri Skala Date: Jul 13 2010 05:51:19 +0000 Subject: - latest upstream version - fixes #613315 kernel-2.6.35 doesn't create /proc/acpi/event --- diff --git a/.cvsignore b/.cvsignore index 348bb00..455eaf0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -acpid-2.0.4.tar.gz +acpid-2.0.5.tar.gz diff --git a/acpid.init b/acpid.init index 0c06c6a..b2f30db 100755 --- a/acpid.init +++ b/acpid.init @@ -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: " diff --git a/acpid.spec b/acpid.spec index 45ef96b..339cab9 100644 --- a/acpid.spec +++ b/acpid.spec @@ -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 - 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 - 2.0.4-1 - latest upstream version diff --git a/sources b/sources index fd71242..b3fffb2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ac7867be60496f8927b9857e16de146 acpid-2.0.4.tar.gz +796b99ca935e248c3be1f222a38f5ee1 acpid-2.0.5.tar.gz