diff --git a/.gitignore b/.gitignore index 920b986..e1bbb31 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ mock-1.1.4.tar.gz /mock-1.1.9.tar.gz /mock-1.1.10.tar.gz /mock-1.1.11.tar.gz +/mock-1.1.12.tar.gz diff --git a/mock.spec b/mock.spec index dd9fae9..7a936e1 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 11 +%define sub 12 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -117,6 +117,14 @@ chmod 2775 /var/cache/mock %attr(02775, root, mock) %dir /var/cache/mock %changelog +* Tue Jul 26 2011 Clark Williams - 1.1.12-1 +- remove f13 configs +- added exception for unshare(2) failures [BZ# 718714] +- added back 'newinstance' mount option to devpts (with symlink logic) +- fixed epel-6-* configurations [BZ# 679885, 719740] +- from Matt Domsch + - tmpfs plugin typo fix + * Wed Jun 22 2011 Clark Williams - 1.1.11-1 - remove 'newinstance' mount parameter from devpts filesystem mount (BZ# 711175) - modify --chroot command to print command output diff --git a/sources b/sources index 6b5ad39..1643349 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ea199c9ee941ae7c0d059fd2bc5afc12 mock-1.1.11.tar.gz +3d9577e6ce4dc44dd3c3f3ce033b5f4f mock-1.1.12.tar.gz