rpms/libtirpc/devel libtirpc.spec,1.9,1.10

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Mar 26 17:15:11 UTC 2007


Author: steved

Update of /cvs/dist/rpms/libtirpc/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv7991

Modified Files:
	libtirpc.spec 
Log Message:
Fixed Unowned Directory RPM problem (bz 233873)



Index: libtirpc.spec
===================================================================
RCS file: /cvs/dist/rpms/libtirpc/devel/libtirpc.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libtirpc.spec	28 Aug 2006 12:25:53 -0000	1.9
+++ libtirpc.spec	26 Mar 2007 17:15:09 -0000	1.10
@@ -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 @@
 
 %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 @@
 %{_includedir}/tirpc/un-namespace.h
 
 %changelog
+* Mon Mar 26 2007 Steve Dickson <steved at redhat.com> 0.1.7-5
+- Fixed Unowned Directory RPM problem (bz 233873)
+
 * Mon Aug 28 2006 Steve Dickson <steved at redhat.com> 0.1.7-4
 - Fixed undefined symbol (bz 204296)
 




More information about the fedora-cvs-commits mailing list