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