forked from pool/acpid
Accepting request 244359 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/244359 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/acpid?expand=0&rev=69
This commit is contained in:
commit
c7ff89b0d4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a1ebaf52c6bef0f3d6da24a364e5f9401004d60ef4f42ec2a23057799fcf750
|
||||
size 151380
|
3
acpid-2.0.22.tar.xz
Normal file
3
acpid-2.0.22.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d11454f4283c8f771d8dbd5eb6b5f2bbd9d94d9f77d68bab89e35d98b67ab31
|
||||
size 153596
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 12 14:32:40 UTC 2014 - p.drouand@gmail.com
|
||||
|
||||
- Update to version 2.0.22
|
||||
+ Add support for F20. Debian Bug #738611.
|
||||
+ Fix for repeated mute keys on some ThinkPad models.
|
||||
+ Add "-t" short option for "--tpmutefix".
|
||||
+ Update man page for --tpmutefix.
|
||||
- Remove "Configure it in /etc/sysconfig/powermanagement." in the
|
||||
description; the sysconfig file doesn't exist anymore
|
||||
- Changes from version 2.0.21
|
||||
+ Add new <drop> action. Debian #732277.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 5 21:12:24 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Fix rcacpid symlink to point to /usr/sbin/service, not the
|
||||
systemd .service file: the service file is actually not
|
||||
executable.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 14 10:04:32 UTC 2014 - oneukum@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: acpid
|
||||
Version: 2.0.20
|
||||
Version: 2.0.22
|
||||
Release: 0
|
||||
Summary: Executes Actions at ACPI Events
|
||||
License: GPL-2.0+
|
||||
@ -47,8 +47,6 @@ delivering ACPI events. It listens to a file (/proc/acpi/event) and,
|
||||
when an event occurs, executes programs to handle the event. The start
|
||||
script loads all needed modules.
|
||||
|
||||
Configure it in /etc/sysconfig/powermanagement.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1
|
||||
@ -66,7 +64,7 @@ install -Dm 744 thinkpad_handler %{buildroot}%{_prefix}/lib/acpid/thinkpad_handl
|
||||
install -Dm 644 events.thinkpad %{buildroot}%{_sysconfdir}/acpi/events/thinkpad
|
||||
mkdir -p %{buildroot}/%{_unitdir}
|
||||
install -m 644 %{SOURCE8} %{buildroot}/%{_unitdir}
|
||||
ln -sf ../../%{_unitdir}/acpid.service %{buildroot}%{_sbindir}/rcacpid
|
||||
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rcacpid
|
||||
|
||||
# formerly installed, but no longer useful with systemd. Keep as documentation.
|
||||
cp -p events.power_button events.sleep_button power_button sleep_button samples/
|
||||
|
Loading…
x
Reference in New Issue
Block a user