From 03fb60ec0f885d7868bfe324dd63a772e464bb1e4126a76666a233838787b97f Mon Sep 17 00:00:00 2001 From: Bruce Rogers Date: Wed, 21 Apr 2021 18:53:01 +0000 Subject: [PATCH] Accepting request 887364 from home:bfrogers:branches:Virtualization Tweak of README.PACKAGING OBS-URL: https://build.opensuse.org/request/show/887364 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=640 --- bundles.tar.xz | 4 ++-- update_git.sh | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/bundles.tar.xz b/bundles.tar.xz index f4c0d822..e4102fc1 100644 --- a/bundles.tar.xz +++ b/bundles.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1f7600d95e9f7dc6b5e62a251aae661d059047af6173f631a76494df16423c8 -size 109580 +oid sha256:efac9c8c227a19a38d7ab7ce7739d477c22732a6f6fcee07ce6b86d5d4f88ea7 +size 109568 diff --git a/update_git.sh b/update_git.sh index 46f669b5..4d56262c 100644 --- a/update_git.sh +++ b/update_git.sh @@ -522,7 +522,11 @@ for entry in ${BUNDLE_FILES[@]}; do else PREFIX=$(echo $VALUE|tail -c 5) fi - cp $patchname savedir/$PREFIX-$patchname + if [[ "$NUMBERED_PATCHES" = "0" ]]; then + cp $patchname savedir/$PREFIX-$patchname + else + cp $patchname savedir/$patchname + fi let COUNTER+=1 done fi