SHA256
1
0
forked from pool/acpid

Accepting request 177314 from home:elvigia:branches:Base:System

- Also remove After=syslog.target from unit file (target does 
  not exists anymore) 

- 2.0.19 release
- README improvements  (README)  (Ted Felix)
- man page additions  (acpid.8)  (Ted Felix)
    (kacpimon/libnetlink.c)  (Ted Felix)
- Add support for mic mute (KEY_MICMUTE).
    (input_layer.c)  (Ted Felix)
- Fix format of video/tabletmode event string.  CRITICAL.
    (input_layer.c)  (Ted Felix)
- Add how to kill acpid to kacpimon man page.
    (kacpimon.8)  (Ted Felix)
- Add info on logind.conf's HandlePowerKey to man page.
    (acpid.8)  (Ted Felix) 
- Remove ExecStop from systemd unit, not required.

OBS-URL: https://build.opensuse.org/request/show/177314
OBS-URL: https://build.opensuse.org/package/show/Base:System/acpid?expand=0&rev=58
This commit is contained in:
Marcus Meissner 2013-06-05 08:11:45 +00:00 committed by Git OBS Bridge
parent 5c116f84d1
commit 08cc8c5642
5 changed files with 28 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36b7d2c7deb6a44ae87b28026ff368f96e66b3ee8dd6b6cef4de2c3dbea17a3e
size 149440

3
acpid-2.0.19.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce503bf3f36002b45a465dc8a2490c16c553abd5bc2c1c8ece86247ec281dcde
size 150972

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Jun 4 02:21:33 UTC 2013 - crrodriguez@opensuse.org
- Also remove After=syslog.target from unit file (target does
not exists anymore)
-------------------------------------------------------------------
Tue Jun 4 02:12:39 UTC 2013 - crrodriguez@opensuse.org
- 2.0.19 release
- README improvements (README) (Ted Felix)
- man page additions (acpid.8) (Ted Felix)
(kacpimon/libnetlink.c) (Ted Felix)
- Add support for mic mute (KEY_MICMUTE).
(input_layer.c) (Ted Felix)
- Fix format of video/tabletmode event string. CRITICAL.
(input_layer.c) (Ted Felix)
- Add how to kill acpid to kacpimon man page.
(kacpimon.8) (Ted Felix)
- Add info on logind.conf's HandlePowerKey to man page.
(acpid.8) (Ted Felix)
- Remove ExecStop from systemd unit, not required.
-------------------------------------------------------------------
Tue Jan 15 15:29:10 UTC 2013 - trenn@suse.de

View File

@ -1,12 +1,10 @@
[Unit]
Description=ACPI Event Daemon
After=syslog.target
[Service]
ExecStart=/usr/sbin/acpid -n -f
ExecReload=/bin/kill -s HUP $MAINPID
ExecStop=/bin/kill -s QUIT $MAINPID
[Install]
WantedBy=multi-user.target

View File

@ -16,9 +16,8 @@
#
Name: acpid
Version: 2.0.17
Version: 2.0.19
Release: 0
Summary: Executes Actions at ACPI Events
License: GPL-2.0+