From 9efcb7cebb45b68c2bfe2b449df448fcff51d44e Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 27 Apr 2015 14:16:28 +0300 Subject: [PATCH] Require samba-common-tools in samba and samba-client packages Resolves: #1215631 --- samba.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 303f907..3ab8602 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 4 +%define main_release 5 %define samba_version 4.2.1 %define talloc_version 2.1.2 @@ -113,6 +113,7 @@ Requires(preun): systemd Requires(postun): systemd Requires(pre): %{name}-common = %{samba_depver} +Requires: %{name}-common-tools = %{samba_depver} Requires: %{name}-libs = %{samba_depver} %if %with_libwbclient Requires: libwbclient = %{samba_depver} @@ -220,6 +221,7 @@ 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} @@ -1928,6 +1930,11 @@ rm -rf %{buildroot} %endif # with_clustering_support %changelog +* 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 +- resolves: #1215631 - /usr/bin/net moved to samba-common-tools but the package is not required by samba + * Sat Apr 25 2015 Alexander Bokovoy - 4.2.1-4 - Fix systemd library detection (incomplete patch upstream)