From 87cd00349e0cd3bf7074a4111da06a10ac16b619 Mon Sep 17 00:00:00 2001 From: yang_zhuang_zhuang <1162011203@qq.com> Date: Fri, 28 May 2021 14:44:21 +0800 Subject: [PATCH] The "no acceptable C compiler found" error message is displayed during compilation.Therefore,add buildrequires gcc. --- volume_key.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/volume_key.spec b/volume_key.spec index 5d45ad1..26bb670 100644 --- a/volume_key.spec +++ b/volume_key.spec @@ -6,13 +6,14 @@ Name: volume_key Version: 0.3.12 -Release: 3 +Release: 4 Summary: A library used in case of volume key forgetting, and other associated tools. License: GPLv2 and (MPLv1.1 or GPLv2) URL: https://pagure.io/volume_key Source0: https://releases.pagure.org/volume_key/%{name}-%{version}.tar.xz BuildRequires: cryptsetup-luks-devel gettext-devel glib2-devel gnupg2 gpgme-devel libblkid-devel nss-devel python3-devel nss-tools +BuildRequires: gcc Requires: gnupg2 nss nss-util nspr Provides: %{name}-libs Obsoletes: %{name}-libs @@ -98,6 +99,9 @@ ldconfig %{python_path}/__pycache__/%{name}.* %changelog +* Fri May 28 2021 yangzhuangzhuang - 0.3.12-4 +- The "no acceptable C compiler found" error message is displayed during compilation.Therefore,add buildrequires gcc. + * Tue Aug 18 2020 smileknife - 0.3.12-3 - update release for rebuilding