diff --git a/.gitignore b/.gitignore index f24ab35..b9e4ca2 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ mock-1.1.4.tar.gz /mock-1.1.26.tar.gz /mock-1.1.27.tar.gz /mock-1.1.28.tar.gz +/mock-1.1.29.tar.gz diff --git a/mock.spec b/mock.spec index 81a6714..113164a 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 28 +%define sub 29 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -11,7 +11,7 @@ Summary: Builds packages inside chroots Name: mock Version: %{release_version} -Release: 2%{?dist} +Release: 1%{?dist} License: GPLv2+ Group: Development/Tools Source: https://git.fedorahosted.org/cgit/mock.git/snapshot/%{name}-%{version}.tar.gz @@ -119,8 +119,16 @@ chmod 2775 /var/cache/mock %dir /var/lib/mock %changelog -* Thu Feb 14 2013 Fedora Release Engineering - 1.1.28-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild +* Fri Feb 22 2013 Clark Williams - 1.1.29-1 +- move CLONE_NEWUTS to extended unshare options [BZ# 890695] +- make epel-5-* config files safe to eval [BZ# 903686] +- remove CLONE_NEWPID (for now) from unshare(2) call [BZ# 894623] +- initialize package_state_opts so that package_state plugin will work +- change default tests environment to be -i386 +- From Tim Woods + - Fix mockchain repo id calculation [BZ# 880849] +- From Tzafrir Cohen + - Fix most bashism in test scripts * Mon Sep 24 2012 Clark Williams - 1.1.28-1 - add updates-testing stanza to fedora-1x-*.cfg [BZ# 610826] diff --git a/sources b/sources index dddb970..f72a92d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -adc9af053da2a36b8f53af1c84deff97 mock-1.1.28.tar.gz +bb40ac82e4932e2e2bbe46343c4fd7fa mock-1.1.29.tar.gz