msuchy pushed to mock (epel7). "import mock-1.2.9"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed May 13 21:26:42 UTC 2015


From 0f020410ddcc9614248586c6b84310c38ec18588 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= <msuchy at redhat.com>
Date: Wed, 13 May 2015 23:09:28 +0200
Subject: import mock-1.2.9


diff --git a/.gitignore b/.gitignore
index f7e316b..98ea4f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -48,3 +48,4 @@ mock-1.1.4.tar.gz
 /mock-1.2.6.tar.xz
 /mock-1.2.7.tar.xz
 /mock-1.2.8.tar.xz
+/mock-1.2.9.tar.xz
diff --git a/mock.spec b/mock.spec
index 1fd187b..7f6fe49 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 8
+%define sub 9
 %define extralevel %{nil}
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
 
@@ -94,20 +94,14 @@ Requires: tar
 %description scm
 Mock SCM integration module.
 
-%if 0%{?rhel} != 6 && %{use_python2}
-# lvm plugin requires lvm2-python-libs, kernel >= 3.0 and glibc >= 2.14, which
-# are not available on el6
 %package lvm
 Summary: LVM plugin for mock
 Requires: %{name} = %{version}-%{release}
 Requires: lvm2
-Requires: lvm2-python-libs
-Requires: glibc >= 2.14
 
 %description lvm
 Mock plugin that enables using LVM as a backend and support creating snapshots
 of the buildroot.
-%endif
 
 %prep
 %setup -q
@@ -125,8 +119,8 @@ done
 autoreconf -vif
 %configure
 make
-sed -i '1,$s/1.2.8/%{version}/' docs/mock.1
-sed -i '1,$s/1.2.8/%{version}/' docs/mockchain.1
+sed -i '1,$s/1.2.9/%{version}/' docs/mock.1
+sed -i '1,$s/1.2.9/%{version}/' docs/mockchain.1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -223,12 +217,19 @@ fi
 %files scm
 %{python_sitelib}/mockbuild/scm.py*
 
-%if 0%{?rhel} != 6 && %{use_python2}
 %files lvm
 %{python_sitelib}/mockbuild/plugins/lvm_root.*
-%endif
 
 %changelog
+* 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
+- Drop lvm2-python-libs requires and enable lvm subpackage on el6
+- Use lvs instead of lvm python bindings
+- Unshare IPC ns only for chroot processes
+- Add missing flush in logOutput
+- Avoid infinite recursion in selinux plugin
+
 * Wed Apr 29 2015 Miroslav Suchý <msuchy at redhat.com> - 1.2.8-1
 - LVM plugin is removed on F22+ due RHBZ 1136366
 - allow the chroot's location to be configurable [RHBZ#452730]
diff --git a/sources b/sources
index 0cd5c61..36a1426 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-670c05dfdb51ac5ccd9d9ac7ba542dad  mock-1.2.8.tar.xz
+0bfea9d43a7e226df97afaaf37973201  mock-1.2.9.tar.xz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/mock.git/commit/?h=epel7&id=0f020410ddcc9614248586c6b84310c38ec18588


More information about the scm-commits mailing list