diff --git a/spawn-fcgi.spec b/spawn-fcgi.spec index 1731e9b21734634430dd1aa2f4da33b3f8c96d58..bad66b06904207b7053ea3d54e03ee3518d28f0e 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