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
This commit is contained in:
Dirk Mueller 2015-05-26 08:11:06 +00:00 committed by Git OBS Bridge
parent c4231e06cc
commit d79db2a0cf
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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/