This commit is contained in:
parent
587523c06b
commit
bfb8f008a0
@ -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
|
Wed Feb 4 21:10:28 CET 2009 - seife@suse.de
|
||||||
|
|
||||||
|
10
acpid.spec
10
acpid.spec
@ -21,7 +21,7 @@
|
|||||||
Name: acpid
|
Name: acpid
|
||||||
Url: http://acpid.sourceforge.net/
|
Url: http://acpid.sourceforge.net/
|
||||||
Version: 1.0.8
|
Version: 1.0.8
|
||||||
Release: 1
|
Release: 2
|
||||||
%define acpi_version 0.09
|
%define acpi_version 0.09
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
@ -77,7 +77,7 @@ popd
|
|||||||
%install
|
%install
|
||||||
make install INSTPREFIX=%{buildroot} SBINDIR=%{buildroot}/sbin
|
make install INSTPREFIX=%{buildroot} SBINDIR=%{buildroot}/sbin
|
||||||
install -Dm 744 rcacpid %{buildroot}/etc/init.d/acpid
|
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 thinkpad_handler %{buildroot}/usr/lib/acpid/thinkpad_handler
|
||||||
install -Dm 744 power_button %{buildroot}/usr/lib/acpid/power_button
|
install -Dm 744 power_button %{buildroot}/usr/lib/acpid/power_button
|
||||||
mkdir -p %{buildroot}/usr/sbin
|
mkdir -p %{buildroot}/usr/sbin
|
||||||
@ -117,7 +117,7 @@ rm -rf %{buildroot}
|
|||||||
/etc/acpi/events/power_button
|
/etc/acpi/events/power_button
|
||||||
/usr/lib/acpid
|
/usr/lib/acpid
|
||||||
/etc/init.d/acpid
|
/etc/init.d/acpid
|
||||||
/etc/modprobe.d/thinkpad_acpi
|
/etc/modprobe.d/thinkpad_acpi.conf
|
||||||
/usr/sbin/rcacpid
|
/usr/sbin/rcacpid
|
||||||
/sbin/acpid
|
/sbin/acpid
|
||||||
/usr/bin/acpi_listen
|
/usr/bin/acpi_listen
|
||||||
@ -129,6 +129,8 @@ rm -rf %{buildroot}
|
|||||||
%ghost %config(noreplace,missingok) %_var/log/acpid
|
%ghost %config(noreplace,missingok) %_var/log/acpid
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 15 2009 crrodriguez@suse.de
|
||||||
|
- fix boot warning about /etc/modprobe.d/thinkpad_acpi
|
||||||
* Wed Feb 04 2009 seife@suse.de
|
* Wed Feb 04 2009 seife@suse.de
|
||||||
- update to version 1.0.8:
|
- update to version 1.0.8:
|
||||||
- various code cleanups, enable stricter compiler warnings
|
- various code cleanups, enable stricter compiler warnings
|
||||||
@ -225,7 +227,7 @@ rm -rf %{buildroot}
|
|||||||
* Wed Feb 15 2006 thoenig@suse.de
|
* Wed Feb 15 2006 thoenig@suse.de
|
||||||
- revert hotkey mask for IBM ACPI back to 0xffff (bug #150357)
|
- revert hotkey mask for IBM ACPI back to 0xffff (bug #150357)
|
||||||
- add documentation hints for IBM ACPI driver
|
- 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)
|
- do not try the hotkey modules on ia64 (bug #146291)
|
||||||
* Mon Feb 06 2006 seife@suse.de
|
* Mon Feb 06 2006 seife@suse.de
|
||||||
- do not load ac and battery modules on ia64 (bug #140249)
|
- do not load ac and battery modules on ia64 (bug #140249)
|
||||||
|
Loading…
Reference in New Issue
Block a user