- drop obsolete ia64 patch

- rpmlint fixes
This commit is contained in:
Karsten Hopp 2007-02-21 14:43:04 +00:00
parent 05ac135285
commit 2f357d6467
1 changed files with 8 additions and 6 deletions

View File

@ -1,11 +1,11 @@
Name: libcap
Version: 1.10
Release: 27
Release: 28
Summary: Library for getting and setting POSIX.1e capabilities
Source: ftp://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/%{name}-%{version}.tar.bz2
Source1: http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/capfaq-0.2.txt
URL: http://ftp.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/
License: BSD-like and LGPL
Patch: libcap-1.10-ia64.patch
Patch1: libcap-1.10-userland.patch
Patch2: libcap-1.10-shared.patch
Patch3: libcap-1.10-useCFLAGSwithCC.patch
@ -37,8 +37,6 @@ libcap.
%prep
%setup -q
# FIXME: Is this really required still?
#patch -p1 -b .ia64
%patch1 -p1
%patch2 -p1
%patch3 -p1
@ -86,6 +84,10 @@ chmod +x ${RPM_BUILD_ROOT}/%{_lib}/*.so.*
rm -rf ${RPM_BUILD_ROOT}
%changelog
* Wed Feb 21 2007 Karsten Hopp <karsten@redhat.com> 1.10-28
- drop obsolete ia64 patch
- rpmlint fixes
* Wed Feb 21 2007 Karsten Hopp <karsten@redhat.com> 1.10-27
- misc. review fixes
- add debian patch to make it build with a recent glibc
@ -170,13 +172,13 @@ rm -rf ${RPM_BUILD_ROOT}
- Move to /lib, some applications seem to be using this rather early
(#55733)
* Mon Jul 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
* Mon Jul 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Add post,postun scripts
* Tue Jul 10 2001 Jakub Jelinek <jakub@redhat.com>
- don't build libcap.so.1 with ld -shared, but gcc -shared
* Wed Jun 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
* Wed Jun 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
- Rebuild - it was missing for alpha
* Wed Jun 06 2001 Florian La Roche <Florian.LaRoche@redhat.de>