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:
parent
bfbfe9b14e
commit
c0ff42dac9
@ -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 5
|
%define main_release 6
|
||||||
|
|
||||||
%define samba_version 4.2.1
|
%define samba_version 4.2.1
|
||||||
%define talloc_version 2.1.2
|
%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
|
Summary: Samba client programs
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Requires(pre): %{name}-common = %{samba_depver}
|
Requires(pre): %{name}-common = %{samba_depver}
|
||||||
Requires: %{name}-common-tools = %{samba_depver}
|
|
||||||
Requires: %{name}-client-libs = %{samba_depver}
|
Requires: %{name}-client-libs = %{samba_depver}
|
||||||
%if %with_libsmbclient
|
%if %with_libsmbclient
|
||||||
Requires: libsmbclient = %{samba_depver}
|
Requires: libsmbclient = %{samba_depver}
|
||||||
@ -1933,6 +1932,9 @@ rm -rf %{buildroot}
|
|||||||
%endif # with_clustering_support
|
%endif # with_clustering_support
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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 package
|
||||||
- Require samba-common-tools in samba-client package
|
- Require samba-common-tools in samba-client package
|
||||||
|
Loading…
Reference in New Issue
Block a user