Drop an unneeded patch
Drop spamassassin-3.4.1-Fix-building-on-Perl-without-dot-in-INC.patch, it's already part of the 3.4.2 spamassassin release. Signed-off-by: Ondřej Lysoněk <olysonek@redhat.com>
This commit is contained in:
parent
e75ba72614
commit
dc8b5afcce
@ -1,12 +0,0 @@
|
||||
diff -up Mail-SpamAssassin-3.4.1/spamc/configure.pl.orig Mail-SpamAssassin-3.4.1/spamc/configure.pl
|
||||
--- Mail-SpamAssassin-3.4.1/spamc/configure.pl.orig 2017-05-18 13:53:34.340378346 +0200
|
||||
+++ Mail-SpamAssassin-3.4.1/spamc/configure.pl 2017-05-18 13:52:55.950537948 +0200
|
||||
@@ -66,7 +66,7 @@ print join(' ', $Config{'perlpath'}, "ve
|
||||
# Do the same thing as for the preprocessor below.
|
||||
package version_h;
|
||||
my $Z = $0;
|
||||
- local $0 = "version.h.pl";
|
||||
+ local $0 = "./version.h.pl";
|
||||
local @ARGV = ();
|
||||
# Got to check for defined because the script returns shell error level!
|
||||
unless (defined do $0) {
|
@ -103,7 +103,6 @@ Source17: sa-update.timer
|
||||
Patch0: spamassassin-3.3.2-gnupg2.patch
|
||||
Patch1: spamassassin-3.4.1-add-logfile-homedir-options.patch
|
||||
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
||||
#Patch102: spamassassin-3.4.1-Fix-building-on-Perl-without-dot-in-INC.patch
|
||||
# end of patches
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
%if %{use_systemd} == 0
|
||||
|
Loading…
Reference in New Issue
Block a user