]> git.pld-linux.org Git - packages/samba.git/blobdiff - samba.spec
Release 2 (by relup.sh)
[packages/samba.git] / samba.spec
index 32770c8d5c5e81207938492f2e9698ca8ef08a2b..eab01981ae2d4a3e56b9a407e39c5e4ab1239c14 100644 (file)
 Summary:       Samba Active Directory and SMB server
 Summary(pl.UTF-8):     Serwer Samba Active Directory i SMB
 Name:          samba
-Version:       4.15.2
+Version:       4.15.5
 Release:       2
 Epoch:         1
 License:       GPL v3
 Group:         Networking/Daemons
 Source0:       https://download.samba.org/pub/samba/stable/%{name}-%{version}.tar.gz
-# Source0-md5: 2245f5b1258b782702ad644c5e9d2857
+# Source0-md5: c5c8221de44dc04ad7f3358d3b118d61
 Source1:       smb.init
 Source2:       samba.pamd
 Source4:       samba.sysconfig
@@ -68,6 +68,7 @@ Patch5:               %{name}-heimdal.patch
 Patch6:                server-role.patch
 Patch7:                %{name}-bug-9816.patch
 Patch8:                %{name}-no_libbsd.patch
+Patch9:                format-security.patch
 URL:           https://www.samba.org/
 BuildRequires: acl-devel
 %{?with_avahi:BuildRequires:   avahi-devel}
@@ -568,6 +569,7 @@ wyeksportowania do PMCD.
 %patch6 -p1
 %patch7 -p1
 %{!?with_system_libbsd:%patch8 -p1}
+%patch9 -p1
 
 %{__sed} -i -e '1s|#!/usr/bin/env bash|#!/bin/bash|' ctdb/tools/onnode
 %{__sed} -i -e '1s|#!/usr/bin/env perl|#!/usr/bin/perl|' pidl/pidl
@@ -811,8 +813,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.171902 seconds and 4 git commands to generate.