]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- never use '<=' in trigger comparision; rel 4 auto/ac/acpid-1_0_6-4
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 6 Feb 2008 19:11:32 +0000 (19:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acpid.spec -> 1.57

acpid.spec

index 1ab12f1bad38b76bc018c04625c5b31d7d986d3e..ea1d01b46d3c96586fc6e5dbb06357853379b77b 100644 (file)
@@ -6,7 +6,7 @@ Summary:        ACPI Event Daemon
 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
@@ -72,8 +72,8 @@ if [ "$1" = "0" ]; then
        /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
This page took 0.136829 seconds and 4 git commands to generate.