Update to Samba 4.6.0rc2
Guenther
This commit is contained in:
parent
4777758026
commit
eb3b10f653
1
.gitignore
vendored
1
.gitignore
vendored
@ -75,3 +75,4 @@ samba-3.6.0pre1.tar.gz
|
||||
/samba-4.5.2.tar.xz
|
||||
/samba-4.5.3.tar.xz
|
||||
/samba-4.6.0rc1.tar.xz
|
||||
/samba-4.6.0rc2.tar.xz
|
||||
|
@ -6,7 +6,7 @@
|
||||
# ctdb is enabled by default, you can disable it with: --without clustering
|
||||
%bcond_without clustering
|
||||
|
||||
%define main_release 1
|
||||
%define main_release 0
|
||||
|
||||
%define samba_version 4.6.0
|
||||
%define talloc_version 2.1.8
|
||||
@ -14,7 +14,7 @@
|
||||
%define tevent_version 0.9.31
|
||||
%define ldb_version 1.1.29
|
||||
# This should be rc1 or nil
|
||||
%define pre_release rc1
|
||||
%define pre_release rc2
|
||||
|
||||
%if "x%{?pre_release}" != "x"
|
||||
%define samba_release 0.%{main_release}.%{pre_release}%{?dist}
|
||||
@ -1955,7 +1955,9 @@ rm -rf %{buildroot}
|
||||
%{_libexecdir}/ctdb/tests/reqid_test
|
||||
%{_libexecdir}/ctdb/tests/run_proc_test
|
||||
%{_libexecdir}/ctdb/tests/sock_daemon_test
|
||||
%{_libexecdir}/ctdb/tests/sock_io_test
|
||||
%{_libexecdir}/ctdb/tests/srvid_test
|
||||
%{_libexecdir}/ctdb/tests/test_mutex_raw
|
||||
%{_libexecdir}/ctdb/tests/transaction_loop
|
||||
%{_libexecdir}/ctdb/tests/update_record
|
||||
%{_libexecdir}/ctdb/tests/update_record_persistent
|
||||
@ -1982,6 +1984,9 @@ rm -rf %{buildroot}
|
||||
%endif # with_clustering_support
|
||||
|
||||
%changelog
|
||||
* Fri Jan 27 2017 Guenther Deschner <gdeschner@redhat.com> - 4.6.0rc2-0
|
||||
- Update to Samba 4.6.0rc2
|
||||
|
||||
* Thu Jan 12 2017 Andreas Schneider <asn@redhat.com> - 4.6.0rc1-1
|
||||
- resolves: #1319098 - Add missing Requires for pre-required packages
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (samba-4.6.0rc1.tar.xz) = ed295bff8a63c6d7f522571711ca9227bc24f619f4c1f4188d589abddbc1af6cfbe7c6aab28113addc775c61ed1c532f081b3873f409d9f2926da6e5c8baeebc
|
||||
SHA512 (samba-4.6.0rc2.tar.xz) = 4f0372ca5e04e69e23ae41935dc5289e9b392730891924a97a4686c86d33a5c8fb627cc6674a4b678ab70a97633eb424d96f76d87bd1b0ab04cdcae06eeef0c7
|
||||
|
Loading…
Reference in New Issue
Block a user