speeds up the creation of source rpm

This commit is contained in:
xinghe 2024-01-19 08:59:27 +00:00
parent 5aeafabc7f
commit 5d1953a0d2

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