rpms/authd/devel authd.spec,1.51,1.52

Roman Rakus (rrakus) fedora-extras-commits at redhat.com
Wed Jul 23 15:18:49 UTC 2008


Author: rrakus

Update of /cvs/extras/rpms/authd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12865

Modified Files:
	authd.spec 
Log Message:
Corrected config directive for ident.key to noreplace. Fixed some typos in specfile


Index: authd.spec
===================================================================
RCS file: /cvs/extras/rpms/authd/devel/authd.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- authd.spec	29 Apr 2008 11:44:53 -0000	1.51
+++ authd.spec	23 Jul 2008 15:17:59 -0000	1.52
@@ -1,7 +1,7 @@
 Summary: A RFC 1413 ident protocol daemon
 Name: authd
 Version: 1.4.3
-Release: 20%{?dist}
+Release: 21%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: https://fedorahosted.org/authd/
@@ -66,32 +66,36 @@
 
 %files -f authd.lang
 %defattr(640,root,root,-)
-%verify(not md5 size mtime user group) %config %{_sysconfdir}/ident.key
+%verify(not md5 size mtime user group) %config(noreplace) %{_sysconfdir}/ident.key
 %defattr(-,root,root,-)
 %doc COPYING README.html rfc1413.txt
 %config(noreplace) %{_sysconfdir}/xinetd.d/auth
 %{_sbindir}/in.authd
 
 %changelog
-* Tue Apr 29 2008 Roman Rakus <rrakus at redhat.cz> - 1.4.3-20
+* Wed Jul 23 2008 Roman Rakus <rrakus at redhat.com> - 1.4.3-21
+- Corrected config directive for ident.key to noreplace
+- Fixed some typos in specfile
+
+* Tue Apr 29 2008 Roman Rakus <rrakus at redhat.com> - 1.4.3-20
 - another corrections of jiffies64 patch
 
-* Wed Mar 26 2008 Roman Rakus <rrakus at redhat.cz> - 1.4.3-19
+* Wed Mar 26 2008 Roman Rakus <rrakus at redhat.com> - 1.4.3-19
 - corrected jiffies64 patch
 
-* Thu Mar  6 2008 Roman Rakus <rrakus at redhat.cz> - 1.4.3-18
+* Thu Mar  6 2008 Roman Rakus <rrakus at redhat.com> - 1.4.3-18
 - corrected Source0
 - corrected link in URL
 - source added to svn on fedorahosted
 
-* Wed Mar  5 2008 Roman Rakus <rrakus at redhat.cz> - 1.4.3-16
+* Wed Mar  5 2008 Roman Rakus <rrakus at redhat.com> - 1.4.3-16
 - fixed Source0
 
-* Wed Mar  5 2008 Roman Rakus <rrakus at redhat.cz> - 1.4.3-15
+* Wed Mar  5 2008 Roman Rakus <rrakus at redhat.com> - 1.4.3-15
 - added dist tag
 - added URL
 
-* Tue Feb 26 2008 Roman Rakus <rrakus at redhat.cz> - 1.4.3-14
+* Tue Feb 26 2008 Roman Rakus <rrakus at redhat.com> - 1.4.3-14
 - fix 234262 bug
 
 * Wed Feb 13 2008 Jan Safranek <jsafrane at redhat.com> - 1.4.3-13




More information about the fedora-extras-commits mailing list