Remove nonexistent --without-winexe option from configure

Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
Merlin Mathesius 2020-07-08 11:12:01 -05:00
parent 3331e7aaff
commit a8b28d5d29
1 changed files with 4 additions and 4 deletions

View File

@ -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 <mmathesi@redhat.com> - 4.12.5-1
- Remove nonexistent --without-winexe option from configure
* Thu Jul 02 2020 Guenther Deschner <gdeschner@redhat.com> - 4.12.5-0
- Update to Samba 4.12.5