SOURCES: rpm-hrmib-cache - be compatible with rpm: include that si...

glen glen at pld-linux.org
Thu Feb 21 00:05:08 CET 2008


Author: glen                         Date: Wed Feb 20 23:05:08 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- be compatible with rpm: include that silly (none) for gpg keys

---- Files affected:
SOURCES:
   rpm-hrmib-cache (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/rpm-hrmib-cache
diff -u SOURCES/rpm-hrmib-cache:1.8 SOURCES/rpm-hrmib-cache:1.9
--- SOURCES/rpm-hrmib-cache:1.8	Thu Feb 21 00:03:07 2008
+++ SOURCES/rpm-hrmib-cache	Thu Feb 21 00:05:03 2008
@@ -12,7 +12,7 @@
 	mkdir -p $mydir || return
 	rm -f $mydir/*
 
-	buf=$(rpm --nodigest --nosignature -qa 'gpg*' --qf '%{N}-%{V}-%{R}%|ARCH?{.%{ARCH}}| %{INSTALLTIME:date}\n')
+	buf=$(rpm --nodigest --nosignature -qa 'gpg*' --qf '%{N}-%{V}-%{R}.%{ARCH} %{INSTALLTIME:date}\n')
 	echo "$buf" | while read nvra idate; do
 		touch -d "$idate" "$mydir/$nvra"
 	done
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm-hrmib-cache?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list