diff --git a/bump-and-build.sh b/bump-and-build.sh index 2a6fe9d..975db37 100755 --- a/bump-and-build.sh +++ b/bump-and-build.sh @@ -3,6 +3,8 @@ set -e rpmdev-bumpspec -c "- Bump and rebuild." libguestfs.spec -cvs diff -u ||: -cvs ci -m "Bump and rebuild." -make tag && make build +git diff ||: +echo "Press ENTER to commit, push and rebuild." +read line +fedpkg commit -m "Bump and rebuild." -p +fedpkg build diff --git a/libguestfs.spec b/libguestfs.spec index 587dc6e..cd29a74 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -42,7 +42,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.5.2 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -708,6 +708,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Aug 05 2010 Richard Jones - 1:1.5.2-5 +- Bump and rebuild. + * Fri Jul 23 2010 David Malcolm - 1:1.5.2-4 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild