From 811fb5ccd425ea8835bf6a39f51ffbeb1e866f30655b16ada9936d11f840fc06 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 3 Aug 2008 22:58:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=7 --- libcap.changes | 5 +++++ libcap.spec | 5 ++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libcap.changes b/libcap.changes index d64a1ba..7590f0d 100644 --- a/libcap.changes +++ b/libcap.changes @@ -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 diff --git a/libcap.spec b/libcap.spec index 50db9e0..2ebfe70 100644 --- a/libcap.spec +++ b/libcap.spec @@ -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