[libguestfs/f15/master] Update bump-and-build script for non-master branch.

Richard W.M. Jones rjones at fedoraproject.org
Fri Apr 15 14:10:49 UTC 2011


commit 90538834e54be577ffa7f887a675fe74cdb5296c
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Apr 15 15:10:35 2011 +0100

    Update bump-and-build script for non-master branch.

 bump-and-build.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/bump-and-build.sh b/bump-and-build.sh
index 975db37..d7b98a0 100755
--- a/bump-and-build.sh
+++ b/bump-and-build.sh
@@ -2,7 +2,7 @@
 
 set -e
 
-rpmdev-bumpspec -c "- Bump and rebuild." libguestfs.spec
+rpmdev-bumpspec -r -c "- Bump and rebuild." libguestfs.spec
 git diff ||:
 echo "Press ENTER to commit, push and rebuild."
 read line


More information about the scm-commits mailing list