From 1b04b06c3407c85c3be63b34ad1daf1f925fa4f0 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 bb43882..aa25927 100644 --- a/samba.spec +++ b/samba.spec @@ -282,6 +282,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