Add missing requirement

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

View File

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