Bump and rebuild.
This commit is contained in:
parent
9c296f3992
commit
4a4708ecb1
8
bump-and-build.sh
Executable file
8
bump-and-build.sh
Executable 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
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user