From a4bdb4eeec7db70d245dfbc4e393330826cb741e Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Thu, 28 Mar 2024 13:04:44 +0000 Subject: [PATCH] Bump alma dist --- SPECS/libguestfs.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/SPECS/libguestfs.spec b/SPECS/libguestfs.spec index 09b1650..d84308f 100644 --- a/SPECS/libguestfs.spec +++ b/SPECS/libguestfs.spec @@ -4,7 +4,6 @@ # In theory the above, in practice golang is so often broken that # I now disable it: %global golang_arches NONE -%global dist %{?dist}.alma # Architectures that we run the basic sanity-check test. # @@ -46,7 +45,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.50.1 -Release: 7%{?dist} +Release: 7%{?dist}.alma.1 License: LGPLv2+ # Build only for architectures that have a kernel @@ -1137,7 +1136,7 @@ rm ocaml/html/.gitignore %changelog -* Thu Mar 28 2024 Edaurd Abdullin - 1:1.50.1-7.alma +* Thu Mar 28 2024 Edaurd Abdullin - 1:1.50.1-7.alma.1 - Fix build for AlmaLinux - Avoid permission denied for yum/dnf cache @@ -1145,9 +1144,11 @@ rm ocaml/html/.gitignore - Add --key all:... selector resolves: RHEL-19367 - Add miscellaneous other upstream fixes since 1.50.1 + * Wed Jun 07 2023 Laszlo Ersek - 1:1.50.1-6 - enable the ".gdb_index" section in the Perl bindings debug info resolves: rhbz#2209279 + * Tue May 23 2023 Laszlo Ersek - 1:1.50.1-5 - let "guestfish -i" recognize "--key /dev/mapper/VG-LV:key:password" - reenable quickcheck; we now use "-cpu max" (upstream 30f74f38bd6e) @@ -1165,6 +1166,7 @@ rm ocaml/html/.gitignore - New API: guestfs_inspect_get_build_id - Add support for detecting Windows >= 10, returned through osinfo resolves: rhbz#2012658 + * Tue Nov 08 2022 Richard W.M. Jones - 1:1.48.4-3 - Move libguestfs-make-fixed-appliance to main package resolves: rhbz#2140695