From d79db2a0cf74de415fa6697759f2e512ad55d209f4c1b9975f8a656dcf4fce73 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 26 May 2015 08:11:06 +0000 Subject: [PATCH] Accepting request 307648 from home:pluskalm:branches:server:mail - Fix library symlink generation (boo#928662) OBS-URL: https://build.opensuse.org/request/show/307648 OBS-URL: https://build.opensuse.org/package/show/server:mail/postfix?expand=0&rev=219 --- postfix.changes | 5 +++++ postfix.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/postfix.changes b/postfix.changes index acec3d2..8db56bf 100644 --- a/postfix.changes +++ b/postfix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 17 18:41:52 UTC 2015 - mpluskal@suse.com + +- Fix library symlink generation (boo#928662) + ------------------------------------------------------------------- Tue Apr 21 09:55:44 UTC 2015 - mrueckert@suse.de diff --git a/postfix.spec b/postfix.spec index a6fb956..7c17671 100644 --- a/postfix.spec +++ b/postfix.spec @@ -1,7 +1,7 @@ # # spec file for package postfix # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -208,7 +208,7 @@ for i in %{buildroot}/%{_libdir}/*.1; do done cd lib for i in libpostfix-*; do - ln -sf $i %{buildroot}/%{_libdir}/${i%{so}.*}so + ln -sf $i %{buildroot}/%{_libdir}/${i%%so.*}so done cd - ln -sf $(pwd)/lib/dict_* libexec/