[mock/el5] fixed configs test report to indicate configuration failure total

John Clark Williams jcwillia at fedoraproject.org
Fri Sep 7 19:31:55 UTC 2012


commit 8c5ee3bd8d5b1a3de29eef3480a1211288e52a20
Author: Clark Williams <williams at redhat.com>
Date:   Fri Sep 7 14:31:28 2012 -0500

    fixed configs test report to indicate configuration failure total
    
    - remove dead code, unused array 'legal_arches'
    - add an 'age_check' parameter to root_cache
    - deal with NFS home directories and root_cache issues [BZ# 649192]
    - from Mike Miller <mtmiller at ieee.org>:
      - Fix mock kernel version comparison [BZ# 847473]
    - from Mathieu Bridon <bochecha at fedoraproject.org>:
      - fix various start/finish state problems [BZ# 835633]
    - from Colin Walters <walters at redhat.com>:
      - add CLONE_NEWPID and CLONE_NEWIPC to unshare call [BZ# 851340]

 .gitignore |    1 +
 mock.spec  |   14 +++++++++++++-
 sources    |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd3e6ac..7b9c0fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@ mock-1.0.11.tar.gz
 /mock-1.0.32.tar.gz
 /mock-1.0.33.tar.gz
 /mock-1.0.34.tar.gz
+/mock-1.0.35.tar.gz
diff --git a/mock.spec b/mock.spec
index a5d296b..2d544f1 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 34
+%define sub 35
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -114,6 +114,18 @@ chmod 2775 /var/cache/mock
 %dir /var/lib/mock
 
 %changelog
+* Fri Sep  7 2012 Clark Williams <williams at redhat.com> - 1.0.35-1
+- fixed configs test report to indicate configuration failure total
+- remove dead code, unused array 'legal_arches'
+- add an 'age_check' parameter to root_cache
+- deal with NFS home directories and root_cache issues [BZ# 649192]
+- from Mike Miller <mtmiller at ieee.org>:
+  - Fix mock kernel version comparison [BZ# 847473]
+- from Mathieu Bridon <bochecha at fedoraproject.org>:
+  - fix various start/finish state problems [BZ# 835633]
+- from Colin Walters <walters at redhat.com>:
+  - add CLONE_NEWPID and CLONE_NEWIPC to unshare call [BZ# 851340]
+
 * Mon Aug  6 2012 Clark Williams <williams at redhat.com> - 1.0.34-1
 - moved fedora-17-ppc* configs into config directory
 
diff --git a/sources b/sources
index 97e2f54..3722386 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8efba7a038739f9267468aa114a0675  mock-1.0.34.tar.gz
+665a7bf2b0adf702c964e40fd42ba0ff  mock-1.0.35.tar.gz


More information about the scm-commits mailing list