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

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Oct 22 16:17:15 CEST 2008 - mrueckert@suse.de
- fix debug_packages_requires define
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Aug 6 14:45:32 CEST 2008 - tiwai@suse.de Wed Aug 6 14:45:32 CEST 2008 - tiwai@suse.de

View File

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