diff --git a/apache2-mod_xforward.spec b/apache2-mod_xforward.spec index cdcf257..de1971b 100644 --- a/apache2-mod_xforward.spec +++ b/apache2-mod_xforward.spec @@ -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 - 0.6-lp151.1.5 +- add buildrequire perl + * Wed Jun 30 2021 zhouwenpei - 0.6-lp151.1.4 - add buildrequire gcc