Add buildrequires krb5-devel to fix check configure error
Signed-off-by: cherry530 <xuping33@huawei.com>
This commit is contained in:
parent
78c87dee67
commit
1808754b29
@ -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 <xuping33@h-partners.com> - 1.4.67-2
|
||||
- Add buildrequires krb5-devel to fix check configure error
|
||||
|
||||
* Wed Oct 12 2022 liangqifeng <liangqifeng@ncti-gba.cn> - 1.4.67-1
|
||||
- update to 1.4.67 to fix CVE-2022-41556
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user