diff --git a/authd.spec b/authd.spec index f01d55a..650218e 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: 11 +Release: 12 License: GPL Group: System Environment/Daemons Obsoletes: pidentd @@ -47,6 +47,9 @@ echo CHANGE THE LINE ABOVE TO A PASSPHRASE >> %{_sysconfdir}/ident.key /bin/chown ident:ident %{_sysconfdir}/ident.key chmod o-rw %{_sysconfdir}/ident.key +%postun +service xinetd reload + %files -f authd.lang %defattr(640,root,root,-) %verify(not md5 size mtime user group) %config %{_sysconfdir}/ident.key @@ -56,6 +59,9 @@ chmod o-rw %{_sysconfdir}/ident.key %{_sbindir}/in.authd %changelog +* Mon Mar 7 2005 Martin Stransky - 1.4.2-12 +- add post-uninstall reconfiguration (#150460) + * Mon Feb 14 2005 Adrian Havill - rebuilt diff --git a/sources b/sources index f491d3e..1703596 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -a77e1341bd91f3a2caf3e3aaf12cfd38 authd-1.4.1.tar.gz 1f9c52e59d5cf03203f3246f5871d1ed authd-1.4.2.tar.gz