OBS User unknown 2008-02-28 00:48:08 +00:00 committed by Git OBS Bridge
parent ec5734c6f2
commit 26007fcc97
3 changed files with 82 additions and 74 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 26 14:22:31 CET 2008 - thoenig@suse.de
- Drop hotkey masks for thinkpad_acpi.modprobe
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 11 11:59:56 CEST 2007 - thoenig@suse.de Tue Sep 11 11:59:56 CEST 2007 - thoenig@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package acpid (Version 1.0.6) # spec file for package acpid (Version 1.0.6)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 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.
# #
@ -10,14 +10,15 @@
# norootforbuild # norootforbuild
Name: acpid Name: acpid
URL: http://acpid.sourceforge.net/ Url: http://acpid.sourceforge.net/
Version: 1.0.6 Version: 1.0.6
Release: 19 Release: 46
%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
Autoreqprov: on AutoReqProv: on
PreReq: %insserv_prereq %fillup_prereq PreReq: %insserv_prereq %fillup_prereq
Summary: Executes Actions at ACPI Events Summary: Executes Actions at ACPI Events
Source: %{name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
@ -113,195 +114,197 @@ rm -rf %{buildroot}
%ghost %config(noreplace,missingok) %_var/log/acpid %ghost %config(noreplace,missingok) %_var/log/acpid
%changelog %changelog
* Tue Sep 11 2007 - thoenig@suse.de * Tue Feb 26 2008 thoenig@suse.de
- Drop hotkey masks for thinkpad_acpi.modprobe
* Tue Sep 11 2007 thoenig@suse.de
- Fix hotkey mask for thinkpad_acpi.modprobe (#308191) - Fix hotkey mask for thinkpad_acpi.modprobe (#308191)
* Wed Aug 08 2007 - thoenig@suse.de * Wed Aug 08 2007 thoenig@suse.de
- remove loading of ACPI modules, they are now being loaded - remove loading of ACPI modules, they are now being loaded
automatically (#216564) automatically (#216564)
- rename ibm_acpi.modprobe to thinkpad_acpi.modprobe as the kernel - rename ibm_acpi.modprobe to thinkpad_acpi.modprobe as the kernel
module was renamed (#297812) module was renamed (#297812)
* Mon Jul 30 2007 - seife@suse.de * Mon Jul 30 2007 seife@suse.de
- fix "--skip-unsupported" warnings on module load (b.n.c #293758) - fix "--skip-unsupported" warnings on module load (b.n.c #293758)
* Tue Jul 03 2007 - seife@suse.de * Tue Jul 03 2007 seife@suse.de
- update to version 1.0.6 - update to version 1.0.6
mostly our patches included upstream mostly our patches included upstream
- adjust init script to the new pcc-acpi module - adjust init script to the new pcc-acpi module
* Tue Jun 19 2007 - thoenig@suse.de * Tue Jun 19 2007 thoenig@suse.de
- Add $local_fs to Required-Start (b.n.c #285472) - Add $local_fs to Required-Start (b.n.c #285472)
* Mon Jun 04 2007 - lrupp@suse.de * Mon Jun 04 2007 lrupp@suse.de
- clean builddir after build is finished - clean builddir after build is finished
- own /var/log/acpid (#280469) - own /var/log/acpid (#280469)
* Tue Apr 24 2007 - trenn@suse.de * Tue Apr 24 2007 trenn@suse.de
- compile some more files with rpm_opt flags - compile some more files with rpm_opt flags
- remove/fix: - remove/fix:
+E: acpid unknown-lsb-tag # X-UnitedLinux-Should-Start: +E: acpid unknown-lsb-tag # X-UnitedLinux-Should-Start:
+E: acpid unknown-lsb-tag # X-UnitedLinux-Should-Stop: +E: acpid unknown-lsb-tag # X-UnitedLinux-Should-Stop:
* Tue Apr 10 2007 - hmacht@suse.de * Tue Apr 10 2007 hmacht@suse.de
- add modules dock and bay to probed laptop modules - add modules dock and bay to probed laptop modules
* Thu Mar 29 2007 - rguenther@suse.de * Thu Mar 29 2007 rguenther@suse.de
- add /etc/modprobe.d directory - 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
(novell bug 220682) (novell bug 220682)
* Mon Nov 13 2006 - hmacht@suse.de * Mon Nov 13 2006 hmacht@suse.de
- do not "fail" if there is no CPUFreq support, print descriptive - do not "fail" if there is no CPUFreq support, print descriptive
message instead (novell bug 219757) message instead (novell bug 219757)
* Wed Oct 18 2006 - seife@suse.de * Wed Oct 18 2006 seife@suse.de
- unload asus_acpi on unsupported machines. - unload asus_acpi on unsupported machines.
- load cpufreq_acpi after speedstep-smi module. - load cpufreq_acpi after speedstep-smi module.
- load the cpufreq_conservative governor (bug 163767). - load the cpufreq_conservative governor (bug 163767).
- ignore editor backup files for the event configuration. - ignore editor backup files for the event configuration.
- package the provided action script samples under documentation. - package the provided action script samples under documentation.
- cleanup the specfile %%prep section. - cleanup the specfile %%prep section.
* Tue Oct 17 2006 - hmacht@suse.de * Tue Oct 17 2006 hmacht@suse.de
- load CPUFreq modules before acpi modules, otherwise we would - load CPUFreq modules before acpi modules, otherwise we would
exit without acpi support exit without acpi support
* Tue Sep 12 2006 - hmacht@suse.de * Tue Sep 12 2006 hmacht@suse.de
- load CPUFreq modules in acpid for now because they have to be - load CPUFreq modules in acpid for now because they have to be
already loaded when HAL starts already loaded when HAL starts
* Thu Jun 01 2006 - thoenig@suse.de * Thu Jun 01 2006 thoenig@suse.de
- rcacpid: do not probe unsupported modules if - rcacpid: do not probe unsupported modules if
LOAD_UNSUPPORTED_MODULES_AUTOMATICALLY is set to yes LOAD_UNSUPPORTED_MODULES_AUTOMATICALLY is set to yes
(b.n.c #180654) (b.n.c #180654)
- rcacpid: be verbose about which modules are being probed or - rcacpid: be verbose about which modules are being probed or
loaded. loaded.
* Tue Feb 21 2006 - rw@suse.de * Tue Feb 21 2006 rw@suse.de
- never try laptop modules on ia64 (bug #146291) - never try laptop modules on ia64 (bug #146291)
* 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)
- untangle the "suse-files.tar" packaging mess - untangle the "suse-files.tar" packaging mess
- after a kernel update, rescan the laptop modules - after a kernel update, rescan the laptop modules
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Thu Nov 24 2005 - seife@suse.de * Thu Nov 24 2005 seife@suse.de
- move daemon from /usr/sbin to /sbin to remove the $remote_fs - move daemon from /usr/sbin to /sbin to remove the $remote_fs
dependency and start sooner dependency and start sooner
- log via syslog instead of using the own logfile mechanism - log via syslog instead of using the own logfile mechanism
* Tue Oct 25 2005 - thoenig@suse.de * Tue Oct 25 2005 thoenig@suse.de
- changed hotkey mask for ibm_acpi from 0xffff to 0xffef so that - changed hotkey mask for ibm_acpi from 0xffff to 0xffef so that
the driver does not block Fn-F5 (switch Bluetooh on/off) on IBM the driver does not block Fn-F5 (switch Bluetooh on/off) on IBM
ThinkPads (closes #128088) ThinkPads (closes #128088)
* Wed Oct 05 2005 - dmueller@suse.de * Wed Oct 05 2005 dmueller@suse.de
- add norootforbuild - add norootforbuild
* Sat Sep 24 2005 - seife@suse.de * Sat Sep 24 2005 seife@suse.de
- rework last patch, fix a memleak in addition to the fd leak. - rework last patch, fix a memleak in addition to the fd leak.
* Fri Sep 23 2005 - seife@suse.de * Fri Sep 23 2005 seife@suse.de
- fix filedescriptor leak on client disconnect (bug #117884) - fix filedescriptor leak on client disconnect (bug #117884)
* Thu Sep 08 2005 - thoenig@suse.de * Thu Sep 08 2005 thoenig@suse.de
- fixed probing of laptop modules (closes #115819) - fixed probing of laptop modules (closes #115819)
* Wed Sep 07 2005 - thoenig@suse.de * Wed Sep 07 2005 thoenig@suse.de
- changed modprobe.d/ibm_acpi to be even more verbose (more Fn-Fxx - changed modprobe.d/ibm_acpi to be even more verbose (more Fn-Fxx
will be reported (see #115127 and closes re-opened #113625) will be reported (see #115127 and closes re-opened #113625)
* Wed Aug 31 2005 - ro@suse.de * Wed Aug 31 2005 ro@suse.de
- removed config-dist.sh (ExclusiveArch is already there) - removed config-dist.sh (ExclusiveArch is already there)
* Tue Aug 30 2005 - thoenig@suse.de * Tue Aug 30 2005 thoenig@suse.de
- added sony_acpi and pcc_acpi to be probed on first run (SUSE - added sony_acpi and pcc_acpi to be probed on first run (SUSE
feature request r6125) feature request r6125)
* Mon Aug 29 2005 - thoenig@suse.de * Mon Aug 29 2005 thoenig@suse.de
- fixed probe function of rcacpid - fixed probe function of rcacpid
* Mon Aug 29 2005 - thoenig@suse.de * Mon Aug 29 2005 thoenig@suse.de
- added install parameter for ibm_acpi to enable verbose output - added install parameter for ibm_acpi to enable verbose output
of hotkey (#113625) of hotkey (#113625)
* Thu Aug 25 2005 - thoenig@suse.de * Thu Aug 25 2005 thoenig@suse.de
- rcacpid now probes laptop modules once and will only - rcacpid now probes laptop modules once and will only
load those modules at a later point if modprobe succeeded. load those modules at a later point if modprobe succeeded.
* Wed Aug 10 2005 - thoenig@suse.de * Wed Aug 10 2005 thoenig@suse.de
- added three modules to DEFAULT_ACPI_MODULES: - added three modules to DEFAULT_ACPI_MODULES:
* asus_acpi * asus_acpi
* ibm_acpi * ibm_acpi
* toshiba_acpi * toshiba_acpi
- added $SYSCONFDIR/modprobe.d/ibm_acpi for ibm_acpi to load the - added $SYSCONFDIR/modprobe.d/ibm_acpi for ibm_acpi to load the
module with "experimental=1" module with "experimental=1"
* Fri Aug 05 2005 - seife@suse.de * Fri Aug 05 2005 seife@suse.de
- load ACPI modules in /etc/init.d/acpid. - load ACPI modules in /etc/init.d/acpid.
* Fri Aug 05 2005 - trenn@suse.de * Fri Aug 05 2005 trenn@suse.de
- Activate acpid by default again (use -Y to force, was disabled - Activate acpid by default again (use -Y to force, was disabled
in old setups, but we need it urgently now) in old setups, but we need it urgently now)
- Deleted suse stuff (acpid_proxy,...), only use acpid to forward - Deleted suse stuff (acpid_proxy,...), only use acpid to forward
acpi events to other apps/services. acpi events to other apps/services.
- updated acpid (1.0.3 -> 1.0.4) acpi (0.07 -> 0.09) - updated acpid (1.0.3 -> 1.0.4) acpi (0.07 -> 0.09)
- changed config to not process acpi events, just forward them - changed config to not process acpi events, just forward them
* Mon May 02 2005 - mmj@suse.de * Mon May 02 2005 mmj@suse.de
- Fix warning about chdir return value not being caught - Fix warning about chdir return value not being caught
* Mon Apr 04 2005 - pth@suse.de * Mon Apr 04 2005 pth@suse.de
- Fix signed/unsigned warnings - Fix signed/unsigned warnings
* Thu Nov 25 2004 - zoz@suse.de * Thu Nov 25 2004 zoz@suse.de
- rcacpid status now reports service acpid as unused if acpid was - rcacpid status now reports service acpid as unused if acpid was
started from rcpowersaved (Bug 48432) started from rcpowersaved (Bug 48432)
* Thu Nov 11 2004 - zoz@suse.de * Thu Nov 11 2004 zoz@suse.de
- added /var/lib/acpi with proper permissions to filelist. Further - added /var/lib/acpi with proper permissions to filelist. Further
acpid_proxy won't create that dir if missing. (Bug 47729) acpid_proxy won't create that dir if missing. (Bug 47729)
* Mon Sep 06 2004 - seife@suse.de * Mon Sep 06 2004 seife@suse.de
- clean up config file for sysconfig editor - clean up config file for sysconfig editor
* Thu Aug 26 2004 - trenn@suse.de * Thu Aug 26 2004 trenn@suse.de
- deleted debian stuff - deleted debian stuff
* Fri Aug 13 2004 - trenn@suse.de * Fri Aug 13 2004 trenn@suse.de
- updated to acpid from 1.0.1 to version 1.0.3 and - updated to acpid from 1.0.1 to version 1.0.3 and
acpi Version from 0.06 to 0.07 acpi Version from 0.06 to 0.07
* Fri May 14 2004 - trenn@suse.de * Fri May 14 2004 trenn@suse.de
- P4 Hyperthreading patch from pth@suse (#39017) - P4 Hyperthreading patch from pth@suse (#39017)
* Tue Apr 06 2004 - trenn@suse.de * Tue Apr 06 2004 trenn@suse.de
- rcacpid stop does not return skipped anymore on none acpi systems - rcacpid stop does not return skipped anymore on none acpi systems
this prevented acpid to uninstall on these systems (#38508) this prevented acpid to uninstall on these systems (#38508)
* Thu Mar 18 2004 - seife@suse.de * Thu Mar 18 2004 seife@suse.de
- updated README.SuSE and default config (#36208) - updated README.SuSE and default config (#36208)
* Wed Mar 03 2004 - trenn@suse.de * Wed Mar 03 2004 trenn@suse.de
- add %%restart_on_update and %%stop_on_removal in .spec file - add %%restart_on_update and %%stop_on_removal in .spec file
* Tue Feb 24 2004 - trenn@suse.de * Tue Feb 24 2004 trenn@suse.de
- deleted ac_on_power, is now in powersave package - deleted ac_on_power, is now in powersave package
* Mon Feb 23 2004 - trenn@suse.de * Mon Feb 23 2004 trenn@suse.de
- deleted -y parameter in inserv, to not start by default - deleted -y parameter in inserv, to not start by default
powersave gets confused otherwise, only one daemon is allowed powersave gets confused otherwise, only one daemon is allowed
to access /proc/acpi/event to access /proc/acpi/event
* Wed Nov 05 2003 - olh@suse.de * Wed Nov 05 2003 olh@suse.de
- do not start the build if not required - do not start the build if not required
* Mon Sep 22 2003 - zoz@suse.de * Mon Sep 22 2003 zoz@suse.de
- fixed naming of actions in acpid_proxy (Bug 31357) - fixed naming of actions in acpid_proxy (Bug 31357)
- fixed metadata and description of actions in sysconfig template - fixed metadata and description of actions in sysconfig template
(Bug 31357) (Bug 31357)
- fixed startscript to unload modules if requested (Bug 31357) - fixed startscript to unload modules if requested (Bug 31357)
- set default action for lid closure to 'ignore', because 'throttle' - set default action for lid closure to 'ignore', because 'throttle'
breaks some laptops (Bug 31529) breaks some laptops (Bug 31529)
* Sun Sep 21 2003 - ro@suse.de * Sun Sep 21 2003 ro@suse.de
- fix typo in sysconfig-file - fix typo in sysconfig-file
* Thu Sep 18 2003 - trenn@suse.de * Thu Sep 18 2003 trenn@suse.de
- bug 30913 and 31265 - bug 30913 and 31265
lid state is now read out correctly (CLOSE->CLOSED) lid state is now read out correctly (CLOSE->CLOSED)
corrected parts for throttling corrected parts for throttling
action kde_term fixed (determine kde user) action kde_term fixed (determine kde user)
action kde_logout additionally added action kde_logout additionally added
* Tue Sep 16 2003 - trenn@suse.de * Tue Sep 16 2003 trenn@suse.de
- bug 30399 -> lid read out of /proc/acpi/lid/... now - bug 30399 -> lid read out of /proc/acpi/lid/... now
and changed frequency scaling from deprecated /acpi/processor and changed frequency scaling from deprecated /acpi/processor
to cpufreqd to cpufreqd
* Wed Sep 10 2003 - kukuk@suse.de * Wed Sep 10 2003 kukuk@suse.de
- rcacpid: Fix return codes, fix try-restart, fix probe (don't - rcacpid: Fix return codes, fix try-restart, fix probe (don't
compare with non existing FOO config file), fix restart (restart compare with non existing FOO config file), fix restart (restart
should honor modified sysconfig file). should honor modified sysconfig file).
* Tue Sep 02 2003 - trenn@suse.de * Tue Sep 02 2003 trenn@suse.de
- on_ac_adapter: more stable and - on_ac_adapter: more stable and
check for desktop check for desktop
start acpid by default start acpid by default
* Thu Aug 28 2003 - trenn@suse.de * Thu Aug 28 2003 trenn@suse.de
- fixed bug in sysconfig.acpi template - fixed bug in sysconfig.acpi template
* Thu Aug 28 2003 - trenn@suse.de * Thu Aug 28 2003 trenn@suse.de
- added on_ac_power - added on_ac_power
* Tue Aug 26 2003 - trenn@suse.de * Tue Aug 26 2003 trenn@suse.de
- added action tags for sysconfig file - added action tags for sysconfig file
* Thu Aug 14 2003 - ro@suse.de * Thu Aug 14 2003 ro@suse.de
- added exclusivearch line to specfile - added exclusivearch line to specfile
* Sun Jul 20 2003 - zoz@suse.de * Sun Jul 20 2003 zoz@suse.de
- Removed ACPI_MODULES_NOT_TO_LOAD from /etc/init.d/acpid and - Removed ACPI_MODULES_NOT_TO_LOAD from /etc/init.d/acpid and
/etc/sysconfig/powermanagement. now we use ACPI_MODULES instead. /etc/sysconfig/powermanagement. now we use ACPI_MODULES instead.
This works also with 2.5/6 kernels and you may add one of the This works also with 2.5/6 kernels and you may add one of the
modules asus_acpi or toshiba_acpi to this variable. modules asus_acpi or toshiba_acpi to this variable.
* Sat Mar 01 2003 - zoz@suse.de * Sat Mar 01 2003 zoz@suse.de
- fixed acpid: Did not call acpid_proxy with event information - fixed acpid: Did not call acpid_proxy with event information
- splitted ACPI_BUTTON_LID into ACPI_BUTTON_LID_OPEN and - splitted ACPI_BUTTON_LID into ACPI_BUTTON_LID_OPEN and
ACPI_BUTTON_LID_CLOSE ACPI_BUTTON_LID_CLOSE
@ -317,25 +320,25 @@ rm -rf %{buildroot}
- for proper throttling added ACPI_THROTTLED_DISK_TIMEOUT and - for proper throttling added ACPI_THROTTLED_DISK_TIMEOUT and
ACPI_THROTTLED_KUPDATED_INTERVAL ACPI_THROTTLED_KUPDATED_INTERVAL
- provided some usefull information in README.SuSE - provided some usefull information in README.SuSE
* Mon Feb 24 2003 - zoz@suse.de * Mon Feb 24 2003 zoz@suse.de
- enhanced sysconfig metadata and descriptions - enhanced sysconfig metadata and descriptions
- added ACPI_MODULES_NOT_TO_UNLOAD, because there are modules which - added ACPI_MODULES_NOT_TO_UNLOAD, because there are modules which
oops when unloaded oops when unloaded
- added ACPI_BUTTON_SLEEP - added ACPI_BUTTON_SLEEP
- added some more actions for button events - added some more actions for button events
* Sat Feb 22 2003 - mmj@suse.de * Sat Feb 22 2003 mmj@suse.de
- Add sysconfig metadata [#22676] - Add sysconfig metadata [#22676]
* Sat Feb 08 2003 - zoz@suse.de * Sat Feb 08 2003 zoz@suse.de
- added 'acpi': a tool providing battery and thermal information - added 'acpi': a tool providing battery and thermal information
(like apm in package apmd) (like apm in package apmd)
* Tue Sep 17 2002 - ro@suse.de * Tue Sep 17 2002 ro@suse.de
- removed bogus self-provides - removed bogus self-provides
* Fri Sep 06 2002 - zoz@suse.de * Fri Sep 06 2002 zoz@suse.de
- added comments to sysconfig variables (Bug 18654) - added comments to sysconfig variables (Bug 18654)
- fixed specfile to fillup /etc/sysconfig/powermanagement properly - fixed specfile to fillup /etc/sysconfig/powermanagement properly
* Tue Aug 13 2002 - zoz@suse.de * Tue Aug 13 2002 zoz@suse.de
- added PreReq insserv_prereq fillup_prereq - added PreReq insserv_prereq fillup_prereq
* Tue Aug 06 2002 - zoz@suse.de * Tue Aug 06 2002 zoz@suse.de
- initial package: version 1.0.1 - initial package: version 1.0.1
- added init script which loads acpi modules as well - added init script which loads acpi modules as well
- provided acpid_proxy (apmd like) which cares about all events - provided acpid_proxy (apmd like) which cares about all events

View File

@ -9,4 +9,4 @@
# http://bugzilla.novell.com/ # http://bugzilla.novell.com/
# #
options thinkpad_acpi hotkey=enabled,0xffffffff experimental=1 options thinkpad_acpi experimental=1