From 814736668913d3e3ce125398c31abb80d07b322c Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 28 May 2018 09:17:56 +0200 Subject: [PATCH] Automatic commit of package [samba] minor release [4.7.1-99.beta1]. Created by command: /usr/bin/tito tag --use-version 4.7.1 --use-release 99.beta1%{?dist} --- .tito/packages/samba | 2 +- samba.spec | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.tito/packages/samba b/.tito/packages/samba index 3de87a5..603e6e4 100644 --- a/.tito/packages/samba +++ b/.tito/packages/samba @@ -1 +1 @@ -4.6.2-13 ./ +4.7.1-99.beta1 ./ diff --git a/samba.spec b/samba.spec index c28da53..bea89f6 100644 --- a/samba.spec +++ b/samba.spec @@ -82,8 +82,8 @@ %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: samba -Version: %{samba_version} -Release: %{samba_release} +Version: 4.7.1 +Release: 99.beta1%{?dist} %if 0%{?rhel} Epoch: 0 @@ -3040,6 +3040,10 @@ rm -rf %{buildroot} %endif # with_clustering_support %changelog +* Mon May 28 2018 Daniel Berteaud 4.7.1-99.beta1 +- Rebase on upstream 4.7.1 (daniel@firewall-services.com) +- Built with DC support enabled + * Wed Dec 20 2017 Andreas Schneider - 4.7.1-6 - resolves: #1476153 - Handle SMB echo responses more gracefully - resolves: #1523212 - Fix SMB2 client read-after-free issue