rpms/ez-ipupdate/FC-6 ez-ipupdate.spec,1.13,1.14

Jeff Layton (jlayton) fedora-extras-commits at redhat.com
Sun Jun 17 02:27:32 UTC 2007


Author: jlayton

Update of /cvs/extras/rpms/ez-ipupdate/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4642

Modified Files:
	ez-ipupdate.spec 
Log Message:
fix doc directory permissions



Index: ez-ipupdate.spec
===================================================================
RCS file: /cvs/extras/rpms/ez-ipupdate/FC-6/ez-ipupdate.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ez-ipupdate.spec	12 Sep 2006 20:17:41 -0000	1.13
+++ ez-ipupdate.spec	17 Jun 2007 02:26:57 -0000	1.14
@@ -1,6 +1,6 @@
 Name:           ez-ipupdate
 Version:        3.0.11
-Release:        0.12.b8%{?dist}
+Release:        0.14.b8%{?dist}
 Summary:        Client for Dynamic DNS Services
 
 Group:          Applications/Internet
@@ -15,7 +15,6 @@
 Requires(post):   /sbin/chkconfig
 Requires(preun):  /sbin/chkconfig
 Requires(pre):    /usr/sbin/useradd /usr/sbin/groupadd
-Requires(postun): /usr/sbin/userdel /usr/sbin/groupdel
 
 %description
 ez-ipupdate is a small utility for updating your host name for any of the
@@ -43,6 +42,7 @@
 %patch1 -p0
 touch *.in aclocal.m4 configure
 chmod +x missing
+chmod a-x example*.conf
 
 
 %build
@@ -109,8 +109,8 @@
 %attr(0755,root,root) %{_sbindir}/ez-ipupdate
 %attr(0755,root,root) %{_initrddir}/ez-ipupdate
 %dir %{_sysconfdir}/ez-ipupdate/
+%doc CHANGELOG COPYING README example.conf example-*.conf
 %defattr(0644,root,root,-)
-%doc CHANGELOG COPYING README example-*.conf
 %defattr(-,ez-ipupd,ez-ipupd,-)
 %dir %{_localstatedir}/cache/ez-ipupdate/
 %dir %{_localstatedir}/run/ez-ipupdate/
@@ -118,6 +118,12 @@
 %ghost %attr(0640,root,ez-ipupd) %config(noreplace,missingok) %{_sysconfdir}/ez-ipupdate/default.conf
 
 %changelog
+* Fri Jun 15 2007 J. Randall Owens <jrowens at ghiapet.homeip.net> - 3.0.11-0.14.b8
+- fix doc directory permissions
+
+* Thu Mar  8 2007 Jeff Layton <jlayton at redhat.com> - 3.0.11-0.13.b8
+- remove Requires(postun) for user/groupdel since they're no longer needed
+
 * Tue Sep 12 2006 Jeff Layton <jlayton at redhat.com> - 3.0.11-0.12.b8
 - clean up changelog for specfile
 




More information about the fedora-extras-commits mailing list