From 6737dca837b58963fea98c792da9e162f169ea97 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Dec 03 2007 19:47:42 +0000 Subject: - fix builds of multiple srpms - fix 'mock install' - use python-decoratortools for better python 2.3 back compat --- diff --git a/.cvsignore b/.cvsignore index ae838ee..373bf87 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-0.8.11.tar.gz +mock-0.8.12.tar.gz diff --git a/mock.spec b/mock.spec index 56a311a..6abb4e2 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 11 +%define sub 12 %define extralevel %{nil} %define release_name mock %define release_version %{major}.%{minor}.%{sub}%{extralevel} @@ -17,7 +17,7 @@ Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz URL: http://fedoraproject.org/wiki/Projects/Mock BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -Requires: python >= 2.4, yum >= 2.4, tar, gzip, python-ctypes +Requires: python >= 2.4, yum >= 2.4, tar, gzip, python-ctypes, python-decoratortools Requires(pre): shadow-utils BuildRequires: python-devel @@ -64,6 +64,11 @@ fi %attr(02775, root, mock) %dir /var/lib/mock %changelog +* Mon Dec 03 2007 Michael Brown - 0.8.12-1 +- fix builds of multiple srpms +- fix 'mock install' +- use python-decoratortools for better python 2.3 back compat + * Thu Nov 29 2007 Clark Williams - 0.8.11-1 - fixes from mebrown: - added back -q and -v flags diff --git a/sources b/sources index c673887..baef395 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -75576fe445e22609e7191f95a4db3cbc mock-0.8.11.tar.gz +5c74779db9dce9d0d60f1f63874f1679 mock-0.8.12.tar.gz