This commit is contained in:
parent
48ebbd1a7f
commit
29546fce61
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 29 14:28:57 CEST 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
- add /etc/modprobe.d directory
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 17 17:10:18 CET 2006 - hmacht@suse.de
|
Fri Nov 17 17:10:18 CET 2006 - hmacht@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package acpid (Version 1.0.4)
|
# spec file for package acpid (Version 1.0.4)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -13,7 +13,7 @@
|
|||||||
Name: acpid
|
Name: acpid
|
||||||
URL: http://acpid.sourceforge.net/
|
URL: http://acpid.sourceforge.net/
|
||||||
Version: 1.0.4
|
Version: 1.0.4
|
||||||
Release: 51
|
Release: 63
|
||||||
%define acpi_version 0.09
|
%define acpi_version 0.09
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/Daemons
|
Group: System/Daemons
|
||||||
@ -99,6 +99,7 @@ rm -f -- var/lib/acpi/*
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir /etc/modprobe.d
|
||||||
%dir /etc/acpi
|
%dir /etc/acpi
|
||||||
%dir /etc/acpi/events
|
%dir /etc/acpi/events
|
||||||
/etc/acpi/events/default
|
/etc/acpi/events/default
|
||||||
@ -114,7 +115,9 @@ rm -f -- var/lib/acpi/*
|
|||||||
/usr/share/man/man1/acpi.1.gz
|
/usr/share/man/man1/acpi.1.gz
|
||||||
%dir %attr(0750, root, root) /var/lib/acpi
|
%dir %attr(0750, root, root) /var/lib/acpi
|
||||||
|
|
||||||
%changelog -n acpid
|
%changelog
|
||||||
|
* Thu Mar 29 2007 - rguenther@suse.de
|
||||||
|
- add /etc/modprobe.d directory
|
||||||
* Fri Nov 17 2006 - hmacht@suse.de
|
* Fri Nov 17 2006 - hmacht@suse.de
|
||||||
- remove CPUFreq modules loading, acpid is not available on all
|
- remove CPUFreq modules loading, acpid is not available on all
|
||||||
architectures. Move handling to proper place --> HAL init script
|
architectures. Move handling to proper place --> HAL init script
|
||||||
|
Loading…
x
Reference in New Issue
Block a user