From 4b4f98df77d1a7f8ece89c099b6e1ad24654b98e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 15 Feb 2025 20:10:13 +0100 Subject: [PATCH] provide user and group lighttpd [release 1.4.77-2mamba;Sat Feb 15 2025] --- lighttpd.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/lighttpd.spec b/lighttpd.spec index b7baab0..c717b09 100644 --- a/lighttpd.spec +++ b/lighttpd.spec @@ -4,8 +4,8 @@ %define nobodyuserid 65013 Name: lighttpd -Version: 1.4.76 -Release: 1mamba +Version: 1.4.77 +Release: 2mamba Summary: A light, fast and compliant web server suitable for embedded devices Group: System/Servers Vendor: openmamba @@ -22,15 +22,14 @@ BuildRequires: libpcre2-devel BuildRequires: libxcrypt-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END +Provides: user(lighttpd) +Provides: group(lighttpd) %description A light, fast and compliant web server suitable for embedded devices. -%debug_package - %prep %setup -q -#sed -i "s|/srv/www|/var/www|" doc/config/lighttpd.conf ./autogen.sh %build @@ -108,6 +107,12 @@ exit 0 #NEWS README %changelog +* Sat Feb 15 2025 Silvan Calarco 1.4.77-2mamba +- provide user and group lighttpd + +* Fri Jan 10 2025 Automatic Build System 1.4.77-1mamba +- automatic version update by autodist + * Mon Apr 22 2024 Automatic Build System 1.4.76-1mamba - automatic version update by autodist