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

John Clark Williams jcwillia at fedoraproject.org
Thu Jun 23 00:25:22 UTC 2011


commit da783e60a03c4e217504c8a0917d42cf7ca2d28b
Author: Clark Williams <williams at redhat.com>
Date:   Wed Jun 22 19:25:08 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  |   19 +++++++++++++++----
 sources    |    2 +-
 3 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7c57951..1eaee69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.15.tar.gz
 /mock-1.0.16.tar.gz
 /mock-1.0.17.tar.gz
+/mock-1.0.18.tar.gz
diff --git a/mock.spec b/mock.spec
index 73edda4..183b3e1 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,7 +1,7 @@
 # next four lines substituted by autoconf
 %define major 1
 %define minor 0
-%define sub 17
+%define sub 18
 %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
@@ -117,7 +116,19 @@ 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.0.18-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.0.17-1
+- rewrote part of selinux plugin for python 2.4
 - 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)
 - Went back to creating /dev/tty and /dev/ptmx in all chroots (BZ# 683111)
diff --git a/sources b/sources
index 5a71798..6fde843 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c800b1f7b177d7ee6b63c878531e719b  mock-1.0.17.tar.gz
+c09a8b835213f6e422e3d1ee246f0b90  mock-1.0.18.tar.gz


More information about the scm-commits mailing list