[mock/f12/master] - add cmpKernelEVR function to compare kernel versions (BZ# 526414) - added commandline argument che

John Clark Williams jcwillia at fedoraproject.org
Fri Sep 17 21:29:44 UTC 2010


commit 7ed1f967c62d9cca141b4660447e58780cee7480
Author: Clark Williams <williams at redhat.com>
Date:   Fri Sep 17 16:29:40 2010 -0500

    - add cmpKernelEVR function to compare kernel versions (BZ# 526414)
    - 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

 .gitignore |    1 +
 mock.spec  |   11 ++++++++++-
 sources    |    2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c9b3272..c20632e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 mock-1.0.10.tar.gz
 mock-1.0.11.tar.gz
+/mock-1.0.12.tar.gz
diff --git a/mock.spec b/mock.spec
index bec0ec5..45d1295 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 11
+%define sub 12
 %define extralevel %{nil}
 %define release_name mock
 %define release_version %{major}.%{minor}.%{sub}%{extralevel}
@@ -100,6 +100,15 @@ fi
 %attr(02775, root, mock) %dir /var/cache/mock
 
 %changelog
+* Fri Sep 17 2010 Clark Williams <williams at redhat.com> - 1.0.12-1
+- add cmpKernelEVR function to compare kernel versions (BZ# 526414)
+- 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
+
 * Sat Aug 14 2010 Clark Williams <williams at redhat.com> - 1.0.11-1
 - fix problem with mock.util.rmtree interaction with selinux plugin
 - change integer constants to symbolic from errno package
diff --git a/sources b/sources
index c2da443..d75a5e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3adf5ea6d34a7dc067c9e91c57e68bca  mock-1.0.11.tar.gz
+6b3cc0376c437d92948bc93246113bff  mock-1.0.12.tar.gz


More information about the scm-commits mailing list