From 552aeda9df0c669abb3da99ae31d2a6b3a56bb08 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 29 Aug 2007 05:47:57 +0000 Subject: [PATCH] - Rebuild for selinux ppc32 issue. --- libtirpc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libtirpc.spec b/libtirpc.spec index a996f47..e0c6718 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -1,6 +1,6 @@ Name: libtirpc Version: 0.1.7 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Transport Independent RPC Library Group: System Environment/Libraries License: GPL @@ -145,6 +145,9 @@ rm -rf %{buildroot} %{_includedir}/tirpc/un-namespace.h %changelog +* Wed Aug 29 2007 Fedora Release Engineering - 0.1.7-10 +- Rebuild for selinux ppc32 issue. + * Mon Jul 30 2007 0.1.7-9 - Fixed mutex lock problem in clnt_raw_create() - Ignore the return value of snprintf() and use strlen() instead