SHA256
1
0
forked from pool/libcap
OBS User unknown
2007-01-24 13:39:38 +00:00
committed by Git OBS Bridge
parent bc083380dc
commit 6be8b37a72
3 changed files with 22 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package libcap (Version 1.10)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@@ -16,7 +16,7 @@ Group: System/Libraries
Autoreqprov: on
Summary: Library and Binaries for Capabilities (linux-privs) Support
Version: 1.10
Release: 1
Release: 4
Source: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/old/kernel-2.4/libcap-1.10.tar.bz2
Source3: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.4/uid-proc.patch
Source4: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/old/kernel-2.4/README
@@ -28,6 +28,7 @@ Patch1: libcap-shlib-fix.diff
Patch3: libcap.eal3.diff
Patch4: libcap-gcc-warning-fixes.diff
Patch6: libcap-invalid-free-fix.diff
Patch7: libcap-array-range-fix.diff
#URL: http://www.kernel.org/
#Prefix: /usr
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -67,6 +68,7 @@ using libcap.
%patch3 -p2
%patch4
%patch6
%patch7
%build
lib=%{_lib} make LDFLAGS= COPTFLAG="$RPM_OPT_FLAGS"
@@ -100,6 +102,8 @@ rm $RPM_BUILD_ROOT%{_mandir}/man2/{capget,capset}.2*
%{_mandir}/man3/*
%changelog -n libcap
* Wed Jan 24 2007 - tiwai@suse.de
- fix the access over array range in cap_extint.c (#237943).
* Tue Dec 19 2006 - tiwai@suse.de
- update to libcap-1.10 to support fscaps (#229722, FATE#301748)
* Wed May 24 2006 - schwab@suse.de