!244 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:31:47 +00:00 committed by Gitee
commit 816b432533
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.3.4
@ -48,7 +49,7 @@
Name: samba
Version: 4.17.5
Release: 11
Release: 12
Summary: A suite for Linux to interoperate with Windows
License: GPLv3+ and LGPLv3+
@ -3616,6 +3617,12 @@ fi
%endif
%changelog
* Fri Jan 19 2024 xinghe <xinghe2@h-partners.com> - 4.17.5-12
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:speeds up the creation of source rpm
* Tue Jan 16 2024 xinghe <xinghe2@h-partners.com> - 4.17.5-11
- Type:bugfix
- ID:NA