From bd93ceebbbab7eb93fcb7f3e4f01d4e624b36f82 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Dec 06 2007 05:21:07 +0000 Subject: - fix traceback when root cache doesnt exist. - add "--with", "--without", and "--define" cmdline parameters which are passed to rpmbuild (courtesy Todd Zullinger) --- diff --git a/.cvsignore b/.cvsignore index 3cccf04..9001e72 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-0.8.14.tar.gz +mock-0.8.15.tar.gz diff --git a/mock.spec b/mock.spec index 331aaaf..344a48b 100644 --- a/mock.spec +++ b/mock.spec @@ -1,7 +1,7 @@ # next four lines substituted by autoconf %define major 0 %define minor 8 -%define sub 14 +%define sub 15 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -64,6 +64,11 @@ fi %attr(02775, root, mock) %dir /var/lib/mock %changelog +* Wed Dec 05 2007 Michael Brown - 0.8.15-1 +- fix traceback when root cache doesnt exist. +- add "--with", "--without", and "--define" cmdline parameters which are passed + to rpmbuild (courtesy Todd Zullinger) + * Tue Dec 04 2007 Michael Brown - 0.8.14-1 - fix traceback when cache dir was not found diff --git a/sources b/sources index 70c3d2b..6ac06df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f638440744128e62e7bb442037be106e mock-0.8.14.tar.gz +9bd470d57e8c3c398ec6fc1ffab5d711 mock-0.8.15.tar.gz