]> git.pld-linux.org Git - packages/samba.git/commitdiff
- fix trigger syntax, rel 3 auto/th/samba-4.15.2-3
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 18 Nov 2021 00:14:27 +0000 (01:14 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 18 Nov 2021 00:14:27 +0000 (01:14 +0100)
samba.spec

index 32770c8d5c5e81207938492f2e9698ca8ef08a2b..f4bb8a9dbbf00e4a25f86e12e9a5145b45700570 100644 (file)
@@ -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.15.2
-Release:       2
+Release:       3
 Epoch:         1
 License:       GPL v3
 Group:         Networking/Daemons
@@ -811,8 +811,8 @@ fi
 %post  libs -p /sbin/ldconfig
 %postun        libs -p /sbin/ldconfig
 
-%triggerpostun libs -- samba-libs < 1:4.15.2-2
-if [ ! -L %{_libdir}/libsmbldap.so.2 ];
+%triggerpostun libs -- samba-libs < 1:4.15.2-3
+if [ ! -L %{_libdir}/libsmbldap.so.2 ]; then
        %{__rm} -f %{_libdir}/libsmbldap.so.2
        /sbin/ldconfig
 fi
This page took 0.042761 seconds and 4 git commands to generate.