From ca627e0f1a1ffea02db50fbcc8f114e95f8a9c3c351276b7ca1f8d3b2a741c15 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Mon, 11 Aug 2014 08:31:13 +0000 Subject: [PATCH 1/2] Accepting request 243719 from home:dimstar:branches:Base:System - Fix rcacpid symlink to point to /usr/sbin/service, not the systemd .service file: the service file is actually not executable. OBS-URL: https://build.opensuse.org/request/show/243719 OBS-URL: https://build.opensuse.org/package/show/Base:System/acpid?expand=0&rev=71 --- acpid.changes | 7 +++++++ acpid.spec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/acpid.changes b/acpid.changes index fc26028..b9e4d84 100644 --- a/acpid.changes +++ b/acpid.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +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 diff --git a/acpid.spec b/acpid.spec index fb14e15..fb820d6 100644 --- a/acpid.spec +++ b/acpid.spec @@ -66,7 +66,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/ From f0c54a7a66c220375482ab6eade441e394590364f51eb9b1804bc6e3b0332efe Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Tue, 12 Aug 2014 14:53:34 +0000 Subject: [PATCH 2/2] Accepting request 244354 from home:posophe:branches:Base:System Update + fix OBS-URL: https://build.opensuse.org/request/show/244354 OBS-URL: https://build.opensuse.org/package/show/Base:System/acpid?expand=0&rev=72 --- acpid-2.0.20.tar.xz | 3 --- acpid-2.0.22.tar.xz | 3 +++ acpid.changes | 13 +++++++++++++ acpid.spec | 4 +--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 acpid-2.0.20.tar.xz create mode 100644 acpid-2.0.22.tar.xz diff --git a/acpid-2.0.20.tar.xz b/acpid-2.0.20.tar.xz deleted file mode 100644 index 849f1cf..0000000 --- a/acpid-2.0.20.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6a1ebaf52c6bef0f3d6da24a364e5f9401004d60ef4f42ec2a23057799fcf750 -size 151380 diff --git a/acpid-2.0.22.tar.xz b/acpid-2.0.22.tar.xz new file mode 100644 index 0000000..d1b0ad0 --- /dev/null +++ b/acpid-2.0.22.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d11454f4283c8f771d8dbd5eb6b5f2bbd9d94d9f77d68bab89e35d98b67ab31 +size 153596 diff --git a/acpid.changes b/acpid.changes index b9e4d84..468a3be 100644 --- a/acpid.changes +++ b/acpid.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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 action. Debian #732277. + ------------------------------------------------------------------- Tue Aug 5 21:12:24 UTC 2014 - dimstar@opensuse.org diff --git a/acpid.spec b/acpid.spec index fb820d6..7f7ee0d 100644 --- a/acpid.spec +++ b/acpid.spec @@ -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