"Michael Mansour" <mic-Su61qOI1guu6c6uEtOJ/EA@...> writes:
> %define p0f 1
> %{?build_p0f:%define p0f 1}
> ...
> %if %{libGeoIP}
> --with-libGeoIP \
It would be better to use %bcond stuff (see /usr/lib/rpm/macros); e.g.
%bcond_with p0f
%bcond_without geoip
...
%configure \
--with%{!?with_p0f:out}-p0f \
--with%{!?with_geoip:out}-geoip \
> %post
> ...
> /bin/chown smmsp:smmsp /var/milter-greylist
setting
%files
%attr(0711,smmsp,smmsp) /var/milter-greylist
would be a better alternative (although I am not sure whether it is
really needed)Message
Re: milter-greylist 4.3.5 is available
2010-03-16 by Enrico Scholz