SHA256
3
0
forked from pool/libcap
OBS User unknown 2008-08-03 22:58:17 +00:00 committed by Git OBS Bridge
parent 9640042e07
commit 811fb5ccd4
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Aug 4 00:57:06 CEST 2008 - ro@suse.de
- fix requires for debuginfo package
-------------------------------------------------------------------
Wed Jun 11 16:16:49 CEST 2008 - tiwai@suse.de

View File

@ -18,11 +18,12 @@ Group: System/Libraries
AutoReqProv: on
Summary: Library for Capabilities (linux-privs) Support
Version: 2.10
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
#URL: http://www.kernel.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libcap2 = %{version}
%description
Capabilities are a measure to limit the omnipotence of the superuser.
@ -114,6 +115,8 @@ ln -s /%{_lib}/libcap.so.2 $RPM_BUILD_ROOT%{_libdir}/libcap.so
%doc %{_mandir}/man?/*
%changelog
* Mon Aug 04 2008 ro@suse.de
- fix requires for debuginfo package
* Wed Jun 11 2008 tiwai@suse.de
- updated to libcap-2.10:
v3 capabilities, documantation fixes, misc fixes