From 0b9dec9febb4ca7931903885e5de26a3bf44ae44 Mon Sep 17 00:00:00 2001 From: Kai Liu Date: Tue, 5 Nov 2024 16:05:32 +0800 Subject: [PATCH] Add BuildRequires for automake as patch1 modified Makefile.am (cherry picked from commit ce62f25d94750abb76f8aa1a189591bdc1d7b811) --- xz.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xz.spec b/xz.spec index 4e3b21a..56869c5 100644 --- a/xz.spec +++ b/xz.spec @@ -1,6 +1,6 @@ Name: xz Version: 5.4.7 -Release: 2 +Release: 3 Summary: A free general-purpose data compreession software with LZMA2 algorithm License: GPL-3.0-only URL: http://tukaani.org/xz @@ -14,6 +14,8 @@ Patch0: xz-5213-547-562-libtool.patch Patch1: 0001-fix-CVE-2024-47611.patch BuildRequires: perl-interpreter gcc +# Patch1 modified Makefile.am so we need this +BuildRequires: automake Requires: %{name} = %{version}-%{release} Requires: grep >= 2.20-5 @@ -110,6 +112,9 @@ LD_LIBRARY_PATH=$PWD/src/liblzma/.libs %make_build check %lang(pt_BR) %{_mandir}/pt_BR/man1/* %changelog +* Tue Nov 5 15:46:38 2024 Kai Liu - 5.4.7-3 +- Add BuildRequires for automake as patch1 modified Makefile.am. + * Tue Oct 08 2024 changtao - 5.4.7-2 -fix CVE-2024-47611 -- Gitee