Remove nonexistent --without-winexe option from configure
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
3331e7aaff
commit
a8b28d5d29
@ -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 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 samba_version 4.12.5
|
||||||
%define talloc_version 2.3.1
|
%define talloc_version 2.3.1
|
||||||
@ -900,9 +900,6 @@ export LDFLAGS="%{__global_ldflags} -fuse-ld=gold"
|
|||||||
%endif
|
%endif
|
||||||
%if %{with testsuite}
|
%if %{with testsuite}
|
||||||
--enable-selftest \
|
--enable-selftest \
|
||||||
%endif
|
|
||||||
%if ! %with_winexe
|
|
||||||
--without-winexe \
|
|
||||||
%endif
|
%endif
|
||||||
--with-systemd \
|
--with-systemd \
|
||||||
--systemd-install-services \
|
--systemd-install-services \
|
||||||
@ -3579,6 +3576,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 02 2020 Guenther Deschner <gdeschner@redhat.com> - 4.12.5-0
|
||||||
- Update to Samba 4.12.5
|
- Update to Samba 4.12.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user