Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9ae807e0be | ||
|
|
43ea6138b8 | ||
|
|
74d228f53d |
4 changed files with 17 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -3,3 +3,6 @@ acpid-2.0.5.tar.gz
|
|||
/acpid-2.0.8.tar.gz
|
||||
/acpid-2.0.9.tar.gz
|
||||
/acpid-2.0.10.tar.gz
|
||||
/acpid-2.0.11.tar.gz
|
||||
/acpid-2.0.13.tar.gz
|
||||
/acpid-2.0.14.tar.gz
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ ps axo uid,cmd | \
|
|||
awk '
|
||||
$1 == '$uid_session' &&
|
||||
($2 ~ /gnome-power-manager/ || $2 ~ /kpowersave/ ||
|
||||
$2 ~ /xfce4-power-manager/ || $2 ~ /\/usr\/libexec\/gnome-settings-daemon/ ||
|
||||
$2 ~ /kded4/ || $3 ~ /guidance-power-manager/) \
|
||||
{ found = 1; exit }
|
||||
END { exit !found }
|
||||
|
|
|
|||
14
acpid.spec
14
acpid.spec
|
|
@ -1,7 +1,7 @@
|
|||
Summary: ACPI Event Daemon
|
||||
Name: acpid
|
||||
Version: 2.0.10
|
||||
Release: 2%{?dist}
|
||||
Version: 2.0.14
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Daemons
|
||||
Source: http://tedfelix.com/linux/acpid-%{version}.tar.gz
|
||||
|
|
@ -126,6 +126,16 @@ fi
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Jan 02 2012 Jiri Skala <jskala@redhat.com> - 2.0.14-1
|
||||
- updated to latest upstream 2.0.14
|
||||
- fixes #722325 - xfce4-power-manager does not seem to be supported
|
||||
|
||||
* Wed Nov 16 2011 Jiri Skala <jskala@redhat.com> - 2.0.13-1
|
||||
- updated to latest upstream 2.0.13
|
||||
|
||||
* Mon Aug 01 2011 Jiri Skala <jskala@redhat.com> - 2.0.11-1
|
||||
- updated to latest upstream 2.0.11
|
||||
|
||||
* Mon Jun 27 2011 Jiri Skala <jskala@redhat.com> - 2.0.10-2
|
||||
- fixes #716923 - move SysV initscript file into an optional subpackage
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
d5dd88bcfaa4a0bf51905e95115da6df acpid-2.0.10.tar.gz
|
||||
14fc1eabc3489f3ded9347fcd55f158a acpid-2.0.14.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue