diff --git a/samba.spec b/samba.spec index 2269301450cdf15c8c3ed2e7bef588f5003137cd..01c944ae4a8af6826883c521886235afb0fb5f8a 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