From db799ffd067ccf8a5d78daeb8d92476c99025e5e Mon Sep 17 00:00:00 2001 From: Clark Williams Date: Sep 17 2010 21:04:30 +0000 Subject: - 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 /var/log (BZ# 585973 & 633435) - changed copyin/copyout prints from debug to info - from Alan Franzoni : - reworked the root object _umountall() method - fix epel4 chroot cleanup and umountall issue - add exception trapping code to _unlock_and_rm_chroot() method --- 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 - 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 /var/log (BZ# 585973 & 633435) +- changed copyin/copyout prints from debug to info +- from Alan Franzoni : + - 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 - 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