From 2b8ed744601d685bd33ccf580a48986a48b1bfa9 Mon Sep 17 00:00:00 2001 From: xinghe Date: Thu, 8 Sep 2022 17:05:53 +0800 Subject: [PATCH] add recommends samba-help --- samba.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index d7c19ac..70edc23 100644 --- a/samba.spec +++ b/samba.spec @@ -49,7 +49,7 @@ Name: samba Version: 4.11.12 -Release: 17 +Release: 18 Summary: A suite for Linux to interoperate with Windows License: GPLv3+ and LGPLv3+ @@ -324,6 +324,8 @@ Requires: %{name}-client = %{samba_depver} Requires: libwbclient = %{samba_depver} %endif +Recommends: %{name}-help = %{samba_depver} + Provides: samba4 = %{samba_depver} samba-doc = %{samba_depver} samba-domainjoin-gui = %{samba_depver} Provides: samba-swat = %{samba_depver} samba4-swat = %{samba_depver} Obsoletes: samba4 < %{samba_depver} samba-doc < %{samba_depver} samba-domainjoin-gui < %{samba_depver} @@ -3335,6 +3337,12 @@ fi %{_mandir}/man* %changelog +* Thu Sep 08 2022 xinghe - 4.11.12-18 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:add recommends samba-help + * Mon Sep 05 2022 xinghe - 4.11.12-17 - Type:bugfix - CVE:NA -- Gitee