diff --git a/.cvsignore b/.cvsignore index e94421d..f716c6e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -mock-0.7.5.tar.gz +mock-0.7.6.tar.gz diff --git a/0001-Patch-from-Roland-McGrath-roland-redhat.com-to-fix.patch b/0001-Patch-from-Roland-McGrath-roland-redhat.com-to-fix.patch deleted file mode 100644 index 00611aa..0000000 --- a/0001-Patch-from-Roland-McGrath-roland-redhat.com-to-fix.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 52dbb80070c4e2df83f6cfd835e5ceb43aa8382d Mon Sep 17 00:00:00 2001 -From: Michael E Brown -Date: Mon, 13 Aug 2007 01:51:04 -0500 -Subject: [PATCH] Patch from Roland McGrath to fix build for selinux shared library. - ---- - src/Makefile | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/src/Makefile b/src/Makefile -index c98de15..68085fb 100644 ---- a/src/Makefile -+++ b/src/Makefile -@@ -21,7 +21,7 @@ endif - all: $(EXECUTABLE) $(LIBRARY) - - $(LIBRARY): selinux-mock.o -- $(LD) -shared -o $(LIBRARY) selinux-mock.o -+ $(CC) $(CFLAGS) -shared -o $(LIBRARY) selinux-mock.o - - selinux-mock.o: selinux-mock.c - $(CC) $(CFLAGS) -fPIC -c selinux-mock.c --- -1.5.2.2 - diff --git a/mock.spec b/mock.spec index aaa861d..f3282c0 100644 --- a/mock.spec +++ b/mock.spec @@ -1,11 +1,10 @@ Summary: Builds packages inside chroots Name: mock -Version: 0.7.5 -Release: 2%{?dist} +Version: 0.7.6 +Release: 1%{?dist} License: GPL Group: Development/Tools Source: http://fedoraproject.org/projects/mock/releases/%{name}-%{version}.tar.gz -Patch: 0001-Patch-from-Roland-McGrath-roland-redhat.com-to-fix.patch URL: http://fedoraproject.org/wiki/Projects/Mock BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: python, yum >= 2.4 @@ -17,7 +16,6 @@ Mock takes a srpm and builds it in a chroot %prep %setup -q -%patch -p1 %build make CFLAGS="$RPM_OPT_FLAGS" @@ -70,6 +68,9 @@ fi %{_libdir}/libselinux-mock.so %changelog +* Mon Aug 27 2007 Michael Brown - 0.7.6-1 +- ensure /etc/hosts is created in chroot properly + * Mon Aug 13 2007 Clark Williams - 0.7.5-2 - build fix from Roland McGrath to fix compile of selinux lib diff --git a/sources b/sources index b9a23fa..3e828e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -903646e4f6a550af9e4e613b4a27a1dd mock-0.7.5.tar.gz +35a5a771a32d93e8067ae3737456772b mock-0.7.6.tar.gz