add buildrequire gcc

This commit is contained in:
zhouwenpei 2021-06-30 11:41:38 +08:00
parent 077d0d3004
commit 0f7e0fd1a8

View File

@ -2,13 +2,13 @@
Name: apache2-mod_xforward
Version: 0.6
Release: lp151.1.3
Release: lp151.1.4
Summary: Apache module implementing handling of X-FORWARD headers
License: Apache-2.0
Url: https://github.com/openSUSE/apache2-mod_xforward/
Source: https://github.com/openSUSE/%{name}/archive/master.zip
BuildRequires: httpd-devel
BuildRequires: httpd-devel gcc
Requires: httpd
%description
@ -31,6 +31,9 @@ cp -p .libs/mod_xforward.so $RPM_BUILD_ROOT/%{apache_libexecdir}
%{apache_libexecdir}/*.so
%changelog
* Wed Jun 30 2021 zhouwenpei <zhouwenpei1@huawei.com> - 0.6-lp151.1.4
- add buildrequire gcc
* Thu Sep 10 2020 Ge Wang <wangge20@huawei.com> - 0.6-lp151.1.3
- Modify Source0 Url