From bfb8f008a07b16925ffc07ff92d8bcf237068a388d3e8baf8c87c302a96d26d1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 15 Apr 2009 13:30:51 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acpid?expand=0&rev=21 --- acpid.changes | 5 +++++ acpid.spec | 10 ++++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/acpid.changes b/acpid.changes index 71746e7..d1df41d 100644 --- a/acpid.changes +++ b/acpid.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 15 14:35:11 CEST 2009 - crrodriguez@suse.de + +- fix boot warning about /etc/modprobe.d/thinkpad_acpi + ------------------------------------------------------------------- Wed Feb 4 21:10:28 CET 2009 - seife@suse.de diff --git a/acpid.spec b/acpid.spec index b6305d3..1999c82 100644 --- a/acpid.spec +++ b/acpid.spec @@ -21,7 +21,7 @@ Name: acpid Url: http://acpid.sourceforge.net/ Version: 1.0.8 -Release: 1 +Release: 2 %define acpi_version 0.09 License: GPL v2 or later Group: System/Daemons @@ -77,7 +77,7 @@ popd %install make install INSTPREFIX=%{buildroot} SBINDIR=%{buildroot}/sbin install -Dm 744 rcacpid %{buildroot}/etc/init.d/acpid -install -Dm 644 thinkpad_acpi.modprobe %{buildroot}/etc/modprobe.d/thinkpad_acpi +install -Dm 644 thinkpad_acpi.modprobe %{buildroot}/etc/modprobe.d/thinkpad_acpi.conf install -Dm 744 thinkpad_handler %{buildroot}/usr/lib/acpid/thinkpad_handler install -Dm 744 power_button %{buildroot}/usr/lib/acpid/power_button mkdir -p %{buildroot}/usr/sbin @@ -117,7 +117,7 @@ rm -rf %{buildroot} /etc/acpi/events/power_button /usr/lib/acpid /etc/init.d/acpid -/etc/modprobe.d/thinkpad_acpi +/etc/modprobe.d/thinkpad_acpi.conf /usr/sbin/rcacpid /sbin/acpid /usr/bin/acpi_listen @@ -129,6 +129,8 @@ rm -rf %{buildroot} %ghost %config(noreplace,missingok) %_var/log/acpid %changelog +* Wed Apr 15 2009 crrodriguez@suse.de +- fix boot warning about /etc/modprobe.d/thinkpad_acpi * Wed Feb 04 2009 seife@suse.de - update to version 1.0.8: - various code cleanups, enable stricter compiler warnings @@ -225,7 +227,7 @@ rm -rf %{buildroot} * Wed Feb 15 2006 thoenig@suse.de - revert hotkey mask for IBM ACPI back to 0xffff (bug #150357) - add documentation hints for IBM ACPI driver -* Thu Feb 09 2006 seife@suse.de +* Fri Feb 10 2006 seife@suse.de - do not try the hotkey modules on ia64 (bug #146291) * Mon Feb 06 2006 seife@suse.de - do not load ac and battery modules on ia64 (bug #140249)