Rebuild to propagate to CentOS Stream

Make z-stream build, which is not needed for RHEL. But Errata is needed
to propagate the change to CentOS public repositories.

Resolves: RHEL-25500 RHEL-25428 RHEL-25423
This commit is contained in:
Petr Menšík 2024-05-28 19:38:14 +02:00
parent 92cda29540
commit a12eac8423

View File

@ -34,7 +34,7 @@
Summary: Validating, recursive, and caching DNS(SEC) resolver
Name: unbound
Version: 1.16.2
Release: 5.6%{?extra_version:.%{extra_version}}%{?dist}
Release: 5.7%{?extra_version:.%{extra_version}}%{?dist}
License: BSD
Url: https://www.unbound.net/
Source: https://www.unbound.net/downloads/%{name}-%{version}%{?extra_version}.tar.gz
@ -435,6 +435,9 @@ popd
%verify(not md5 size mtime) %{_sharedstatedir}/%{name}/root.key
%changelog
* Tue May 28 2024 Petr Menšík <pemensik@redhat.com> - 1.16.2-5.7
- Rebuild to propagate to CentOS Stream (RHEL-25500)
* Mon Mar 11 2024 Petr Menšík <pemensik@redhat.com> - 1.16.2-5.6
- Ensure group access correction reaches also updated configs (CVE-2024-1488)