From 80e22280fe607a0ca0e1b6f867702e495a97187e Mon Sep 17 00:00:00 2001 From: Davide Madrisan Date: Tue, 30 Oct 2012 19:52:19 +0100 Subject: [PATCH] pck-update (action 5): fix the package update from a git repository Signed-off-by: Davide Madrisan --- plugins/pck-update.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/pck-update.in b/plugins/pck-update.in index f89f0d5..6d27a4e 100644 --- a/plugins/pck-update.in +++ b/plugins/pck-update.in @@ -1953,7 +1953,7 @@ found ${NOTE}missing BuildRequirement${NORM} \`${NOTE}$f${NORM}'" rpmvars.solve "$fullURL" "$SRPM_SPECFILE_WITH_PATH") notify.debug "fullURL = $fullURL" - case "$fullURL_new" in + case "$fullURL" in git://*|http://*.git|https://*.git) git.download \ --destdir="$source_dir" "$fullURL"