From dc8b5afcce129c003123071f202133ee510b904e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= Date: Thu, 20 Sep 2018 16:15:41 +0200 Subject: [PATCH] Drop an unneeded patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ...4.1-Fix-building-on-Perl-without-dot-in-INC.patch | 12 ------------ spamassassin.spec | 1 - 2 files changed, 13 deletions(-) delete mode 100644 spamassassin-3.4.1-Fix-building-on-Perl-without-dot-in-INC.patch diff --git a/spamassassin-3.4.1-Fix-building-on-Perl-without-dot-in-INC.patch b/spamassassin-3.4.1-Fix-building-on-Perl-without-dot-in-INC.patch deleted file mode 100644 index 93461ec..0000000 --- a/spamassassin-3.4.1-Fix-building-on-Perl-without-dot-in-INC.patch +++ /dev/null @@ -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) { diff --git a/spamassassin.spec b/spamassassin.spec index d38b575..b7ebc2b 100644 --- a/spamassassin.spec +++ b/spamassassin.spec @@ -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