Bump and rebuild.

This commit is contained in:
Richard W.M. Jones 2010-01-31 09:49:00 +00:00
parent 9c296f3992
commit 4a4708ecb1
2 changed files with 12 additions and 1 deletions

8
bump-and-build.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh -
set -e
rpmdev-bumpspec -c "- Bump and rebuild." libguestfs.spec
cvs diff -u ||:
cvs ci -m "Bump and rebuild."
make tag && make build

View File

@ -5,7 +5,7 @@ Summary: Access and modify virtual machine disk images
Name: libguestfs
Epoch: 1
Version: 1.0.82
Release: 6%{?dist}
Release: 7%{?dist}
License: LGPLv2+
Group: Development/Libraries
URL: http://libguestfs.org/
@ -617,6 +617,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Sun Jan 31 2010 Richard W.M. Jones <rjones@redhat.com> - 1:1.0.82-7
- Bump and rebuild.
* Fri Jan 29 2010 Richard W.M. Jones <rjones@redhat.com> - 1.0.82-6
- Backport a better fix for RHBZ557655 test from upstream.
- Backport fix for unreadable yum.log from upstream.