rpms/authd/F-8 authd.spec,1.40,1.41

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


Author: rrakus

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

Modified Files:
	authd.spec 
Log Message:
corrections in specfile: URL, source, release tags. Configure ident.key as noreplace.


Index: authd.spec
===================================================================
RCS file: /cvs/extras/rpms/authd/F-8/authd.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- authd.spec	19 Sep 2007 10:21:21 -0000	1.40
+++ authd.spec	23 Jul 2008 14:05:18 -0000	1.41
@@ -1,13 +1,14 @@
 Summary: A RFC 1413 ident protocol daemon
 Name: authd
 Version: 1.4.3
-Release: 10
+Release: 11%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
+URL: https://fedorahosted.org/authd/
 Obsoletes: pidentd
 Provides: pidentd = 3.2
 Requires(post): openssl
-Source0: %{name}-%{version}.tar.gz
+Source0: http://svn.fedorahosted.org/svn/authd/%{name}-%{version}.tar.gz
 Patch0: authd-1.4.3-gcc4.patch
 Patch1: authd-1.4.3-disable.patch
 Patch2: authd-1.4.3-ipv6-mapping.patch
@@ -63,13 +64,18 @@
 
 %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 Jul 23 2008 Roman Rakus <rrakus at redhat.com> - 1.4.3-11
+- corrected config of file ident.key - now noreplace
+- added URL tag
+- corrected release and source tags
+
 * Wed Sep 19 2007 Ondrej Dvoracek <odvorace at redhat.com> - 1.4.3-10
 - corrected illegal identifier in longopt enumeration (#245436)
 - corrected summary and license




More information about the scm-commits mailing list