[mock] - fix typo in exception.py - add cmpKernelEVR function to compare kernel versions (BZ# 526414) - cha

John Clark Williams jcwillia at fedoraproject.org
Fri Sep 17 21:04:41 UTC 2010


commit db799ffd067ccf8a5d78daeb8d92476c99025e5e
Author: Clark Williams <williams at redhat.com>
Date:   Fri Sep 17 16:04:30 2010 -0500

    - fix typo in exception.py
    - add cmpKernelEVR function to compare kernel versions (BZ# 526414)
    - change selinux plugin to use tempfilej
    - added commandline argument checking for --buildsrpm (BZ# 605800)
    - create empty faillog and lastlog in <chroot>/var/log (BZ# 585973 & 633435)
    - changed copyin/copyout prints from debug to info
    - from Alan Franzoni <mailing at franzoni.eu>:
      - reworked the root object _umountall() method
    - fix epel4 chroot cleanup and umountall issue
    - add exception trapping code to _unlock_and_rm_chroot() method

 .gitignore |    1 +
 mock.spec  |   14 +++++++++++++-
 sources    |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac069e9..a0bb8bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ mock-1.1.1.tar.gz
 mock-1.1.2.tar.gz
 mock-1.1.3.tar.gz
 mock-1.1.4.tar.gz
+/mock-1.1.5.tar.gz
diff --git a/mock.spec b/mock.spec
index 87a1f95..9cd2689 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 4
+%define sub 5
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -102,6 +102,18 @@ fi
 %attr(02775, root, mock) %dir /var/cache/mock
 
 %changelog
+* Fri Sep 17 2010 Clark Williams <williams at redhat.com> - 1.1.5-1
+- fix typo in exception.py
+- add cmpKernelEVR function to compare kernel versions (BZ# 526414)
+- change selinux plugin to use tempfilej
+- added commandline argument checking for --buildsrpm (BZ# 605800)
+- create empty faillog and lastlog in <chroot>/var/log (BZ# 585973 & 633435)
+- changed copyin/copyout prints from debug to info
+- from Alan Franzoni <mailing at franzoni.eu>:
+  - reworked the root object _umountall() method
+- fix epel4 chroot cleanup and umountall issue
+- add exception trapping code to _unlock_and_rm_chroot() method
+
 * Mon Aug 09 2010 Clark Williams <williams at redhat.com> - 1.1.4-1
 - pass selinux status to mock.util.rmtree() (BZ# 614440)
 - change integer constants to symbolic errno constants in util.py
diff --git a/sources b/sources
index f5decab..273f2f1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3cac92b15aa58dfa8d2d6d0ab0fcf892  mock-1.1.4.tar.gz
+5cd8c27f9cff48017d4a1f777d3b5548  mock-1.1.5.tar.gz


More information about the scm-commits mailing list