!243 speeds up the creation of source rpm

From: @xinghe_1 
Reviewed-by: @gebidelidaye 
Signed-off-by: @gebidelidaye
This commit is contained in:
openeuler-ci-bot 2024-01-20 07:30:09 +00:00 committed by Gitee
commit 1b0b051f14
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <xinghe2@h-partners.com> - 4.19.3-3
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:speeds up the creation of source rpm
* Tue Jan 16 2024 xinghe <xinghe2@h-partners.com> - 4.19.3-2
- Type:bugfix
- ID:NA