From a8b28d5d29fe7c162d0e1cf09a9999a63a5575c3 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Wed, 8 Jul 2020 11:12:01 -0500 Subject: [PATCH] Remove nonexistent --without-winexe option from configure Signed-off-by: Merlin Mathesius --- samba.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/samba.spec b/samba.spec index 41e61da..7eaa743 100644 --- a/samba.spec +++ b/samba.spec @@ -8,7 +8,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") -%define main_release 0 +%define main_release 1 %define samba_version 4.12.5 %define talloc_version 2.3.1 @@ -900,9 +900,6 @@ export LDFLAGS="%{__global_ldflags} -fuse-ld=gold" %endif %if %{with testsuite} --enable-selftest \ -%endif -%if ! %with_winexe - --without-winexe \ %endif --with-systemd \ --systemd-install-services \ @@ -3579,6 +3576,9 @@ fi %endif %changelog +* Wed Jul 08 2020 Merlin Mathesius - 4.12.5-1 +- Remove nonexistent --without-winexe option from configure + * Thu Jul 02 2020 Guenther Deschner - 4.12.5-0 - Update to Samba 4.12.5