From 1ca4ad7ebb88c284e8977006f6c109ee58023a1fe3faeacf217fb5fe6a82b182 Mon Sep 17 00:00:00 2001 From: Peter Varkoly Date: Sun, 9 Apr 2017 18:32:47 +0000 Subject: [PATCH] - bnc#830818 - yast2-mail does not set amavis configuration correctly OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=260 --- postfix-linux45.patch | 11 +++++++++++ postfix.changes | 4 +++- postfix.spec | 2 ++ 3 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 postfix-linux45.patch diff --git a/postfix-linux45.patch b/postfix-linux45.patch new file mode 100644 index 0000000..493d7ac --- /dev/null +++ b/postfix-linux45.patch @@ -0,0 +1,11 @@ +--- makedefs.orig 2017-03-16 12:08:55.536876205 +0100 ++++ makedefs 2017-03-16 12:09:14.337057377 +0100 +@@ -523,7 +523,7 @@ + : ${SHLIB_ENV="LD_LIBRARY_PATH=`pwd`/lib"} + : ${PLUGIN_LD="${CC-gcc} -shared"} + ;; +- Linux.[34].*) SYSTYPE=LINUX$RELEASE_MAJOR ++ Linux.[345].*) SYSTYPE=LINUX$RELEASE_MAJOR + case "$CCARGS" in + *-DNO_DB*) ;; + *-DHAS_DB*) ;; diff --git a/postfix.changes b/postfix.changes index f354e99..632cdbb 100644 --- a/postfix.changes +++ b/postfix.changes @@ -171,13 +171,15 @@ Wed Jan 11 14:07:35 UTC 2017 - varkoly@suse.com Merging changes with SLES12-SP2 Removeved patches: add_missed_library.patch bnc#947707.diff dynamic_maps.patch postfix-db6.diff postfix-opensslconfig.patch bnc#947519.diff dynamic_maps_pie.patch - postfix-linux45.patch postfix-post-install.patch + postfix-post-install.patch These are included in the new version of postfix - Remove references to SuSEconfig.postfix from sysconfig docs. (bsc#871575) - bnc#947519 SuSEconfig.postfix should enforce umask 022 - bnc#947707 mail generated by Amavis being prevented from being re-adressed by /etc/postfix/virtual - bnc#972346 /usr/sbin/SuSEconfig.postfix is wrong +- postfix-linux45.patch: handle Linux 4.x and Linux 5.x (used by aarch64) + (bsc#940289) ------------------------------------------------------------------- Tue Jan 3 12:20:18 UTC 2017 - varkoly@suse.com diff --git a/postfix.spec b/postfix.spec index 561014a..9e50f13 100644 --- a/postfix.spec +++ b/postfix.spec @@ -76,6 +76,7 @@ Patch2: pointer_to_literals.patch Patch3: ipv6_disabled.patch Patch4: %{name}-main.cf.patch Patch5: %{name}-master.cf.patch +Patch6: %{name}-linux45.patch Patch7: %{name}-ssl-release-buffers.patch Patch8: %{name}-vda-v14-3.0.3.patch @@ -188,6 +189,7 @@ PostgreSQL. %patch3 %patch4 %patch5 +%patch6 %patch7 %patch8