SHA256
1
0
forked from pool/libcap
OBS User unknown
2008-10-22 23:12:03 +00:00
committed by Git OBS Bridge
parent 5069f3c9a1
commit 7445be1ce4
2 changed files with 9 additions and 2 deletions

View File

@@ -25,13 +25,13 @@ Group: System/Libraries
AutoReqProv: on
Summary: Library for Capabilities (linux-privs) Support
Version: 2.11
Release: 1
Release: 2
Source: ftp://ftp.de.kernel.org/pub/linux/libs/security/linux-privs/libcap2/libcap-%{version}.tar.bz2
Patch: libcap-dynamic-link.diff
Patch1: libcap-2.11-build-fix.diff
#URL: http://www.kernel.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libcap2 = %{version}
%define debug_package_requires libcap2 = %{version}-%{release}
%description
Capabilities are a measure to limit the omnipotence of the superuser.
@@ -127,6 +127,8 @@ ln -s /%{_lib}/libcap.so.2 $RPM_BUILD_ROOT%{_libdir}/libcap.so
%{_mandir}/man3/*
%changelog
* Wed Oct 22 2008 mrueckert@suse.de
- fix debug_packages_requires define
* Wed Aug 06 2008 tiwai@suse.de
- updated to libcap-2.11:
* makefile fixes, minor clean-ups