- disable headerfix patch (#503927)

This commit is contained in:
Karsten Hopp 2009-06-08 10:33:09 +00:00
parent 061e321853
commit 59beb49fda

View File

@ -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 <karsten@redhat.com> 2.16-3
- disable headerfix patch (#503927)
* Sun Mar 22 2009 Karsten Hopp <karsten@redhat.com> 2.16-1
- update, with a fix for rebuild problems