rpms/authd/F-9 authd.spec,1.50,1.51

Roman Rakus (rrakus) fedora-extras-commits at redhat.com
Wed Jul 23 14:13:16 UTC 2008


Author: rrakus

Update of /cvs/extras/rpms/authd/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1361

Modified Files:
	authd.spec 
Log Message:
Corrected configuration of ident.key to noreplace. Fixed some typos in specfile


Index: authd.spec
===================================================================
RCS file: /cvs/extras/rpms/authd/F-9/authd.spec,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- authd.spec	26 Mar 2008 09:26:55 -0000	1.50
+++ authd.spec	23 Jul 2008 14:12:31 -0000	1.51
@@ -1,7 +1,7 @@
 Summary: A RFC 1413 ident protocol daemon
 Name: authd
 Version: 1.4.3
-Release: 19%{?dist}
+Release: 20%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: https://fedorahosted.org/authd/
@@ -15,6 +15,8 @@
 Patch3: authd-1.4.3-locale.patch
 Patch4: authd-1.4.3-longopt-identifier.patch
 Patch5: authd-1.4.3-jiffies64.patch
+Patch6: authd-1.4.3-valist.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: openssl-devel gettext
 Requires: xinetd
@@ -31,8 +33,9 @@
 %patch1 -p1
 %patch2 -p1 -b .ipv6map
 %patch3 -p1 -b .locale
-%patch4 -p1
-%patch5 -p1
+%patch4 -p1 -b .longopt-identifier
+%patch5 -p1 -b .jiffies64
+%patch6 -p1 -b .valist
 sed -i -e "s|/etc|%{_sysconfdir}|" config.h
 
 %build
@@ -66,29 +69,33 @@
 
 %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
-* Wed Mar 26 2008 Roman Rakus <rrakus at redhat.cz> - 1.4.3-19
+* Wed Jul 23 2008 Roman Rakus <rrakus at redhat.com - 1.4.3-20
+- corrected configure of ident.key to (noreplace)
+- corrected some typos in specfile
+
+* 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 scm-commits mailing list