[mock] remove 'newinstance' mount parameter from devpts filesystem mount (BZ# 711175) modify --chroot comma

John Clark Williams jcwillia at fedoraproject.org
Wed Jun 22 22:46:42 UTC 2011


commit 927de5bb62981f6215bc4c8e9e6f0c2b91c471ff
Author: Clark Williams <williams at redhat.com>
Date:   Wed Jun 22 17:46:27 2011 -0500

    remove 'newinstance' mount parameter from devpts filesystem mount (BZ# 711175)
    modify --chroot command to print command output
    update the python requirement to >= 2.6 for 1.1.x mock branch
    updated build procedure using fedpkg
    added Fedora 16 configuration files
    from James Laska <jlaska at redhat.com>
    fix log message typo in SELinux plugin
    from Yury V. Zaytsev <yury at shurup.com>
    Fix inconsistent permissions fixing on /var/cache/mock in SPEC template (BZ 715286)

 .gitignore |    1 +
 mock.spec  |   18 ++++++++++++++----
 sources    |    2 +-
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 14670d8..920b986 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ mock-1.1.4.tar.gz
 /mock-1.1.8.tar.gz
 /mock-1.1.9.tar.gz
 /mock-1.1.10.tar.gz
+/mock-1.1.11.tar.gz
diff --git a/mock.spec b/mock.spec
index 17488dc..dd9fae9 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 10
+%define sub 11
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -18,7 +18,7 @@ Source: https://fedorahosted.org/mock/attachment/wiki/MockTarballs/%{name}-%{ver
 URL: http://fedoraproject.org/wiki/Projects/Mock
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
-Requires: python >= 2.4, yum >= 2.4, yum-utils >= 1.1.9, tar, pigz, python-ctypes, python-decoratortools, usermode
+Requires: python >= 2.6, yum >= 2.4, yum-utils >= 1.1.9, tar, pigz, python-ctypes, python-decoratortools, usermode
 Requires: createrepo
 Requires(pre): shadow-utils
 Requires(post): coreutils
@@ -42,7 +42,6 @@ rm -rf $RPM_BUILD_ROOT
 make DESTDIR=$RPM_BUILD_ROOT install
 mkdir -p $RPM_BUILD_ROOT/var/lib/mock
 mkdir -p $RPM_BUILD_ROOT/var/cache/mock
-chmod 2775 $RPM_BUILD_ROOT/var/cache/mock
 ln -s consolehelper $RPM_BUILD_ROOT/usr/bin/mock
 
 # compatibility symlinks
@@ -86,7 +85,7 @@ if [ ! -e %{_sysconfdir}/%{name}/default.cfg ] ; then
     done
 fi
 # fix cache permissions from old installs
-chmod 2755 /var/cache/mock
+chmod 2775 /var/cache/mock
 :
 
 %files -f %{name}.cfgs
@@ -118,6 +117,17 @@ chmod 2755 /var/cache/mock
 %attr(02775, root, mock) %dir /var/cache/mock
 
 %changelog
+* Wed Jun 22 2011 Clark Williams <williams at redhat.com> - 1.1.11-1
+- remove 'newinstance' mount parameter from devpts filesystem mount (BZ# 711175)
+- modify --chroot command to print command output
+- update the python requirement to >= 2.6 for 1.1.x mock branch
+- updated build procedure using fedpkg
+- added Fedora 16 configuration files
+- from James Laska <jlaska at redhat.com>
+  - fix log message typo in SELinux plugin
+- from Yury V. Zaytsev <yury at shurup.com>
+  - Fix inconsistent permissions fixing on /var/cache/mock in SPEC template (BZ 715286)
+
 * Fri May 13 2011 Clark Williams <williams at redhat.com> - 1.1.10-1
 - raise exception if running mock and user not member of mock group (BZ# 630791)
 - call setsid() to kill controlling terminal in chroot (BZ# 672713,501096)
diff --git a/sources b/sources
index 53ee454..6b5ad39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cc6441ace0eb0aa216dd91171e7de3e  mock-1.1.10.tar.gz
+ea199c9ee941ae7c0d059fd2bc5afc12  mock-1.1.11.tar.gz


More information about the scm-commits mailing list