From 234212358a0d31de481471951e24445f81ecee4d Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Jun 05 2008 13:26:10 +0000 Subject: - libcap-2.10 --- diff --git a/.cvsignore b/.cvsignore index 1e7d50c..64e2de5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -libcap-1.10.tar.bz2 -libcap-2.06.tar.gz +libcap-2.10.tar.bz2 diff --git a/libcap.spec b/libcap.spec index 577ab61..e302ab7 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,8 +1,8 @@ Name: libcap -Version: 2.06 -Release: 4%{?dist} +Version: 2.10 +Release: 1%{?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 +Source: http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/%{name}-%{version}.tar.bz2 Source1: http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/%{name}-1.10.tar.bz2 Patch0: libcap-1.10-userland.patch Patch1: libcap-1.10-shared.patch @@ -69,7 +69,7 @@ make install DESTDIR=${RPM_BUILD_ROOT} \ MANDIR=${RPM_BUILD_ROOT}/%{_mandir}/ \ COPTFLAG="$RPM_OPT_FLAGS" mkdir -p ${RPM_BUILD_ROOT}/%{_mandir}/man{2,3,8} -mv -f doc/*.2 ${RPM_BUILD_ROOT}/%{_mandir}/man2/ +#mv -f doc/*.2 ${RPM_BUILD_ROOT}/%{_mandir}/man2/ mv -f doc/*.3 ${RPM_BUILD_ROOT}/%{_mandir}/man3/ (cd libcap-1.10; @@ -87,19 +87,23 @@ chmod +x ${RPM_BUILD_ROOT}/%{_lib}/*.so.* /%{_lib}/*.so.* %{_sbindir}/* %{_mandir}/man8/* +/%{_lib}/security/pam_cap.so %doc doc/capability.notes License %files devel %defattr(-,root,root,-) %{_includedir}/* /%{_lib}/*.so -%{_mandir}/man2/* +#{_mandir}/man2/* %{_mandir}/man3/* %clean rm -rf ${RPM_BUILD_ROOT} %changelog +* Thu Jun 05 2008 Karsten Hopp 2.10-1 +- libcap-2.10 + * Thu Feb 21 2008 Karsten Hopp 2.06-4 - don't build static binaries (#433808) diff --git a/sources b/sources index 2642880..8528541 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 4426a413128142cab89eb2e6f13d8571 libcap-1.10.tar.bz2 -18f236fbd4a3613edb194f1792ad0a69 libcap-2.06.tar.gz +a40050bb5e1c782ca97ccb5a54769d90 libcap-2.10.tar.bz2