forked from pool/libcap
This commit is contained in:
committed by
Git OBS Bridge
parent
4b74bf7efd
commit
fdb126b0a2
@@ -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
|
||||
|
Reference in New Issue
Block a user