From 8c4ecc69cfcadaa4f14c862e263079d8ab35a322 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 27 Apr 2015 16:43:26 +0300 Subject: [PATCH] Back out samba-common-tools dependency from samba-client We need to avoid pulling in Python 2.7 dependency in samba-client due to requirement from Fedora installer to migrate to Python 3 --- samba.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/samba.spec b/samba.spec index 3ab8602..e6caf5c 100644 --- a/samba.spec +++ b/samba.spec @@ -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 @@ -221,7 +221,6 @@ Samba is the standard Windows interoperability suite of programs for Linux and U Summary: Samba client programs Group: Applications/System Requires: %{name}-common = %{samba_depver} -Requires: %{name}-common-tools = %{samba_depver} Requires: %{name}-client-libs = %{samba_depver} %if %with_libsmbclient Requires: libsmbclient = %{samba_depver} @@ -1930,6 +1929,9 @@ rm -rf %{buildroot} %endif # with_clustering_support %changelog +* Mon Apr 27 2015 Alexander Bokovoy - 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 - 4.2.1-5 - Require samba-common-tools in samba package - Require samba-common-tools in samba-client package