add buildrequire perl

This commit is contained in:
wang--ge 2022-01-14 16:25:37 +08:00
parent faaa9be22a
commit f11d3262be

View File

@ -2,13 +2,13 @@
Name: apache2-mod_xforward
Version: 0.6
Release: lp151.1.4
Release: lp151.1.5
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 gcc
BuildRequires: httpd-devel gcc perl
Requires: httpd
%description
@ -31,6 +31,9 @@ cp -p .libs/mod_xforward.so $RPM_BUILD_ROOT/%{apache_libexecdir}
%{apache_libexecdir}/*.so
%changelog
* Fri Jan 14 2022 Ge Wang <wangge20@huawei.com> - 0.6-lp151.1.5
- add buildrequire perl
* Wed Jun 30 2021 zhouwenpei <zhouwenpei1@huawei.com> - 0.6-lp151.1.4
- add buildrequire gcc