diff --git a/procmail.spec b/procmail.spec index 6449cf8..80ef713 100644 --- a/procmail.spec +++ b/procmail.spec @@ -1,7 +1,7 @@ Summary: The procmail mail processing program. Name: procmail Version: 3.14 -Release: 5 +Release: 6 Copyright: distributable Group: System Environment/Daemons Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz @@ -48,11 +48,14 @@ rm -rf ${RPM_BUILD_ROOT} %{_bindir}/formail %attr(2755,root,mail) %{_bindir}/lockfile %{_bindir}/mailstat -%attr(6755,root,mail) %{_bindir}/procmail +%attr(0755,root,mail) %{_bindir}/procmail %{_mandir}/man[15]/* %changelog +* Sat Jan 6 2001 Jeff Johnson +- lose setuid/setgid (root,mail) bits (#23257). + * Fri Aug 11 2000 Jeff Johnson - add space in delivery rules with '!' (#15947).