SHA256
3
0
forked from pool/libcap
OBS User unknown 2008-06-22 01:01:08 +00:00 committed by Git OBS Bridge
parent b2424f50c6
commit 9640042e07
5 changed files with 16 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:be775d6fd65c378b8d9688e87758af55da2ee3df94e144e81be809f13b62bbab
size 40758

3
libcap-2.10.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4ba33424dc5f55bbaf50c639c0769cae3c06336068c91f7f38288a26251eaf31
size 46374

View File

@ -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 Wed Apr 23 15:18:28 CEST 2008 - tiwai@suse.de

View File

@ -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.

View File

@ -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. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
@ -17,11 +17,10 @@ License: BSD 3-Clause
Group: System/Libraries Group: System/Libraries
AutoReqProv: on AutoReqProv: on
Summary: Library for Capabilities (linux-privs) Support Summary: Library for Capabilities (linux-privs) Support
Version: 2.08 Version: 2.10
Release: 2 Release: 1
Source: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-%{version}.tar.bz2 Source: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-%{version}.tar.bz2
Patch: libcap-dynamic-link.diff Patch: libcap-dynamic-link.diff
Patch1: libcap.eal3.diff
#URL: http://www.kernel.org/ #URL: http://www.kernel.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -82,7 +81,6 @@ libcap.
%prep %prep
%setup -q %setup -q
%patch %patch
%patch1 -p2
%build %build
lib=%{_lib} make %{?jobs:-j %jobs} LDFLAGS= COPTFLAG="$RPM_OPT_FLAGS" 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 %doc License README CHANGELOG
%{_includedir}/sys/capability.h %{_includedir}/sys/capability.h
%{_libdir}/*.so %{_libdir}/*.so
%doc %{_mandir}/man2/* %doc %{_mandir}/man?/*
%doc %{_mandir}/man3/*
%changelog %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 * Wed Apr 23 2008 tiwai@suse.de
- updated to libcap-2.08 - updated to libcap-2.08
properly supporting the recent 2.6 kernels properly supporting the recent 2.6 kernels