From 10b3a48eb11666f84b2d8082d25e1bb8a529bb95 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Tue, 12 Apr 2011 13:29:31 +0200 Subject: [PATCH] replace Requires(devel) with a simple Requires as the new rpm aborts otherwise with "Bad Requireflags: qualifiers: Requires(devel)" --- libtirpc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libtirpc.spec b/libtirpc.spec index 81ed99f..b0efe35 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -2,7 +2,7 @@ Name: libtirpc Version: 0.2.1 -Release: 7%{?dist} +Release: 7.1%{?dist} Summary: Transport Independent RPC Library Group: System Environment/Libraries License: SISSL and BSD @@ -36,7 +36,7 @@ by almost 70 vendors on all major operating systems. TS-RPC source code Summary: Development files for the libtirpc library Group: Development/Libraries Requires: %{name} = %{version}-%{release} -Requires(devel): pkgconfig man-db +Requires: pkgconfig man-db %description devel This package includes header files and libraries necessary for @@ -139,6 +139,10 @@ rm -rf %{buildroot} %{_mandir}/*/* %changelog +* Tue Apr 12 2011 Karsten Hopp 0.2.1-7.1 +- replace Requires(devel) with a simple Requires as the new rpm + aborts otherwise with "Bad Requireflags: qualifiers: Requires(devel)" + * Tue Feb 08 2011 Fedora Release Engineering - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild