!243 speeds up the creation of source rpm
From: @xinghe_1 Reviewed-by: @gebidelidaye Signed-off-by: @gebidelidaye
This commit is contained in:
commit
1b0b051f14
@ -1,5 +1,6 @@
|
|||||||
%bcond_with testsuite
|
%bcond_with testsuite
|
||||||
%bcond_without clustering
|
%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")
|
%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
|
%global talloc_version 2.4.1
|
||||||
@ -50,7 +51,7 @@
|
|||||||
|
|
||||||
Name: samba
|
Name: samba
|
||||||
Version: 4.19.3
|
Version: 4.19.3
|
||||||
Release: 2
|
Release: 3
|
||||||
|
|
||||||
Summary: A suite for Linux to interoperate with Windows
|
Summary: A suite for Linux to interoperate with Windows
|
||||||
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
License: GPL-3.0-or-later AND LGPL-3.0-or-later
|
||||||
@ -3586,6 +3587,12 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 16 2024 xinghe <xinghe2@h-partners.com> - 4.19.3-2
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user