From 9640042e07f6af907f629b387771d11c98ddd75cde07e9878ade5778a4a1089d Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 22 Jun 2008 01:01:08 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=6 --- libcap-2.08.tar.bz2 | 3 --- libcap-2.10.tar.bz2 | 3 +++ libcap.changes | 6 ++++++ libcap.eal3.diff | 15 --------------- libcap.spec | 14 +++++++------- 5 files changed, 16 insertions(+), 25 deletions(-) delete mode 100644 libcap-2.08.tar.bz2 create mode 100644 libcap-2.10.tar.bz2 delete mode 100644 libcap.eal3.diff diff --git a/libcap-2.08.tar.bz2 b/libcap-2.08.tar.bz2 deleted file mode 100644 index 4b6cefd..0000000 --- a/libcap-2.08.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be775d6fd65c378b8d9688e87758af55da2ee3df94e144e81be809f13b62bbab -size 40758 diff --git a/libcap-2.10.tar.bz2 b/libcap-2.10.tar.bz2 new file mode 100644 index 0000000..c99dd70 --- /dev/null +++ b/libcap-2.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba33424dc5f55bbaf50c639c0769cae3c06336068c91f7f38288a26251eaf31 +size 46374 diff --git a/libcap.changes b/libcap.changes index b56f948..d64a1ba 100644 --- a/libcap.changes +++ b/libcap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 11 16:16:49 CEST 2008 - tiwai@suse.de + +- updated to libcap-2.10: + v3 capabilities, documantation fixes, misc fixes + ------------------------------------------------------------------- Wed Apr 23 15:18:28 CEST 2008 - tiwai@suse.de diff --git a/libcap.eal3.diff b/libcap.eal3.diff deleted file mode 100644 index 1efbc1f..0000000 --- a/libcap.eal3.diff +++ /dev/null @@ -1,15 +0,0 @@ -diff -pruN libcap/libcap-1.92/doc/capget.2 libcap.eal3/libcap-1.92/doc/capget.2 ---- libcap/libcap-1.92/doc/capget.2 1999-04-18 00:16:31.000000000 +0200 -+++ libcap.eal3/libcap-1.92/doc/capget.2 2003-11-17 13:36:34.000000000 +0100 -@@ -38,5 +38,9 @@ One of the arguments was invalid. - An attempt was made to add a capability to the Permitted set, or to set - a capability in the Effective or Inheritable sets that is not in the - Permitted set. -- -- -+.TP -+.SB EFAULT -+Various problems with user information. -+.TP -+.SB ESRCH -+No such process. diff --git a/libcap.spec b/libcap.spec index 2335c9a..50db9e0 100644 --- a/libcap.spec +++ b/libcap.spec @@ -1,5 +1,5 @@ # -# spec file for package libcap (Version 2.08) +# spec file for package libcap (Version 2.10) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -17,11 +17,10 @@ License: BSD 3-Clause Group: System/Libraries AutoReqProv: on Summary: Library for Capabilities (linux-privs) Support -Version: 2.08 -Release: 2 +Version: 2.10 +Release: 1 Source: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-%{version}.tar.bz2 Patch: libcap-dynamic-link.diff -Patch1: libcap.eal3.diff #URL: http://www.kernel.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -82,7 +81,6 @@ libcap. %prep %setup -q %patch -%patch1 -p2 %build lib=%{_lib} make %{?jobs:-j %jobs} LDFLAGS= COPTFLAG="$RPM_OPT_FLAGS" @@ -113,10 +111,12 @@ ln -s /%{_lib}/libcap.so.2 $RPM_BUILD_ROOT%{_libdir}/libcap.so %doc License README CHANGELOG %{_includedir}/sys/capability.h %{_libdir}/*.so -%doc %{_mandir}/man2/* -%doc %{_mandir}/man3/* +%doc %{_mandir}/man?/* %changelog +* Wed Jun 11 2008 tiwai@suse.de +- updated to libcap-2.10: + v3 capabilities, documantation fixes, misc fixes * Wed Apr 23 2008 tiwai@suse.de - updated to libcap-2.08 properly supporting the recent 2.6 kernels