Browse Source

I cannot see any reason any longer why this file is required

master
parent
commit
9d2eba8d31
  1. 6
      postgrey/postgrey.spec

6
postgrey/postgrey.spec

@ -74,9 +74,6 @@ AutoReqProv: no
pod2man postgrey >postgrey.8
pod2man contrib/postgreyreport >contrib/postgreyreport.8
# build empty recipient list
echo "" >postgrey_recipient_access
%install
# create installation hierarchy
rm -rf $RPM_BUILD_ROOT
@ -104,9 +101,6 @@ AutoReqProv: no
%{l_shtool} install -c -m 644 \
postgrey_whitelist_clients postgrey_whitelist_recipients \
$RPM_BUILD_ROOT%{l_prefix}/etc/postgrey/
%{l_shtool} install -c -m 644 \
postgrey_recipient_access \
$RPM_BUILD_ROOT%{l_prefix}/etc/postgrey/
# install run-command script
%{l_shtool} mkdir -f -p -m 755 \

Loading…
Cancel
Save