summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjcwillia <jcwillia>2006-11-21 20:14:19 +0000
committerjcwillia <jcwillia>2006-11-21 20:14:19 +0000
commit131578b3ab461a4b815e5d3d704b5a67d9a1815f (patch)
tree5de2d4cf28978dbc6000fd0b0deaaecc57743122
parent02ef2e9359892a7ff2e804a8fa0178a9282927b5 (diff)
downloadmock-131578b3ab461a4b815e5d3d704b5a67d9a1815f.tar.gz
mock-131578b3ab461a4b815e5d3d704b5a67d9a1815f.tar.xz
mock-131578b3ab461a4b815e5d3d704b5a67d9a1815f.zip
bumped version to 0.6.9; added changelog for bz fixes #215168, #209407, #213516)
-rw-r--r--mock.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/mock.spec b/mock.spec
index 7136330..a8c771c 100644
--- a/mock.spec
+++ b/mock.spec
@@ -1,13 +1,13 @@
Summary: Builds packages inside chroots
Name: mock
-Version: 0.6.8
+Version: 0.6.9
Release: 1%{?dist}
License: GPL
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, yum >= 2.2.1
+Requires: python, yum >= 3.0
Requires(pre): shadow-utils
BuildRequires: libselinux-devel
@@ -21,7 +21,6 @@ Mock takes a srpm and builds it in a chroot
%build
make
-
%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
@@ -71,6 +70,15 @@ fi
%changelog
+* Tue Nov 21 2006 Clark Williams <williams@redhat.com> - 0.6.9-1
+- applied Eric Work's patch to fix defaults vs. command line option problem
+ (BZ 215168)
+- use /etc/mock/defaults.cfg if --configdir specified and no defaults found
+ in the specified configdir
+ (BZ 209407)
+- applied Jesse Keatings patch for arch specifi config files
+ (BZ 213516)
+
* Mon Oct 30 2006 Clark Williams <williams@redhat.com> - 0.6.8-1
- respun tarballs without buildsys rpms