From 5d1953a0d2f621ba40c1dd014428e22d6d927133 Mon Sep 17 00:00:00 2001 From: xinghe Date: Fri, 19 Jan 2024 08:59:27 +0000 Subject: [PATCH] speeds up the creation of source rpm --- samba.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/samba.spec b/samba.spec index 9b5f93a..e359ae2 100644 --- a/samba.spec +++ b/samba.spec @@ -1,5 +1,6 @@ %bcond_with testsuite %bcond_without clustering +%{?python3_sitearch: %global python3_sitearch %{python3_sitearch}} %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.4.1 @@ -50,7 +51,7 @@ Name: samba Version: 4.19.3 -Release: 2 +Release: 3 Summary: A suite for Linux to interoperate with Windows License: GPL-3.0-or-later AND LGPL-3.0-or-later @@ -3586,6 +3587,12 @@ fi %endif %changelog +* Fri Jan 19 2024 xinghe - 4.19.3-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:speeds up the creation of source rpm + * Tue Jan 16 2024 xinghe - 4.19.3-2 - Type:bugfix - ID:NA -- Gitee