Browse Source

drop the taint flag as it breaks under run-time with the latest Net::Daemon stuff

Ralf S. Engelschall 18 years ago
parent
commit
216b67878e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      postgrey/postgrey.spec

+ 2 - 2
postgrey/postgrey.spec

@@ -33,7 +33,7 @@ Class:        BASE
 Group:        Mail
 License:      GPL
 Version:      1.28
-Release:      20070621
+Release:      20070718
 
 #   list of sources
 Source0:      http://postgrey.schweikert.ch/pub/postgrey-%{version}.tar.gz
@@ -87,7 +87,7 @@ AutoReqProv:  no
 
     #   install programs and manual pages
     %{l_shtool} install -c -m 755 \
-        -e 's;#!/usr/bin/perl;#!%{l_prefix}/bin/perl;g' \
+        -e 's;#!/usr/bin/perl -T;#!%{l_prefix}/bin/perl;g' \
         -e "s;\\(.\\)Sys::Syslog\\(. : undef\\);\\1%{l_prefix}/var/postgrey/postgrey.log\\2;" \
         postgrey $RPM_BUILD_ROOT%{l_prefix}/sbin/
     %{l_shtool} install -c -m 755 \