Author: glen                         Date: Wed Feb  6 20:47:41 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- never use '<=' in trigger comparision (drop old triggers); rel 13

---- Files affected:
SPECS:
   poldek.spec (1.305 -> 1.306) 

---- Diffs:

================================================================
Index: SPECS/poldek.spec
diff -u SPECS/poldek.spec:1.305 SPECS/poldek.spec:1.306
--- SPECS/poldek.spec:1.305     Thu Jan 24 02:23:01 2008
+++ SPECS/poldek.spec   Wed Feb  6 21:47:35 2008
@@ -10,7 +10,7 @@
 %define        ver_rpm 4.4.9-1
 #
 %define                snap    20070703.00
-%define                rel     12
+%define                rel     13
 Summary:       RPM packages management helper tool
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
 Name:          poldek
@@ -271,19 +271,6 @@
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
 
-%triggerpostun -- poldek <= 0.18.3-5
-if [ -f /etc/poldek.conf ]; then
-       sed -i -e '/^promoteepoch:.*yes/s/^/#/' /etc/poldek.conf
-fi
-
-# otherwise don't touch
-%ifarch i386 i586 i686 ppc sparc alpha amd64 athlon
-%triggerpostun -- poldek <= 0.18.7-1
-if [ -f /etc/poldek.conf ]; then
-       sed -i -e 's://ftp.pld-linux.org://ftp.ac.pld-linux.org:g' 
/etc/poldek.conf
-fi
-%endif
-
 %triggerpostun -- poldek < 0.19.0-1.20050613.22.0
 if [ -f /etc/poldek.conf.rpmsave ]; then
        awk '/^source/ {
@@ -374,6 +361,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.306  2008-02-06 20:47:35  glen
+- never use '<=' in trigger comparision (drop old triggers); rel 13
+
 Revision 1.305  2008-01-24 01:23:01  glen
 - invoke fix-info-dir via /sbin/postshell where possible to avoid extra 
/bin/sh dep
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/poldek.spec?r1=1.305&r2=1.306&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to