[libguestfs/f14/master] Bump and rebuild.

Richard W.M. Jones rjones at fedoraproject.org
Thu Aug 5 20:44:51 UTC 2010


commit 725cc9a3bce8018b546ab0d95d9df42b0779babb
Author: Richard Jones <rjones at redhat.com>
Date:   Thu Aug 5 21:44:43 2010 +0100

    Bump and rebuild.

 bump-and-build.sh |    8 +++++---
 libguestfs.spec   |    5 ++++-
 2 files changed, 9 insertions(+), 4 deletions(-)
---
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..795851d 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 <rjones at redhat.com> - 1:1.5.2-5
+- Bump and rebuild.
+
 * Fri Jul 23 2010 David Malcolm <dmalcolm at redhat.com> - 1:1.5.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list