From e087a334b178a09a04054fabceeb68066d60e13a Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Jun 21 2006 22:02:07 +0000 Subject: don't patch development config files --- diff --git a/.cvsignore b/.cvsignore index 5d83877..6978fa7 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ mock-0.6.tar.gz +nosymlink.patch diff --git a/mock.spec b/mock.spec index 26616cb..70d0b96 100644 --- a/mock.spec +++ b/mock.spec @@ -1,11 +1,12 @@ Summary: Builds packages inside chroots Name: mock Version: 0.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz URL: http://fedoraproject.org/wiki/Projects/Mock +Patch0: nosymlink.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: python, yum >= 2.2.1 Requires(pre): shadow-utils @@ -18,6 +19,8 @@ Mock takes a srpm and builds it in a chroot %prep %setup -q +%patch -p 1 + %build make @@ -67,6 +70,9 @@ fi %changelog +* Wed Jun 21 2006 Jesse Keating - 0.6-2 +- Add patch to not make symlinks in the /etc/mock directory + * Tue Jun 20 2006 Jesse Keating - 0.6-1 - New upstream version 0.6 diff --git a/sources b/sources index c0d329e..044d932 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ ac321b9800f83603b548900f9c8576c8 mock-0.6.tar.gz +3d8a6c128c887725a040df0adbc61daf nosymlink.patch