Blob Blame History Raw
VERSION=5.2.16
REL=1

git pull
rpmdev-bumpspec -n $VERSION -c "Update Virtualbox Guest Additions to $VERSION" virtualbox-guest-additions.spec
spectool -g virtualbox-guest-additions.spec
fedpkg new-sources ./VirtualBox-$VERSION.tar.bz2
fedpkg ci -c && git show
echo Press enter to continue; read dummy;
fedpkg push && fedpkg build --nowait
echo Press enter to continue; read dummy;
git checkout f28 && git merge master && git push && fedpkg build --nowait; git checkout master