From 2c2a9a66070096d70887ed336984a37a007d6fd4 Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 8 Jun 2021 10:27:45 +0800 Subject: [PATCH] fixes failed: error: no acceptable C compiler found in PATH --- libisofs.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libisofs.spec b/libisofs.spec index 91c579b..501d90d 100644 --- a/libisofs.spec +++ b/libisofs.spec @@ -1,13 +1,13 @@ Name: libisofs Version: 1.4.8 -Release: 5 +Release: 6 Summary: Library for Creating ISO-9660 Filesystems License: GPLv2+ and LGPLv2+ URL: http://libburnia-project.org/ Source0: http://files.libburnia-project.org/releases/libisofs-%{version}.tar.gz Source1: http://files.libburnia-project.org/releases/libisofs-%{version}.tar.gz.sig Patch0001: libisofs-0.6.16-multilib.patch -BuildRequires: libacl-devel zlib-devel +BuildRequires: libacl-devel zlib-devel gcc %description Libisofs is a library to create an ISO-9660 filesystem and supports @@ -70,5 +70,8 @@ doxygen doc/doxygen.conf %doc doc/html/ %changelog +* Tue Jun 08 2021 wulei - 1.4.8-6 +- fixes failed: error: no acceptable C compiler found in $PATH + * Sat Dec 21 2019 Tianfei - 1.4.8-5 - Package init