From 392f3f6f6e59136247ce16f45399869b9e2f8d60 Mon Sep 17 00:00:00 2001 From: xinghe Date: Thu, 29 Sep 2022 05:45:58 +0000 Subject: [PATCH] clear the compilation alarms (cherry picked from commit 7730bfc10c7c1e681efb53babc7b3f63dccc7716) --- samba.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/samba.spec b/samba.spec index 332b409..2324fb8 100644 --- a/samba.spec +++ b/samba.spec @@ -1,8 +1,7 @@ %bcond_with testsuite %bcond_without clustering -%define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version -}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") +%define samba_requires_eq() %(LC_ALL="C" echo '%*' | xargs -r rpm -q --qf 'Requires: %%{name} = %%{epoch}:%%{version}\\n' | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") %global talloc_version 2.3.3 %global tdb_version 1.4.4 %global tevent_version 0.11.0 @@ -49,7 +48,7 @@ Name: samba Version: 4.15.3 -Release: 10 +Release: 11 Summary: A suite for Linux to interoperate with Windows License: GPLv3+ and LGPLv3+ @@ -3418,6 +3417,12 @@ fi %endif %changelog +* Thu Sep 29 2022 xinghe - 4.15.3-11 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:clear the compilation alarms + * Wed Aug 31 2022 zhouyihang - 4.15.3-10 - Type:cves - ID:CVE-2022-1615 -- Gitee