forked from pool/postfix
Accepting request 308678 from server:mail
1 OBS-URL: https://build.opensuse.org/request/show/308678 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postfix?expand=0&rev=125
This commit is contained in:
commit
780619db0f
@ -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
|
||||
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user