[packages/samba] migrate libsamba-errors.so.1 from regular file to symlink; rel 2

atler atler at pld-linux.org
Thu Mar 16 18:14:10 CET 2023


commit fd5cb46ce8901f62b309803828a699f58d314e86
Author: Jan Palus <atler at pld-linux.org>
Date:   Thu Mar 16 18:12:58 2023 +0100

    migrate libsamba-errors.so.1 from regular file to symlink; rel 2

 samba.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/samba.spec b/samba.spec
index 8ba013f..b3dcb50 100644
--- a/samba.spec
+++ b/samba.spec
@@ -44,7 +44,7 @@ Summary:	Samba Active Directory and SMB server
 Summary(pl.UTF-8):	Serwer Samba Active Directory i SMB
 Name:		samba
 Version:	4.18.0
-Release:	1
+Release:	2
 Epoch:		1
 License:	GPL v3
 Group:		Networking/Daemons
@@ -812,13 +812,16 @@ fi
 %post	libs -p /sbin/ldconfig
 %postun	libs -p /sbin/ldconfig
 
-%triggerpostun libs -- samba-libs < 1:4.15.9
+%triggerpostun libs -- samba-libs < 1:4.18.0-2
 if [ ! -L %{_libdir}/libsmbconf.so.0 ]; then
 	%{__rm} -f %{_libdir}/libsmbconf.so.0
 fi
 if [ ! -L %{_libdir}/libsmbldap.so.2 ]; then
 	%{__rm} -f %{_libdir}/libsmbldap.so.2
 fi
+if [ ! -L %{_libdir}/libsamba-errors.so.1 ]; then
+	%{__rm} -f %{_libdir}/libsamba-errors.so.1
+fi
 /sbin/ldconfig
 
 %post	-n libsmbclient -p /sbin/ldconfig
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/samba.git/commitdiff/fd5cb46ce8901f62b309803828a699f58d314e86



More information about the pld-cvs-commit mailing list