From 8364dc0a7ea7a66dbbeb2247d704781030ad5655 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 12 Oct 2021 08:55:37 -0400 Subject: [PATCH] Fix rpath patch Resolves: rhbz#2012172 Signed-off-by: Simo Sorce --- cyrus-sasl-2.1.25-no_rpath.patch | 2 +- cyrus-sasl.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/cyrus-sasl-2.1.25-no_rpath.patch b/cyrus-sasl-2.1.25-no_rpath.patch index 3ff180c..82e5aa7 100644 --- a/cyrus-sasl-2.1.25-no_rpath.patch +++ b/cyrus-sasl-2.1.25-no_rpath.patch @@ -16,5 +16,5 @@ diff -up cyrus-sasl-2.1.25/m4/cyrus.m4.no_rpath cyrus-sasl-2.1.25/m4/cyrus.m4 - ]) - LDFLAGS="${SAVE_LDFLAGS}" - ])]) -+ andrew_runpath_switch="none" ++ andrew_cv_runpath_switch="none" + ]) diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 84dc4c9..3a974be 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -9,7 +9,7 @@ Summary: The Cyrus SASL library Name: cyrus-sasl Version: 2.1.27 -Release: 15%{?dist} +Release: 16%{?dist} License: BSD with advertising URL: https://www.cyrusimap.org/sasl/ @@ -396,6 +396,10 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir} %{_sbindir}/sasl2-shared-mechlist %changelog +* Tue Oct 12 2021 Simo Sorce - 2.1.27-16 +- Fix rpath patch +- Resolves: rhbz#2012172 + * Wed Oct 6 2021 Simo Sorce - 2.1.27-15 - More openssl 3 compatibility and digestmd5 updates.