From 7e14783a3cf979f953e00b9ed8b1404307974e14 Mon Sep 17 00:00:00 2001 From: xinghe Date: Fri, 19 Jan 2024 09:39:55 +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 57e3f55..435c3dc 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 talloc_version 2.2.0 %define tdb_version 1.4.2 @@ -49,7 +50,7 @@ Name: samba Version: 4.11.12 -Release: 34 +Release: 35 Summary: A suite for Linux to interoperate with Windows License: GPLv3+ and LGPLv3+ @@ -3413,6 +3414,12 @@ fi %{_mandir}/man* %changelog +* Fri Jan 19 2024 xinghe - 4.11.12-35 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:speeds up the creation of source rpm + * Tue Jan 16 2024 xinghe - 4.11.12-34 - Type:bugfix - CVE:NA -- Gitee