diff --git a/bump-and-build.sh b/bump-and-build.sh index 2a6fe9d..ebd2b0d 100755 --- a/bump-and-build.sh +++ b/bump-and-build.sh @@ -2,7 +2,9 @@ set -e -rpmdev-bumpspec -c "- Bump and rebuild." libguestfs.spec +rpmdev-bumpspec -r -c "- Bump and rebuild." libguestfs.spec cvs diff -u ||: +echo Press RETURN to commit or ^C to exit. +read cvs ci -m "Bump and rebuild." -make tag && make build +make tag && make build && make update diff --git a/libguestfs.spec b/libguestfs.spec index ff7718b..15a01d5 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.0.85 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: LGPLv2+ Group: Development/Libraries URL: http://libguestfs.org/ @@ -646,6 +646,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Mar 05 2010 Richard W.M. Jones - 1:1.0.85-2.1 +- Bump and rebuild. + * Wed Mar 03 2010 Richard W.M. Jones - 1:1.0.85-2 - Bump and rebuild.