From bc197cf32a8b65ac98b907b8338eb23348f0ebc5 Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Mon, 26 Mar 2007 17:15:09 +0000 Subject: [PATCH] Fixed Unowned Directory RPM problem (bz 233873) --- libtirpc.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/libtirpc.spec b/libtirpc.spec index ed9f0a2..4ffcbf9 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -1,6 +1,6 @@ Name: libtirpc Version: 0.1.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Transport Independent RPC Library Group: System Environment/Libraries License: GPL @@ -80,6 +80,10 @@ rm -rf %{buildroot} %files devel %defattr(0644,root,root,755) +%dir %{_includedir}/tirpc +%dir %{_includedir}/tirpc/misc +%dir %{_includedir}/tirpc/rpc +%dir %{_includedir}/tirpc/rpcsvc %{_libdir}/libtirpc.so %{_includedir}/tirpc/fpmath.h %{_includedir}/tirpc/getpeereid.h @@ -125,6 +129,9 @@ rm -rf %{buildroot} %{_includedir}/tirpc/un-namespace.h %changelog +* Mon Mar 26 2007 Steve Dickson 0.1.7-5 +- Fixed Unowned Directory RPM problem (bz 233873) + * Mon Aug 28 2006 Steve Dickson 0.1.7-4 - Fixed undefined symbol (bz 204296)