From 19c570a6c92997ee6e04e620f683707cea57cd22 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 30 Oct 2024 11:53:32 +0100 Subject: refresh dependencies add patches from composer to skip XDG and drop bundled cacert.rpm --- makesrc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makesrc.sh') diff --git a/makesrc.sh b/makesrc.sh index 209f17e..ea2a516 100755 --- a/makesrc.sh +++ b/makesrc.sh @@ -9,7 +9,7 @@ PREVER=$(sed -n '/^%global upstream_prever/{s/.* //;p}' $NAME.spec) COMMIT=$(sed -n '/^%global gh_commit/{s/.* //;p}' $NAME.spec) SHORT=${COMMIT:0:7} -if [ -f $NAME-$VERSION$PREVER-$SHORT.tgz ]; then +if [ -f $NAME-$VERSION$PREVER-$SHORT.tgz -a "$1" != "-f" ]; then echo skip $NAME-$VERSION$PREVER-$SHORT.tgz already here else echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION$PREVER\n" -- cgit