From 2ae69028bfe678b41e1c0d14fec091f7b03ccde1 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 19 Apr 2021 09:25:41 +0200 Subject: [PATCH] Remove findsmb script resolves: #1949295 --- samba.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/samba.spec b/samba.spec index 78ed11d..d63ec76 100644 --- a/samba.spec +++ b/samba.spec @@ -108,7 +108,7 @@ %define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") -%global main_release 2 +%global main_release 3 %global samba_version 4.14.2 %global talloc_version 2.3.2 @@ -1514,7 +1514,7 @@ fi %{_bindir}/cifsdd %{_bindir}/dbwrap_tool %{_bindir}/dumpmscat -%{_bindir}/findsmb +%exclude %{_bindir}/findsmb %{_bindir}/mvxattr %{_bindir}/mdfind %{_bindir}/nmblookup @@ -1543,7 +1543,7 @@ fi %{_mandir}/man1/regpatch.1* %{_mandir}/man1/regshell.1* %{_mandir}/man1/regtree.1* -%{_mandir}/man1/findsmb.1* +%exclude %{_mandir}/man1/findsmb.1* %{_mandir}/man1/log2pcap.1* %{_mandir}/man1/mdfind.1* %{_mandir}/man1/mvxattr.1* @@ -3840,6 +3840,9 @@ fi %endif %changelog +* Mon Apr 19 2021 Andreas Schneider - 4.12.2-1 +- resolves: #1949295 - Remove findsmb script + * Wed Apr 14 2021 Richard W.M. Jones - 2:4.14.2-2 - Rebuild for updated liburing.