From 956ab6fbf7513f8ae39df60f18341ab7e45fde02 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Jan 15 2007 15:46:10 +0000 Subject: new upstream release --- diff --git a/mock.spec b/mock.spec index c7acc6e..e0a824f 100644 --- a/mock.spec +++ b/mock.spec @@ -1,7 +1,7 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.6.8 -Release: 4%{?dist} +Version: 0.6.10 +Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz @@ -10,7 +10,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: python, yum >= 2.2.1 Requires(pre): shadow-utils BuildRequires: libselinux-devel -Patch0: arch-specific-repo.patch %description @@ -18,13 +17,10 @@ Mock takes a srpm and builds it in a chroot %prep %setup -q -%patch0 -p0 - %build make - %install rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install @@ -33,7 +29,7 @@ cd $RPM_BUILD_ROOT/%{_sysconfdir}/%{name} %if 0%{?fedora:1} if [ -f fedora-%{fedora}-%{_target_cpu}-core.cfg ]; then - ln -s fedora-%{fedora}-%{_target_cpu}-core.cfg default.cfg + ln -s fedora-%{fedora}-%{_target_cpu}-core.cfg default.cfg fi %endif @@ -50,7 +46,6 @@ if [ ! -f default.cfg ]; then fi fi - %clean rm -rf $RPM_BUILD_ROOT @@ -59,8 +54,6 @@ if [ $1 -eq 1 ]; then groupadd -r mock >/dev/null 2>&1 || : fi - - %files %defattr(-, root, root) %doc README ChangeLog buildsys-build.spec @@ -73,8 +66,19 @@ fi %attr(02775, root, mock) %dir /var/lib/mock %{_libdir}/libselinux-mock.so - %changelog +* Mon Jan 8 2007 Clark Williams - 0.6.10-1 +- Added Josh Boyer's EPEL config files + +* Tue Nov 21 2006 Clark Williams - 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 Nov 6 2006 Jesse Keating - 0.6.8-4 - Fix a couple typos pointing fc6 chroots to fe5. diff --git a/sources b/sources index f9113b4..81eea36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f8308a6e5b8fe87943bb7b28dd55bfd mock-0.6.8.tar.gz +cb97e374c38faf681c5530440273adf2 mock-0.6.10.tar.gz