From 048a8cb2b0dc89eb8b6f718b37886edd9416f746 Mon Sep 17 00:00:00 2001 From: havill Date: Oct 14 2004 16:39:51 +0000 Subject: fixed %defattr and %verify for /etc/ident.key --- diff --git a/authd.spec b/authd.spec index 7a8e12d..1d964b3 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: 1 +Release: 2 License: GPL Group: System Environment/Daemons Obsoletes: pidentd @@ -48,14 +48,15 @@ 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(-,root,root,-) %doc COPYING README.html rfc1413.txt %config(noreplace) %{_sysconfdir}/xinetd.d/auth -%verify(not md5 size mtime) %config %{_sysconfdir}/ident.key %{_sbindir}/in.authd %changelog -* Thu Oct 14 2004 Adrian Havill - 1.4.2-1 +* Thu Oct 14 2004 Adrian Havill - 1.4.2-2 - slightly better error checking for insane cases - tweak of the openssl requires dependency loop (#131291) - as ident.key is created in %%post, tweak so verify passes (#131530)