From 541c443b2ba9a41a24fa883e39e39f8d0be8f635 Mon Sep 17 00:00:00 2001 From: xinghe Date: Mon, 5 Sep 2022 15:29:27 +0800 Subject: [PATCH] remove samba-help dependency for samba --- samba.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/samba.spec b/samba.spec index f7f5a03..eabf11c 100644 --- a/samba.spec +++ b/samba.spec @@ -49,7 +49,7 @@ Name: samba Version: 4.11.12 -Release: 15 +Release: 16 Summary: A suite for Linux to interoperate with Windows License: GPLv3+ and LGPLv3+ @@ -322,7 +322,6 @@ Requires: %{name}-client = %{samba_depver} %if %with_libwbclient Requires: libwbclient = %{samba_depver} %endif -Requires: %{name}-help Provides: samba4 = %{samba_depver} samba-doc = %{samba_depver} samba-domainjoin-gui = %{samba_depver} Provides: samba-swat = %{samba_depver} samba4-swat = %{samba_depver} @@ -3268,6 +3267,12 @@ fi %{_mandir}/man* %changelog +* Mon Sep 05 2022 xinghe - 4.11.12-16 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:remove samba-help dependency for samba + * Mon Aug 29 2022 zhouyihang - 4.11.12-15 - Type:cves - CVE:CVE-2022-32743 -- Gitee