From 735c3c31b70c56cc86810501cca7be86d3f42e67 Mon Sep 17 00:00:00 2001 From: havill Date: Oct 15 2004 16:12:49 +0000 Subject: - tweak setting of uid/gid for key file so systems with no prior ident user/group don't generate a warning (#135837) --- diff --git a/authd.spec b/authd.spec index a065e74..69c0f31 100644 --- a/authd.spec +++ b/authd.spec @@ -1,7 +1,7 @@ Summary: a RFC 1413 ident protocol daemon Name: authd Version: 1.4.2 -Release: 4 +Release: 6 License: GPL Group: System Environment/Daemons Obsoletes: pidentd @@ -48,14 +48,18 @@ echo CHANGE THE LINE ABOVE TO A PASSPHRASE >> %{_sysconfdir}/ident.key chmod o-rw %{_sysconfdir}/ident.key %files -f authd.lang -%defattr(0640,ident,ident,-) -%verify(not md5 size mtime) %config %{_sysconfdir}/ident.key +%defattr(640,-,-,-) +%verify(not md5 size mtime user group) %config %{_sysconfdir}/ident.key %defattr(-,root,root,-) %doc COPYING README.html rfc1413.txt %config(noreplace) %{_sysconfdir}/xinetd.d/auth %{_sbindir}/in.authd %changelog +* Fri Oct 15 2004 Adrian Havill - 1.4.2-6 +- tweak setting of uid/gid for key file so systems with no prior + ident user/group don't generate a warning (#135837) + * Thu Oct 14 2004 Adrian Havill - 1.4.2-4 - slightly better error checking for insane cases - tweak of the openssl requires dependency loop (#131291)