diff --git a/update_version.sh b/update_version.sh index cf18d16..824c6a9 100644 --- a/update_version.sh +++ b/update_version.sh @@ -54,5 +54,7 @@ curl -Lo cockpit-machines-$newVersion.tar.gz https://github.com/cockpit-project/ sed -i -e "s,^\(\s*Version:\s*\)\(.*\)\s*$,\1${newVersion}," cockpit-machines.spec # update modules +osc add cockpit-machines-$newVersion.tar.gz +osc rm cockpit-machines-$curVersion.tar.gz osc service mr