From 7445be1ce4cf421d9c9cf513f29f43610ae7d7da1dd5b2611d0dae62744643d1 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 22 Oct 2008 23:12:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=9 --- libcap.changes | 5 +++++ libcap.spec | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/libcap.changes b/libcap.changes index d4d44d6..3e157d7 100644 --- a/libcap.changes +++ b/libcap.changes @@ -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 diff --git a/libcap.spec b/libcap.spec index 6adb2ac..2e9d9a3 100644 --- a/libcap.spec +++ b/libcap.spec @@ -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