From 024114d8d9fc28f38bfc2c482cb06c23aa1097e1 Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Mon, 28 Jun 2021 15:59:20 +0800 Subject: [PATCH] Add gcc and gcc-c++ to BuildRequires --- libisoburn.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libisoburn.spec b/libisoburn.spec index f253e77..becc9f8 100644 --- a/libisoburn.spec +++ b/libisoburn.spec @@ -1,11 +1,12 @@ Name: libisoburn Version: 1.4.8 -Release: 7 +Release: 8 Summary: Library to enables creation and expansion of ISO-9660 filesystems License: GPLv2+ URL: http://libburnia-project.org/ Source0: http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz BuildRequires: libburn-devel >= %{version}, libisofs-devel >= %{version} gdb +BuildRequires: gcc gcc-c++ %description Libisoburn is a frontend for libraries libburn and libisofs which @@ -134,6 +135,9 @@ fi %{_infodir}/xorrisofs.info* %changelog +* Mon Jun 28 2021 panxiaohe - 1.4.8-8 +- Add gcc and gcc-c++ to BuildRequires + * Tue Sep 1 2020 yangzhuangzhuang - 1.4.8-7 - Fix a removal issue of xorriso -- Gitee