diff --git a/samba.spec b/samba.spec index a308cd0..812885b 100644 --- a/samba.spec +++ b/samba.spec @@ -72,10 +72,6 @@ %global with_mitkrb5 0 %global with_dc 1 -#%if 0%{?rhel} -#%global with_dc 0 -#%endif - %if %{with testsuite} %global with_mitkrb5 0 %global with_dc 1 @@ -95,7 +91,7 @@ Name: samba Version: 4.8.3 -Release: 105.1.dc.beta1%{?dist} +Release: 101.dc%{?dist} %if 0%{?rhel} Epoch: 0 @@ -1495,6 +1491,7 @@ rm -rf %{buildroot} %{_libdir}/samba/libutil-reg-samba4.so %{_libdir}/samba/libutil-setid-samba4.so %{_libdir}/samba/libutil-tdb-samba4.so +%{_libdir}/samba/libHDB-SAMBA4-samba4.so %{_libdir}/samba/libasn1-samba4.so.8 %{_libdir}/samba/libasn1-samba4.so.8.0.0 %{_libdir}/samba/libcom_err-samba4.so.0 @@ -2031,6 +2028,8 @@ rm -rf %{buildroot} %{python_sitearch}/samba/ms_display_specifiers.py* %{python_sitearch}/samba/ms_schema.py* %{python_sitearch}/samba/ndr.py* +%{python_sitearch}/samba/colour.py* +%{python_sitearch}/samba/graph.py* %{python_sitearch}/samba/net.so %{python_sitearch}/samba/netbios.so %dir %{python_sitearch}/samba/emulate @@ -2094,6 +2093,7 @@ rm -rf %{buildroot} %{python_sitearch}/samba/dcerpc/dnsserver.so %{python_sitearch}/samba/netcmd/fsmo.py* %{python_sitearch}/samba/netcmd/rodc.py* +%{python_sitearch}/samba/netcmd/visualize.py* %dir %{python_sitearch}/samba/kcc %{python_sitearch}/samba/kcc/__init__.py* @@ -2254,6 +2254,8 @@ rm -rf %{buildroot} %{python_sitearch}/samba/tests/upgradeprovision.py* %{python_sitearch}/samba/tests/upgradeprovisionneeddc.py* %{python_sitearch}/samba/tests/xattr.py* +%{python_sitearch}/samba/tests/krb5_credentials.py* +%{python_sitearch}/samba/tests/password_quality.py* ### TEST %files test @@ -3151,9 +3153,9 @@ rm -rf %{buildroot} %endif # with_clustering_support %changelog -* Fri Aug 2 2019 Daniel Berteaud - 4.8.3-106.dc -- Enable DC support -- Enable JSON logging +* Mon Apr 08 2019 Daniel Berteaud 4.8.3-105.2.dc +- Enable JSON logging support +- ENable DC support * Tue May 28 2019 Andreas Schneider - 4.8.3-6 - resolves: #1713637 - Fix smbspool with krb5 as CUPS backend