diff --git a/.gitignore b/.gitignore index 98ea4f8..927a0f8 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ mock-1.1.4.tar.gz /mock-1.2.7.tar.xz /mock-1.2.8.tar.xz /mock-1.2.9.tar.xz +/mock-1.2.10.tar.xz diff --git a/mock.spec b/mock.spec index 7f6fe49..ce1869c 100644 --- a/mock.spec +++ b/mock.spec @@ -1,7 +1,7 @@ # next four lines substituted by autoconf %define major 1 %define minor 2 -%define sub 9 +%define sub 10 %define extralevel %{nil} %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -42,7 +42,9 @@ Requires: pigz Requires: usermode Requires: yum-utils Requires: createrepo_c +%if 0%{?use_python2} Requires: pyliblzma +%endif %if 0%{?rhel} != 6 Requires: systemd %endif @@ -119,8 +121,8 @@ done autoreconf -vif %configure make -sed -i '1,$s/1.2.9/%{version}/' docs/mock.1 -sed -i '1,$s/1.2.9/%{version}/' docs/mockchain.1 +sed -i '1,$s/1.2.10/%{version}/' docs/mock.1 +sed -i '1,$s/1.2.10/%{version}/' docs/mockchain.1 %install rm -rf $RPM_BUILD_ROOT @@ -221,6 +223,13 @@ fi %{python_sitelib}/mockbuild/plugins/lvm_root.* %changelog +* Tue Jun 2 2015 Miroslav Suchý - 1.2.10-1 +- do not require pyliblzma if using python3 [RHBZ#1227209] +- add warning to site-defaults.cfg that assumeyes=1 is important [RHBZ#1225004] +- sync comments in site-defaults.cfg with code [RHBZ#1224961] +- check for dangling link of /etc/mtab [RHBZ#1224732] +- Fix --install filename completion + * Wed May 13 2015 Miroslav Suchý - 1.2.9-1 - scm: do not keep copy of environ, this is now handled by uidmanager [RHBZ#1204395] - Add pm_request plugin diff --git a/sources b/sources index 36a1426..60887b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0bfea9d43a7e226df97afaaf37973201 mock-1.2.9.tar.xz +5b8f34ac0d8724afafe48952617067d8 mock-1.2.10.tar.xz