SPECS: acpid.spec - never use '<=' in trigger comparision; rel 4
glen
glen at pld-linux.org
Wed Feb 6 20:11:37 CET 2008
Author: glen Date: Wed Feb 6 19:11:37 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- never use '<=' in trigger comparision; rel 4
---- Files affected:
SPECS:
acpid.spec (1.56 -> 1.57)
---- Diffs:
================================================================
Index: SPECS/acpid.spec
diff -u SPECS/acpid.spec:1.56 SPECS/acpid.spec:1.57
--- SPECS/acpid.spec:1.56 Sun Jan 20 14:33:14 2008
+++ SPECS/acpid.spec Wed Feb 6 20:11:32 2008
@@ -7,7 +7,7 @@
Summary(pl.UTF-8): Demon zdarzeń ACPI
Name: acpid
Version: 1.0.6
-Release: 3
+Release: 4
License: GPL v2+
Group: Daemons
Source0: http://dl.sourceforge.net/acpid/%{name}-%{version}.tar.gz
@@ -73,8 +73,8 @@
/sbin/chkconfig --del acpid
fi
-%triggerpostun -- %{name} <= 1.0.4-3
-%banner -e %{name} << EOF
+%triggerpostun -- %{name} < 1.0.4-4
+%banner -e %{name} << 'EOF'
Default configuration files have changed.
You might want to review your configuration in /etc/acpi
EOF
@@ -100,6 +100,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.57 2008-02-06 19:11:32 glen
+- never use '<=' in trigger comparision; rel 4
+
Revision 1.56 2008-01-20 13:33:14 qboosh
- ACPI interface is specific to x86*/ia64; EA added
- C/O replaced by P/O with virtual {acpi,apm}-daemon
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/acpid.spec?r1=1.56&r2=1.57&f=u
More information about the pld-cvs-commit
mailing list