From 063c1ac1f145ff5addc3d66b66bc12b717cc04ff Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Wed, 14 May 2025 15:15:12 +0800 Subject: [PATCH] fix build with gettext 0.24.1 --- libguestfs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libguestfs.spec b/libguestfs.spec index ecd5eb1..0a3a262 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -4,7 +4,7 @@ Name: libguestfs Version: 1.50.2 -Release: 2 +Release: 3 Epoch: 1 Summary: A set of tools for accessing and modifying virtual machine (VM) disk images License: LGPL-2.1-or-later @@ -211,7 +211,7 @@ fi extra=--with-supermin-packager-config=$(pwd)/yum.conf fi -autoreconf -f +autoreconf -fi -I%{_datadir}/gettext/m4 %global localconfigure \ %{configure} \\\ --with-default-backend=libvirt \\\ @@ -338,6 +338,9 @@ rm -rf ocaml/html/.gitignore %lang(uk) %{_mandir}/uk/man*/* %changelog +* Wed May 14 2025 Funda Wang - 1:1.50.2-3 +- fix build with gettext 0.24.1 + * Wed Mar 12 2025 yaoxin <1024769339@qq.com> - 1:1.50.2-2 - Depend on PCRE2 instead of PCRE -- Gitee