Update to Samba 4.12.0rc3
Guenther
This commit is contained in:
parent
b487033b2e
commit
fd31fe0c61
2
.gitignore
vendored
2
.gitignore
vendored
@ -193,3 +193,5 @@ samba-3.6.0pre1.tar.gz
|
||||
/samba-4.12.0rc1.tar.asc
|
||||
/samba-4.12.0rc2.tar.xz
|
||||
/samba-4.12.0rc2.tar.asc
|
||||
/samba-4.12.0rc3.tar.xz
|
||||
/samba-4.12.0rc3.tar.asc
|
||||
|
16
samba.spec
16
samba.spec
@ -14,7 +14,7 @@
|
||||
%define tevent_version 0.10.2
|
||||
%define ldb_version 2.1.0
|
||||
# This should be rc1 or nil
|
||||
%define pre_release rc2
|
||||
%define pre_release rc3
|
||||
|
||||
%if "x%{?pre_release}" != "x"
|
||||
%define samba_release 0.%{main_release}.%{pre_release}%{?dist}
|
||||
@ -57,11 +57,6 @@
|
||||
#endif rhel
|
||||
%endif
|
||||
|
||||
%global with_intel_aes_accel 0
|
||||
%ifarch x86_64
|
||||
%global with_intel_aes_accel 1
|
||||
%endif
|
||||
|
||||
%global libwbc_alternatives_version 0.15
|
||||
%global libwbc_alternatives_suffix %nil
|
||||
%if 0%{?__isa_bits} == 64
|
||||
@ -870,9 +865,6 @@ export LDFLAGS="%{__global_ldflags} -fuse-ld=gold"
|
||||
%endif
|
||||
%if %{with testsuite}
|
||||
--enable-selftest \
|
||||
%endif
|
||||
%if %with_intel_aes_accel
|
||||
--accel-aes=intelaesni \
|
||||
%endif
|
||||
--with-systemd \
|
||||
--systemd-install-services \
|
||||
@ -1558,9 +1550,6 @@ fi
|
||||
# common libraries
|
||||
%{_libdir}/samba/libpopt-samba3-cmdline-samba4.so
|
||||
%{_libdir}/samba/libpopt-samba3-samba4.so
|
||||
%if %{with_intel_aes_accel}
|
||||
#%{_libdir}/samba/libaesni-intel-samba4.so
|
||||
%endif
|
||||
|
||||
%dir %{_libdir}/samba/ldb
|
||||
|
||||
@ -3538,6 +3527,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Feb 19 2020 Guenther Deschner <gdeschner@redhat.com> - 4.12.0rc3-2
|
||||
- Update to Samba 4.12.0rc3
|
||||
|
||||
* Tue Feb 04 2020 Guenther Deschner <gdeschner@redhat.com> - 4.12.0rc2-2
|
||||
- Update to Samba 4.12.0rc2
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (samba-4.12.0rc2.tar.xz) = 9e57568e4438ec64d4d7cce1b1e973e93739d1098b3c0546cb8ce8391b2494d6519038451daac7e88ec5c97f1b67dd66ea5dc5708b4d54b4fd66ea2502076067
|
||||
SHA512 (samba-4.12.0rc2.tar.asc) = d74e56dce96578e33ef3e1f3dd9bfb8f7599178793733b134828fd2a91367ec451cdc94695543688268f86e43817dea90b0b37a04a344933c226b5eddfd62671
|
||||
SHA512 (samba-4.12.0rc3.tar.xz) = 0e6e737e0a9dfd660a81199145fe52b28110607619a02c0097ebec8bed2d75aa182fadb815c10f7e84106aec1083feb7abe9ae52aac1c22140a92a72058116f5
|
||||
SHA512 (samba-4.12.0rc3.tar.asc) = 845a5c0e7df59328f4dfec73f54859dfcd2d298b0db1d36228a34536545cf2f346ed5b62f4a63f4ea365fe4e16b56f1cdeebdaee3ad6ec433a08fe3e11cc0b4f
|
||||
|
Loading…
Reference in New Issue
Block a user