]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- err. query whole database
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 23 Feb 2008 21:18:44 +0000 (21:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-hrmib-cache -> 1.10

rpm-hrmib-cache

index db0ec890bd5b995691340c226a3f3cd76f7da1cb..096e7d84cbf6ac503b630e6c9bebf654c5d0ab25 100644 (file)
@@ -12,7 +12,7 @@ build_hrmib_cache() {
        mkdir -p $mydir || return
        rm -f $mydir/*
 
        mkdir -p $mydir || return
        rm -f $mydir/*
 
-       buf=$(rpm --nodigest --nosignature -qa 'gpg*' --qf '%{N}-%{V}-%{R}.%{ARCH} %{INSTALLTIME:date}\n')
+       buf=$(rpm --nodigest --nosignature -qa --qf '%{N}-%{V}-%{R}.%{ARCH} %{INSTALLTIME:date}\n')
        echo "$buf" | while read nvra idate; do
                touch -d "$idate" "$mydir/$nvra"
        done
        echo "$buf" | while read nvra idate; do
                touch -d "$idate" "$mydir/$nvra"
        done
This page took 0.037701 seconds and 4 git commands to generate.