Enable build_with_btrfs on AlmaLinux 10

This commit is contained in:
Eduard Abdullin 2026-08-22 03:44:37 +00:00 committed by root
commit 2079c5d014

View File

@ -66,7 +66,7 @@ Epoch: 7
Version: 6.1.0
# 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: 1%{?dist}.alma.1
Release: 2%{?dist}.alma.1
%if %{defined golang_arches_future}
ExclusiveArch: %{golang_arches_future}
%else
@ -379,9 +379,13 @@ ln -s ../qemu-kvm %{buildroot}%{_libexecdir}/%{name}/qemu-system-%{arch}
%endif
%changelog
* Fri Aug 14 2026 Eduard Abdullin <eabdullin@almalinux.org> - 7:6.1.0-1.alma.1
* Sat Aug 22 2026 Eduard Abdullin <eabdullin@almalinux.org> - 7:6.1.0-2.alma.1
- Enable build_with_btrfs on AlmaLinux 10
* Thu Aug 20 2026 Jindrich Novy <jnovy@redhat.com> - 7:6.1.0-2
- Rebuild for Go and security fixes
- Resolves: RHEL-190079, RHEL-190852, RHEL-241124, RHEL-241361, RHEL-241463, RHEL-241829, RHEL-241930, RHEL-242162
* Thu Aug 13 2026 Jindrich Novy <jnovy@redhat.com> - 7:6.1.0-1
- update to https://github.com/containers/podman/releases/tag/v6.1.0
- Resolves: RHEL-185733