|
|
|
@ -1662,7 +1662,7 @@ rm -rf %{buildroot} |
|
|
|
|
%{_sbindir}/samba |
|
|
|
|
%{_sbindir}/samba_kcc |
|
|
|
|
%{_sbindir}/samba_dnsupdate |
|
|
|
|
#%{_sbindir}/samba_gpupdate |
|
|
|
|
%{_sbindir}/samba-gpupdate |
|
|
|
|
%{_sbindir}/samba_spnupdate |
|
|
|
|
%{_sbindir}/samba_upgradedns |
|
|
|
|
|
|
|
|
@ -1725,7 +1725,7 @@ rm -rf %{buildroot} |
|
|
|
|
%{_datadir}/samba/setup |
|
|
|
|
%{_mandir}/man8/samba.8* |
|
|
|
|
%{_mandir}/man8/samba-tool.8* |
|
|
|
|
#%{_mandir}/man8/samba_gpupdate.8* |
|
|
|
|
%{_mandir}/man8/samba-gpupdate.8* |
|
|
|
|
%else # with_dc |
|
|
|
|
%doc packaging/README.dc |
|
|
|
|
%endif # with_dc |
|
|
|
@ -2163,8 +2163,16 @@ rm -rf %{buildroot} |
|
|
|
|
%{python_sitearch}/samba/samdb.py* |
|
|
|
|
%{python_sitearch}/samba/schema.py* |
|
|
|
|
|
|
|
|
|
%{python_sitearch}/samba/colour.py* |
|
|
|
|
%{python_sitearch}/samba/drs_utils.py* |
|
|
|
|
%{python_sitearch}/samba/graph.py |
|
|
|
|
|
|
|
|
|
%{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* |
|
|
|
|
%{python_sitearch}/samba/kcc/debug.py* |
|
|
|
@ -2309,6 +2317,35 @@ rm -rf %{buildroot} |
|
|
|
|
%{python_sitearch}/samba/tests/upgradeprovision.py* |
|
|
|
|
%{python_sitearch}/samba/tests/upgradeprovisionneeddc.py* |
|
|
|
|
%{python_sitearch}/samba/tests/xattr.py* |
|
|
|
|
%if %with_dc |
|
|
|
|
%{python_sitearch}/samba/tests/audit_log_base.py* |
|
|
|
|
%{python_sitearch}/samba/tests/audit_log_dsdb.py* |
|
|
|
|
%{python_sitearch}/samba/tests/audit_log_pass_change.py* |
|
|
|
|
%{python_sitearch}/samba/tests/dckeytab.py* |
|
|
|
|
%{python_sitearch}/samba/tests/dns_invalid.py* |
|
|
|
|
%{python_sitearch}/samba/tests/domain_backup.py* |
|
|
|
|
%{python_sitearch}/samba/tests/getdcname.py* |
|
|
|
|
%{python_sitearch}/samba/tests/gpo.py* |
|
|
|
|
%{python_sitearch}/samba/tests/group_audit.py* |
|
|
|
|
%{python_sitearch}/samba/tests/loadparm.py* |
|
|
|
|
%{python_sitearch}/samba/tests/netbios.py* |
|
|
|
|
%{python_sitearch}/samba/tests/ntacls_backup.py* |
|
|
|
|
%{python_sitearch}/samba/tests/password_test.py* |
|
|
|
|
%{python_sitearch}/samba/tests/pso.py* |
|
|
|
|
%{python_sitearch}/samba/tests/s3idmapdb.py* |
|
|
|
|
%{python_sitearch}/samba/tests/s3param.py* |
|
|
|
|
%{python_sitearch}/samba/tests/s3passdb.py* |
|
|
|
|
%{python_sitearch}/samba/tests/s3registry.py* |
|
|
|
|
%{python_sitearch}/samba/tests/s3windb.py* |
|
|
|
|
%{python_sitearch}/samba/tests/samba_tool/computer.py* |
|
|
|
|
%{python_sitearch}/samba/tests/samba_tool/demote.py* |
|
|
|
|
%{python_sitearch}/samba/tests/samba_tool/forest.py* |
|
|
|
|
%{python_sitearch}/samba/tests/samba_tool/ou.py* |
|
|
|
|
%{python_sitearch}/samba/tests/samba_tool/passwordsettings.py* |
|
|
|
|
%{python_sitearch}/samba/tests/samba_tool/schema.py* |
|
|
|
|
%{python_sitearch}/samba/tests/samdb_api.py* |
|
|
|
|
%{python_sitearch}/samba/tests/smb.py* |
|
|
|
|
%endif |
|
|
|
|
|
|
|
|
|
### TEST |
|
|
|
|
%files test |
|
|
|
|