From 59beb49fda72c79778b4581f5ca3036b5a38eb6d Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Mon, 8 Jun 2009 10:33:09 +0000 Subject: [PATCH] - disable headerfix patch (#503927) --- libcap.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libcap.spec b/libcap.spec index 7e4e2c9..faaedaf 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,6 +1,6 @@ Name: libcap Version: 2.16 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library for getting and setting POSIX.1e capabilities Source: http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/%{name}-%{version}.tar.gz Patch0: libcap-2.16-headerfix.patch @@ -31,7 +31,7 @@ libcap. %prep %setup -q -%patch0 -p1 +#patch0 -p1 %build # libcap can not be build with _smp_mflags: @@ -77,6 +77,9 @@ chmod +x ${RPM_BUILD_ROOT}/%{_lib}/*.so.* rm -rf ${RPM_BUILD_ROOT} %changelog +* Mon Jun 08 2009 Karsten Hopp 2.16-3 +- disable headerfix patch (#503927) + * Sun Mar 22 2009 Karsten Hopp 2.16-1 - update, with a fix for rebuild problems