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/