[isdn4k-utils] add missing %% symbol for triggerun

Than Ngo than at fedoraproject.org
Mon Aug 20 13:06:19 UTC 2012


commit 3e560fe03d34ee4cb5ae3790571f86613909d195
Author: Than Ngo <than at redhat.com>
Date:   Mon Aug 20 15:05:47 2012 +0200

    add missing %% symbol for triggerun

 isdn4k-utils.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/isdn4k-utils.spec b/isdn4k-utils.spec
index 8387469..c26685a 100644
--- a/isdn4k-utils.spec
+++ b/isdn4k-utils.spec
@@ -6,7 +6,7 @@
 Summary: Utilities for configuring an ISDN subsystem
 Name: isdn4k-utils
 Version: 3.2
-Release: 84%{?dist}
+Release: 85%{?dist}
 License: GPLv2+ and GPL+ and MIT and BSD and zlib
 Group: Applications/System
 Url: http://www.isdn4linux.de/
@@ -318,7 +318,7 @@ if [ $1 -ge 1 ] ; then
     /bin/systemctl try-restart isdn.service >/dev/null 2>&1 || :
 fi
 
-triggerun -- %{name} < 3.2-77
+%triggerun -- %{name} < 3.2-77
 # Run these because the SysV package being removed won't do them
 /sbin/chkconfig --del isdn >/dev/null 2>&1 || :
 /bin/systemctl try-restart isdn.service >/dev/null 2>&1 || :
@@ -432,6 +432,9 @@ triggerun -- %{name} < 3.2-77
 
 
 %changelog
+* Mon Aug 20 2012 Than Ngo <than at redhat.com> - 3.2-85
+- add missing %% symbol for triggerun
+
 * Fri Jul 20 2012 Peter Robinson <pbrobinson at fedoraproject.org> - 3.2-84
 - revert ARM arch exclusion
 - add simple patch to fix building on ARM


More information about the scm-commits mailing list