Add missing requirement

This commit is contained in:
Andreas Schneider 2018-01-08 14:48:14 +01:00
parent 9a240ba9a1
commit 1b04b06c34
1 changed files with 1 additions and 0 deletions

View File

@ -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