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