From f347d96d9dcd905201090b12d862b308538072b8 Mon Sep 17 00:00:00 2001 From: shine_ <358715406@qq.com> Date: Fri, 4 Jun 2021 16:39:07 +0800 Subject: [PATCH] fix failed: gcc command not found. --- nss-altfiles.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nss-altfiles.spec b/nss-altfiles.spec index 4dc9dcd..8fc17d8 100644 --- a/nss-altfiles.spec +++ b/nss-altfiles.spec @@ -3,14 +3,14 @@ Name: nss-altfiles Version: 2.18.1 -Release: 8 +Release: 9 Summary: A NSS module which can read user information in an alternate location. License: LGPLv2+ URL: https://github.com/aperezdc/nss-altfiles Source0: https://github.com/aperezdc/nss-altfiles/archive/v2.18.1.tar.gz -BuildRequires: glibc-devel +BuildRequires: gcc glibc-devel %description This is a NSS module which can read user information from files in the same format as \ @@ -40,5 +40,8 @@ This is a NSS module which can read user information from files in the same form %doc README.md %changelog +* Web 02 Jun 2021 zhaoyao - 2.18.1-9 +- fixs faileds: /bin/sh: gcc: command not found. + * Sat Nov 23 2019 openEuler Buildteam - 2.18.1-8 - Package init