rpms/leafnode/FC-5 leafnode.spec,1.9,1.10

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Tue Jan 23 05:35:46 UTC 2007


Author: kevin

Update of /cvs/extras/rpms/leafnode/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14027

Modified Files:
	leafnode.spec 
Log Message:
Fix permissions. (see bug 221105)



Index: leafnode.spec
===================================================================
RCS file: /cvs/extras/rpms/leafnode/FC-5/leafnode.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- leafnode.spec	19 Sep 2006 22:52:41 -0000	1.9
+++ leafnode.spec	23 Jan 2007 05:35:16 -0000	1.10
@@ -1,6 +1,6 @@
 Name: leafnode
 Version: 1.11.5
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 Summary: Leaf site offline NNTP server
 License: MIT, GPL, LGPL
@@ -81,19 +81,22 @@
 %doc NEWS README* ADD-ONS
 %lang(de) %doc _doc_german/doc_german
 
-%dir %attr(2755,news,news) %spooldir
-%dir %attr(2755,news,news) %spooldir/leaf.node
-%dir %attr(775,news,news) %spooldir/failed.postings
-%dir %attr(775,news,news) %spooldir/interesting.groups
-%dir %attr(2755,news,news) %spooldir/out.going
+%dir %attr(4755,news,news) %spooldir
+%dir %attr(755,news,news) %spooldir/leaf.node
+%dir %attr(2775,news,news) %spooldir/failed.postings
+%dir %attr(2775,news,news) %spooldir/interesting.groups
+%dir %attr(2775,news,news) %spooldir/out.going
 %dir %attr(755,news,news) %spooldir/temp.files
-%dir %attr(2755,news,news) %spooldir/message.id
+%dir %attr(755,news,news) %spooldir/message.id
 
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Mon Jan 22 2007 Kevin Fenzi <kevin at tummy.com> - 1.11.5-2
+- Fix permissions. (see bug 221105)
+
 * Tue Sep 19 2006 Kevin Fenzi <kevin at tummy.com> - 1.11.5-1
 - Take over maintainership (see bug 185883)
 - Update to 1.11.5-1




More information about the scm-commits mailing list