]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- be compatible with rpm: include that silly (none) for gpg keys
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 20 Feb 2008 23:05:03 +0000 (23:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-hrmib-cache -> 1.9

rpm-hrmib-cache

index d793086a0fedc8918ef56f7e0dfe5d325696d8eb..db0ec890bd5b995691340c226a3f3cd76f7da1cb 100644 (file)
@@ -12,7 +12,7 @@ build_hrmib_cache() {
        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
This page took 0.082467 seconds and 4 git commands to generate.