From cdbd84164500818c9b7c3d1bb9d0ed62516dbcb9 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 8 Jan 2018 14:48:14 +0100 Subject: [PATCH] Add missing requirement --- samba.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/samba.spec b/samba.spec index f7c1ef8..14814e2 100644 --- a/samba.spec +++ b/samba.spec @@ -281,6 +281,7 @@ of SMB/CIFS shares and printing to SMB/CIFS printers. Summary: Samba client libraries Requires(pre): %{name}-common = %{samba_depver} Requires: %{name}-common = %{samba_depver} +Requires: %{name}-common-libs = %{samba_depver} %if %with_libwbclient Requires: libwbclient = %{samba_depver} %endif