Back out samba-common-tools dependancy from samba-client

We should avoid depending on Python 2.7 for samba-client (Fedora
installer requirement for migrating to Python3).
This commit is contained in:
Alexander Bokovoy 2015-04-27 16:40:56 +03:00
parent bfbfe9b14e
commit c0ff42dac9
1 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# ctdb is enabled by default, you can disable it with: --without clustering
%bcond_without clustering
%define main_release 5
%define main_release 6
%define samba_version 4.2.1
%define talloc_version 2.1.2
@ -222,7 +222,6 @@ Samba is the standard Windows interoperability suite of programs for Linux and U
Summary: Samba client programs
Group: Applications/System
Requires(pre): %{name}-common = %{samba_depver}
Requires: %{name}-common-tools = %{samba_depver}
Requires: %{name}-client-libs = %{samba_depver}
%if %with_libsmbclient
Requires: libsmbclient = %{samba_depver}
@ -1933,6 +1932,9 @@ rm -rf %{buildroot}
%endif # with_clustering_support
%changelog
* Mon Apr 27 2015 Alexander Bokovoy <abokovoy@redhat.com> - 4.2.1-6
- Remove samba-common-tools from samba-client package as it brings back Python 2.7
* Mon Apr 27 2015 Alexander Bokovoy <abokovoy@redhat.com> - 4.2.1-5
- Require samba-common-tools in samba package
- Require samba-common-tools in samba-client package