OBS User unknown 2007-03-29 13:28:12 +00:00 committed by Git OBS Bridge
parent 48ebbd1a7f
commit 29546fce61
2 changed files with 11 additions and 3 deletions

View File

@ -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

View File

@ -1,7 +1,7 @@
#
# 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
# package are under the same license as the package itself.
#
@ -13,7 +13,7 @@
Name: acpid
URL: http://acpid.sourceforge.net/
Version: 1.0.4
Release: 51
Release: 63
%define acpi_version 0.09
License: GNU General Public License (GPL)
Group: System/Daemons
@ -99,6 +99,7 @@ rm -f -- var/lib/acpi/*
%files
%defattr(-,root,root)
%dir /etc/modprobe.d
%dir /etc/acpi
%dir /etc/acpi/events
/etc/acpi/events/default
@ -114,7 +115,9 @@ rm -f -- var/lib/acpi/*
/usr/share/man/man1/acpi.1.gz
%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
- remove CPUFreq modules loading, acpid is not available on all
architectures. Move handling to proper place --> HAL init script