diff --git a/.gitignore b/.gitignore index e1bbb31..2ec1658 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ mock-1.1.4.tar.gz /mock-1.1.10.tar.gz /mock-1.1.11.tar.gz /mock-1.1.12.tar.gz +/mock-1.1.13.tar.gz diff --git a/mock.spec b/mock.spec index 7a936e1..2f51ea7 100644 --- a/mock.spec +++ b/mock.spec @@ -1,7 +1,7 @@ # next four lines substituted by autoconf %define major 1 %define minor 1 -%define sub 12 +%define sub 13 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -117,6 +117,17 @@ chmod 2775 /var/cache/mock %attr(02775, root, mock) %dir /var/cache/mock %changelog +* Thu Sep 8 2011 Clark Williams - 1.1.13-1 +- add custom exception for unshare(2) failures +- change getLog().warn to getLog().warning for consistency +- fix namespace collision with python-mock [BZ# 601725] +- from Kirby Zhou + - remove rpmdb files before rebuilding SRPM [BZ# 719008] +- from Marko Myllynen + - integrate mock with RHN +- from Giam Teck Choon + - add support for passing options to yum-buildep via mock cfg + * Tue Jul 26 2011 Clark Williams - 1.1.12-1 - remove f13 configs - added exception for unshare(2) failures [BZ# 718714] diff --git a/sources b/sources index 1643349..ad50da2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3d9577e6ce4dc44dd3c3f3ce033b5f4f mock-1.1.12.tar.gz +03459af7e2c09e7950efd2c59a32448b mock-1.1.13.tar.gz