From 5681a5603bf807eacb84e27bad0e1ac545b85557 Mon Sep 17 00:00:00 2001 From: John Clark Williams Date: Nov 16 2009 22:24:49 +0000 Subject: - conditionalized import of uuid to avoid failure on RHEL5 - added autoconf/automake mojo to prefer using rpmbuild-md5 for cross-platform rpm compatibility --- diff --git a/.cvsignore b/.cvsignore index 35f64fc..1537084 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-0.9.19.tar.gz +mock-0.9.20.tar.gz diff --git a/mock.spec b/mock.spec index 3e7a252..8a662fb 100644 --- a/mock.spec +++ b/mock.spec @@ -1,7 +1,7 @@ # next four lines substituted by autoconf %define major 0 %define minor 9 -%define sub 19 +%define sub 20 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -97,6 +97,11 @@ fi %attr(02775, root, mock) %dir /var/cache/mock %changelog +* Fri Nov 13 2009 Clark Williams - 0.9.20-1 +- conditionalized import of uuid to avoid failure on RHEL5 +- added autoconf/automake mojo to prefer using rpmbuild-md5 for + cross-platform rpm compatibility + * Thu Nov 5 2009 Jesse Keating - 0.9.19-1 - Fix target arch for i386 on 12 and rawhide diff --git a/sources b/sources index c053b8d..410f1f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a001cb587daaa4f893c7fb9797923f7 mock-0.9.19.tar.gz +8fdaa07fc4d72f1f5d0db3d862bea164 mock-0.9.20.tar.gz