Update to Samba 4.7.0rc5
Guenther
This commit is contained in:
parent
e0e4cda319
commit
07b6e565e5
2
.gitignore
vendored
2
.gitignore
vendored
@ -97,3 +97,5 @@ samba-3.6.0pre1.tar.gz
|
||||
/samba-4.7.0rc1.tar.asc
|
||||
/samba-4.7.0rc3.tar.xz
|
||||
/samba-4.7.0rc3.tar.asc
|
||||
/samba-4.7.0rc5.tar.xz
|
||||
/samba-4.7.0rc5.tar.asc
|
||||
|
12
samba.spec
12
samba.spec
@ -14,7 +14,7 @@
|
||||
%define tevent_version 0.9.33
|
||||
%define ldb_version 1.2.1
|
||||
# This should be rc1 or nil
|
||||
%define pre_release rc3
|
||||
%define pre_release rc5
|
||||
|
||||
%if "x%{?pre_release}" != "x"
|
||||
%define samba_release 0.%{main_release}.%{pre_release}%{?dist}
|
||||
@ -2081,6 +2081,8 @@ rm -rf %{buildroot}
|
||||
%{python_sitearch}/samba/tests/auth_log.py*
|
||||
%{python_sitearch}/samba/tests/auth_log_base.py*
|
||||
%{python_sitearch}/samba/tests/auth_log_ncalrpc.py*
|
||||
%{python_sitearch}/samba/tests/auth_log_netlogon.py*
|
||||
%{python_sitearch}/samba/tests/auth_log_netlogon_bad_creds.py*
|
||||
%{python_sitearch}/samba/tests/auth_log_pass_change.py*
|
||||
%{python_sitearch}/samba/tests/auth_log_samlogon.py*
|
||||
%dir %{python_sitearch}/samba/tests/blackbox
|
||||
@ -2300,6 +2302,8 @@ rm -rf %{buildroot}
|
||||
%{python3_sitearch}/samba/tests/__pycache__/__init__.*.pyc
|
||||
%{python3_sitearch}/samba/tests/__pycache__/auth.*.pyc
|
||||
%{python3_sitearch}/samba/tests/__pycache__/auth_log_ncalrpc.*.pyc
|
||||
%{python3_sitearch}/samba/tests/__pycache__/auth_log_netlogon.*.pyc
|
||||
%{python3_sitearch}/samba/tests/__pycache__/auth_log_netlogon_bad_creds.*.pyc
|
||||
%{python3_sitearch}/samba/tests/__pycache__/auth_log_samlogon.*.pyc
|
||||
%{python3_sitearch}/samba/tests/__pycache__/common.*.pyc
|
||||
%{python3_sitearch}/samba/tests/__pycache__/core.*.pyc
|
||||
@ -2342,6 +2346,8 @@ rm -rf %{buildroot}
|
||||
%{python3_sitearch}/samba/tests/__pycache__/xattr.*.pyc
|
||||
%{python3_sitearch}/samba/tests/auth.py
|
||||
%{python3_sitearch}/samba/tests/auth_log_ncalrpc.py
|
||||
%{python3_sitearch}/samba/tests/auth_log_netlogon.py
|
||||
%{python3_sitearch}/samba/tests/auth_log_netlogon_bad_creds.py
|
||||
%{python3_sitearch}/samba/tests/auth_log_samlogon.py
|
||||
%dir %{python3_sitearch}/samba/tests/blackbox
|
||||
%{python3_sitearch}/samba/tests/blackbox/__init__.py
|
||||
@ -3068,6 +3074,7 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/ctdb/tests/simple/18_ctdb_reloadips.sh
|
||||
%{_datadir}/ctdb/tests/simple/19_ip_takeover_noop.sh
|
||||
%{_datadir}/ctdb/tests/simple/20_delip_iface_gc.sh
|
||||
%{_datadir}/ctdb/tests/simple/21_ctdb_attach.sh
|
||||
%{_datadir}/ctdb/tests/simple/23_ctdb_moveip.sh
|
||||
%{_datadir}/ctdb/tests/simple/24_ctdb_getdbmap.sh
|
||||
%{_datadir}/ctdb/tests/simple/25_dumpmemory.sh
|
||||
@ -3323,6 +3330,9 @@ rm -rf %{buildroot}
|
||||
%endif # with_clustering_support
|
||||
|
||||
%changelog
|
||||
* Tue Aug 29 2017 Guenther Deschner <gdeschner@redhat.com> - 4.7.0-0.9.rc5
|
||||
- Update to Samba 4.7.0rc5
|
||||
|
||||
* Tue Aug 08 2017 Andreas Schneider <asn@redhat.com> - 4.7.0-0.9.rc3
|
||||
- Add printadmin group for printer driver handling
|
||||
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (samba-4.7.0rc3.tar.xz) = 73f7402323c523f6a739a85c24068220e609f5e778869f423bbe7f819eb317319a979b048d2e1d59411397130c930e80fafcb534d01cde023184c6a034a5f8d1
|
||||
SHA512 (samba-4.7.0rc3.tar.asc) = c2f6ac4df71e85a8938ef78ebac2dc43ea0fb5556fc0639f2c6ef4811f3c41a2a67013d56f8de76c2d2c3d71840e38efa5fc69ca95f3f60014df866be2879406
|
||||
SHA512 (samba-4.7.0rc5.tar.xz) = 9fadb55db928433bc40ec87dcc5710f02161804b7ceac5d86c7866ae454d5323426540e5c43bfd75c4cba2364c30605602eb2d846df514ff96623c30ec9564e3
|
||||
SHA512 (samba-4.7.0rc5.tar.asc) = 22b0875425f31d78153d54297fa7bc1ad0f79b05ef03818464737807f17f0ae8d217a903a59b198d1132a27ad1329bde6586739f26148a47e426b00f4445b781
|
||||
|
Loading…
Reference in New Issue
Block a user