- Disable the automatic shutdown -h via powerdown button by default due to

conflicts with gnome-power-manager
This commit is contained in:
Phil Knirsch 2006-08-10 15:27:35 +00:00
parent e5fadf0d35
commit 9e83312cfb

View File

@ -1,14 +1,13 @@
Summary: ACPI Event Daemon Summary: ACPI Event Daemon
Name: acpid Name: acpid
Version: 1.0.4 Version: 1.0.4
Release: 2.1 Release: 3
License: GPL License: GPL
Group: System Environment/Daemons Group: System Environment/Daemons
Source: http://prdownloads.sourceforge.net/acpid/acpid-%{version}.tar.gz Source: http://prdownloads.sourceforge.net/acpid/acpid-%{version}.tar.gz
Source1: acpid.logrotate Source1: acpid.logrotate
Source2: acpid.init Source2: acpid.init
Source3: acpid.video.conf Source3: acpid.video.conf
Patch1: acpid-1.0.3-conf.patch
Patch2: acpid-1.0.3-makefile.patch Patch2: acpid-1.0.3-makefile.patch
Patch3: acpid-1.0.4-warning.patch Patch3: acpid-1.0.4-warning.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -23,7 +22,6 @@ acpid is a daemon that dispatches ACPI events to user-space programs.
%prep %prep
%setup %setup
%patch1 -p1 -b .conffile
%patch2 -p1 -b .makefile %patch2 -p1 -b .makefile
%patch3 -p1 -b .warning %patch3 -p1 -b .warning
@ -88,6 +86,10 @@ if [ "$1" -ge "1" ]; then
fi fi
%changelog %changelog
* Thu Aug 10 2006 Phil Knirsch <pknirsch@redhat.com> - 1.0.4-3
- Disable the automatic shutdown -h via powerdown button by default due to
conflicts with gnome-power-manager
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.4-2.1 * Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.4-2.1
- rebuild - rebuild