From 5c2869fff392edcd7adb9d06509dc6dc92f5aa6e Mon Sep 17 00:00:00 2001 From: Mike McGrath Date: Fri, 9 Jul 2010 16:52:10 +0000 Subject: [PATCH] Rebuilding to fix man broken dep (the man package got renamed --- libtirpc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libtirpc.spec b/libtirpc.spec index d9624f7..2ac8a02 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -1,6 +1,6 @@ Name: libtirpc Version: 0.2.1 -Release: 3%{?dist} +Release: 3.1%{?dist} Summary: Transport Independent RPC Library Group: System Environment/Libraries License: SISSL and BSD @@ -30,7 +30,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 +Requires(devel): pkgconfig man-db %description devel This package includes header files and libraries necessary for @@ -126,6 +126,9 @@ rm -rf %{buildroot} %{_mandir}/*/* %changelog +* Fri Jul 09 2010 Mike McGrath 0.2.1-3.1 +- Rebuild to fix broken man dep s/man/man-db/ + * Tue May 18 2010 Steve Dickson 0.2.1-3 - Updated to latest RC release: libtirpc-0-2-2-rc2 [bz 519430]