diff --git a/lighttpd.spec b/lighttpd.spec index 75d38b3dc95d831478de4026e26f47bcac769e50..ff381c30bfa91f51acb5e7378e25f3421e015257 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -20,7 +20,7 @@ Summary: Lightning fast webserver with light system requirements Name: lighttpd Version: 1.4.67 -Release: 1 +Release: 2 License: BSD-3-Clause and OML and GPLv3 and GPLv2 URL: https://github.com/lighttpd/lighttpd1.4 Source0: http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-%{version}.tar.xz @@ -43,6 +43,9 @@ Requires(postun): /sbin/service Provides: webserver BuildRequires: openssl-devel, pcre-devel, bzip2-devel, zlib-devel, autoconf, automake, libtool BuildRequires: /usr/bin/awk, libattr-devel +%if %{with krb5} +BuildRequires: krb5-devel +%endif %{?with_ldap:BuildRequires: openldap-devel} %{?with_fam:BuildRequires: gamin-devel} %{?with_webdavprops:BuildRequires: libxml2-devel} @@ -251,6 +254,9 @@ fi %attr(0700, lighttpd, lighttpd) %dir %{webroot}/ %changelog +* Thu Feb 02 2023 xu_ping - 1.4.67-2 +- Add buildrequires krb5-devel to fix check configure error + * Wed Oct 12 2022 liangqifeng - 1.4.67-1 - update to 1.4.67 to fix CVE-2022-41556