From e9a9d8ce1c37bc14cf5b0867944b45f6b5b68cef Mon Sep 17 00:00:00 2001 From: zhangtao2020 <18066722603@163.com> Date: Fri, 9 Jul 2021 16:18:35 +0800 Subject: [PATCH] add buildrequire autoconf automake --- spawn-fcgi.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spawn-fcgi.spec b/spawn-fcgi.spec index 1731e9b..bad66b0 100644 --- a/spawn-fcgi.spec +++ b/spawn-fcgi.spec @@ -1,7 +1,7 @@ Summary: Simple program for spawning FastCGI processes Name: spawn-fcgi Version: 1.6.4 -Release: 1 +Release: 2 License: BSD-3-Clause URL: https://github.com/lighttpd/spawn-fcgi Source0: https://github.com/lighttpd/%{name}/archive/%{name}-%{version}.tar.gz @@ -9,7 +9,7 @@ Source1: spawn-fcgi.init Source2: spawn-fcgi.sysconfig Requires(post): /sbin/chkconfig Requires(preun): /sbin/service, /sbin/chkconfig -BuildRequires: gcc +BuildRequires: gcc autoconf automake %description This package contains the spawn-fcgi program used for spawning FastCGI @@ -52,5 +52,7 @@ fi %{_mandir}/man1/spawn-fcgi.1* %changelog +* Fri Jul 9 2021 zhangtao - 1.6.4-2 +- add buildrequire autoconf and automake * Sat Jan 9 2021 chengzihan - 1.6.4-1 - Package init -- Gitee