[mock/el5] revert the commit which added CLONE_NEWUTS to the unshare(2)

John Clark Williams jcwillia at fedoraproject.org
Wed Aug 1 15:30:17 UTC 2012


commit f3e8c3abb3d1b97bedf254b6fe9ba124e9f79e48
Author: Clark Williams <williams at redhat.com>
Date:   Wed Aug 1 10:29:52 2012 -0500

    revert the commit which added CLONE_NEWUTS to the unshare(2)
    
      call; the 2.6.18 el5 kernel does not support it [BZ# 844846]

 .gitignore |    1 +
 mock.spec  |    6 +++++-
 sources    |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 65a74f6..35c2410 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.30.tar.gz
 /mock-1.0.31.tar.gz
 /mock-1.0.32.tar.gz
+/mock-1.0.33.tar.gz
diff --git a/mock.spec b/mock.spec
index b52b533..ea30299 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 32
+%define sub 33
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -114,6 +114,10 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
 
 %changelog
+* Wed Aug  1 2012 Clark Williams <williams at redhat.com> - 1.0.33-1
+- revert the commit which added CLONE_NEWUTS to the unshare(2)
+  call; the 2.6.18 el5 kernel does not support it [BZ# 844846]
+
 * Tue Jul 31 2012 Clark Williams <williams at redhat.com> - 1.0.32-1
 - From Karsten Hopp <karsten at redhat.com>:
   - added ppc and ppc64 configs for fedora 17
diff --git a/sources b/sources
index f588d08..ebe9782 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9df362d8c20a712418db5ed25655029b  mock-1.0.32.tar.gz
+5345373387010331db7a049ed74449d6  mock-1.0.33.tar.gz


More information about the scm-commits mailing list