Move samba.xattr modules out of python3 test package
resolves: #1674547 Guenther
This commit is contained in:
parent
2961c3a683
commit
737284e448
31
samba.spec
31
samba.spec
@ -6,7 +6,7 @@
|
|||||||
# ctdb is enabled by default, you can disable it with: --without clustering
|
# ctdb is enabled by default, you can disable it with: --without clustering
|
||||||
%bcond_without clustering
|
%bcond_without clustering
|
||||||
|
|
||||||
%define main_release 0
|
%define main_release 1
|
||||||
|
|
||||||
%define samba_version 4.10.0
|
%define samba_version 4.10.0
|
||||||
%define talloc_version 2.1.15
|
%define talloc_version 2.1.15
|
||||||
@ -2039,8 +2039,20 @@ fi
|
|||||||
%{python3_sitearch}/samba/subunit/__pycache__/run.*.pyc
|
%{python3_sitearch}/samba/subunit/__pycache__/run.*.pyc
|
||||||
%{python3_sitearch}/samba/subunit/run.py
|
%{python3_sitearch}/samba/subunit/run.py
|
||||||
%{python3_sitearch}/samba/tdb_util.py
|
%{python3_sitearch}/samba/tdb_util.py
|
||||||
|
%dir %{python3_sitearch}/samba/third_party
|
||||||
|
%{python3_sitearch}/samba/third_party/__init__.py
|
||||||
|
%dir %{python3_sitearch}/samba/third_party/__pycache__
|
||||||
|
%{python3_sitearch}/samba/third_party/__pycache__/__init__.*.pyc
|
||||||
%{python3_sitearch}/samba/upgrade.py
|
%{python3_sitearch}/samba/upgrade.py
|
||||||
%{python3_sitearch}/samba/upgradehelpers.py
|
%{python3_sitearch}/samba/upgradehelpers.py
|
||||||
|
%dir %{python3_sitearch}/samba/web_server
|
||||||
|
%{python3_sitearch}/samba/web_server/__init__.py
|
||||||
|
%dir %{python3_sitearch}/samba/web_server/__pycache__
|
||||||
|
%{python3_sitearch}/samba/web_server/__pycache__/__init__.*.pyc
|
||||||
|
%{python3_sitearch}/samba/werror.*.so
|
||||||
|
%{python3_sitearch}/samba/xattr.py
|
||||||
|
%{python3_sitearch}/samba/xattr_native.*.so
|
||||||
|
%{python3_sitearch}/samba/xattr_tdb.*.so
|
||||||
# FIXME:
|
# FIXME:
|
||||||
# /usr/lib64/libsamba-policy.cpython-36m-x86-64-linux-gnu.so
|
# /usr/lib64/libsamba-policy.cpython-36m-x86-64-linux-gnu.so
|
||||||
# /usr/lib64/libsamba-policy.cpython-36m-x86-64-linux-gnu.so.0
|
# /usr/lib64/libsamba-policy.cpython-36m-x86-64-linux-gnu.so.0
|
||||||
@ -2112,6 +2124,7 @@ fi
|
|||||||
%{python3_sitearch}/samba/provision/__pycache__/sambadns.*.pyc
|
%{python3_sitearch}/samba/provision/__pycache__/sambadns.*.pyc
|
||||||
|
|
||||||
%{python3_sitearch}/samba/remove_dc.py
|
%{python3_sitearch}/samba/remove_dc.py
|
||||||
|
%{python3_sitearch}/samba/uptodateness.py
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files -n python3-%{name}-test
|
%files -n python3-%{name}-test
|
||||||
@ -2438,19 +2451,6 @@ fi
|
|||||||
%{python3_sitearch}/samba/tests/upgradeprovision.py
|
%{python3_sitearch}/samba/tests/upgradeprovision.py
|
||||||
%{python3_sitearch}/samba/tests/upgradeprovisionneeddc.py
|
%{python3_sitearch}/samba/tests/upgradeprovisionneeddc.py
|
||||||
%{python3_sitearch}/samba/tests/xattr.py
|
%{python3_sitearch}/samba/tests/xattr.py
|
||||||
%dir %{python3_sitearch}/samba/third_party
|
|
||||||
%{python3_sitearch}/samba/third_party/__init__.py
|
|
||||||
%dir %{python3_sitearch}/samba/third_party/__pycache__
|
|
||||||
%{python3_sitearch}/samba/third_party/__pycache__/__init__.*.pyc
|
|
||||||
%{python3_sitearch}/samba/uptodateness.py
|
|
||||||
%dir %{python3_sitearch}/samba/web_server
|
|
||||||
%{python3_sitearch}/samba/web_server/__init__.py
|
|
||||||
%dir %{python3_sitearch}/samba/web_server/__pycache__
|
|
||||||
%{python3_sitearch}/samba/web_server/__pycache__/__init__.*.pyc
|
|
||||||
%{python3_sitearch}/samba/werror.*.so
|
|
||||||
%{python3_sitearch}/samba/xattr.py
|
|
||||||
%{python3_sitearch}/samba/xattr_native.*.so
|
|
||||||
%{python3_sitearch}/samba/xattr_tdb.*.so
|
|
||||||
|
|
||||||
### TEST
|
### TEST
|
||||||
%files test
|
%files test
|
||||||
@ -3394,6 +3394,9 @@ fi
|
|||||||
%endif # with_clustering_support
|
%endif # with_clustering_support
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 12 2019 Guenther Deschner <gdeschner@redhat.com> - 4.10.0rc2-1
|
||||||
|
- resolves: #1674547 - Move samba.xattr modules out of python3 test package
|
||||||
|
|
||||||
* Wed Feb 06 2019 Guenther Deschner <gdeschner@redhat.com> - 4.10.0rc2-0
|
* Wed Feb 06 2019 Guenther Deschner <gdeschner@redhat.com> - 4.10.0rc2-0
|
||||||
- Update to Samba 4.10.0rc2
|
- Update to Samba 4.10.0rc2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user