Bump Release to 4 to avoid duplicate NVR in brew

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2026-08-19 09:00:41 +02:00
parent cb0ccbd578
commit a0ba7aa856

View File

@ -46,7 +46,7 @@ Epoch: %{conditional_epoch}
Version: 1.22.2
# The `AND` needs to be uppercase in the License for SPDX compatibility
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
Release: 3%{?dist}
Release: 4%{?dist}
%if %{defined golang_arches_future}
ExclusiveArch: %{golang_arches_future}
%else
@ -182,7 +182,7 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/
%{_datadir}/%{name}/test
%changelog
* Tue Aug 18 2026 Jindrich Novy <jnovy@redhat.com> - 3:1.22.2-3
* Wed Aug 19 2026 Jindrich Novy <jnovy@redhat.com> - 3:1.22.2-4
- Rebuild for golang-1.26.6 CVE fixes (CVE-2025-68121 CVE-2026-33811
CVE-2026-27145 CVE-2026-33818 CVE-2026-56853 CVE-2026-56858 CVE-2026-56859
CVE-2026-56860 CVE-2026-56862)