msuchy pushed to mock (f21). "rebase to mock-1.2.10-1"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Jun 4 11:26:57 UTC 2015


From 36e061727d7523d69327073b22cab226985ba526 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= <msuchy at redhat.com>
Date: Thu, 4 Jun 2015 13:17:01 +0200
Subject: rebase to mock-1.2.10-1


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ý <msuchy at redhat.com> - 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ý <msuchy at redhat.com> - 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
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mock.git/commit/?h=f21&id=36e061727d7523d69327073b22cab226985ba526


More information about the scm-commits mailing list