From 38f9c2d200841d09baab230afacf2e379837cb41 Mon Sep 17 00:00:00 2001 From: yangcheng1203 Date: Fri, 20 Aug 2021 14:24:56 +0800 Subject: [PATCH] return PR 24 --- syslinux.spec | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/syslinux.spec b/syslinux.spec index 6affa7c..6be0a39 100644 --- a/syslinux.spec +++ b/syslinux.spec @@ -2,13 +2,13 @@ Name: syslinux Version: 6.04 -Release: 10 +Release: 9 License: GPLv2+ Summary: The Syslinux boot loader collection URL: http://syslinux.zytor.com/wiki/index.php/The_Syslinux_Project Source0: https://mirrors.edge.kernel.org/pub/linux/utils/boot/syslinux/Testing/6.04/syslinux-6.04-pre1.tar.xz ExclusiveArch: x86_64 -BuildRequires: nasm >= 0.98.38-1 libuuid-devel +BuildRequires: nasm >= 0.98.38-1 perl-interpreter perl-generators netpbm-progs git glibc-devel libuuid-devel gcc Requires: syslinux-nonlinux = %{version}-%{release} mtools # Add install all target in top Makefile. @@ -160,9 +160,6 @@ fi %{_datadir}/syslinux/efi64 %changelog -* Thu Aug 12 2021 yangcheng - 6.04-10 -- streamline the build dependency and fix the compiling stuck - * Fri Jul 30 2021 hanhui - 6.04-9 - fix build failed due to gcc-10 -- Gitee