X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=update-archive%2Fupdate-yum-archive.sh;h=a1a3fbd4e6fca321a07714a587ccb86e2d6a8a8a;hb=de9d248a70f3fac16b81b0907e9002692b3e1178;hp=f280e645fdf6c224d2c7cdcedf5b3c8e0ff12bc4;hpb=182a96d78c4af3be1ed204c2bbd2b0c76e81f82a;p=git-tools-moved-to-github.git diff --git a/update-archive/update-yum-archive.sh b/update-archive/update-yum-archive.sh index f280e64..a1a3fbd 100755 --- a/update-archive/update-yum-archive.sh +++ b/update-archive/update-yum-archive.sh @@ -98,7 +98,7 @@ for vdist in centos/5.5 rhel/5.5 centos/6; do fi if $mustsign; then ln -sf $f $d/${arch}/Packages/ - if rpm -K $f|grep -q ' gpg' >/dev/null; then + if rpm -K $f|grep -q 'GPG' >/dev/null; then echo "Already signed $f" else expect << __EOF