diff --git a/lighttpd.spec b/lighttpd.spec index ff381c30bfa91f51acb5e7378e25f3421e015257..38675b5c8f41fc8910505c5785157f89638e569a 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: 2 +Release: 3 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 @@ -47,7 +47,6 @@ BuildRequires: /usr/bin/awk, libattr-devel BuildRequires: krb5-devel %endif %{?with_ldap:BuildRequires: openldap-devel} -%{?with_fam:BuildRequires: gamin-devel} %{?with_webdavprops:BuildRequires: libxml2-devel} %{?with_webdavlocks:BuildRequires: sqlite-devel} %{?with_gdbm:BuildRequires: gdbm-devel} @@ -254,6 +253,9 @@ fi %attr(0700, lighttpd, lighttpd) %dir %{webroot}/ %changelog +* Mon May 29 2023 Jia Chao - 1.4.67-3 +- Remove unsupport BuildRequires: gamin-devel, this pkg is dropped. + * Thu Feb 02 2023 xu_ping - 1.4.67-2 - Add buildrequires krb5-devel to fix check configure error