SHA256
1
0
forked from pool/libcap
OBS User unknown
2009-03-17 15:34:11 +00:00
committed by Git OBS Bridge
parent 4b74bf7efd
commit fdb126b0a2
3 changed files with 31 additions and 1 deletions

View File

@@ -26,8 +26,9 @@ Group: System/Libraries
AutoReqProv: on
Summary: Library for Capabilities (linux-privs) Support
Version: 2.16
Release: 1
Release: 2
Source: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-%{version}.tar.bz2
Patch: libcap-u64-typedef-fix.diff
#URL: http://www.kernel.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libcap2 = %{version}-%{release}
@@ -88,6 +89,7 @@ libcap.
%prep
%setup -q
%patch -p1
%build
# lib=%{_lib} make %{?jobs:-j %jobs} COPTFLAG="$RPM_OPT_FLAGS"
@@ -124,6 +126,9 @@ ln -s /%{_lib}/libcap.so.2 $RPM_BUILD_ROOT%{_libdir}/libcap.so
%{_mandir}/man3/*
%changelog
* Tue Mar 10 2009 tiwai@suse.de
- fix build error on i386 due to missing __u64 definition in
sys/capability.h
* Wed Jan 07 2009 tiwai@suse.de
- updated to libcap-2.15:
* Makefile fixes