From 7744c173411e5a492ae83352d9d232ab4e5d362e Mon Sep 17 00:00:00 2001 From: gc-taifu Date: Fri, 13 Dec 2024 12:39:51 +0800 Subject: [PATCH] [bugfix] #Aone61678159. Add old type system-logos compatiblitiy Project: N/A signed-off-by: gaochang --- httpd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/httpd.spec b/httpd.spec index d5b0f5a..b48b5f7 100644 --- a/httpd.spec +++ b/httpd.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %define contentdir %{_datadir}/%{name} %define docroot /var/www %define suexec_caller apache @@ -114,7 +114,7 @@ BuildRequires: pcre2-devel %if %{with pcre} BuildRequires: pcre-devel > 5.0 %endif -Requires: system-logos(httpd-logo-ng) +Requires: (system-logos(httpd-logo-ng) or system-logos-httpd) Provides: webserver Requires: %{name}-core = 0:%{version}-%{release} Recommends: mod_http2 @@ -765,6 +765,9 @@ exit $rv %changelog +* Fri Dec 13 2024 Chang Gao - 2.4.62-2 +- Add compatiblility with old type system-logos provides + * Mon Nov 25 2024 yangxinyu - 2.4.62-1 - new version 2.4.62 -- Gitee