From ca10d3fe02a29508b6ba93ff44a96747fe4429a1 Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Fri, 27 May 2022 16:58:27 +0800 Subject: [PATCH] provides system-logos(httpd-logo-ng) Signed-off-by: Chunmei Xu --- anolis-logos.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/anolis-logos.spec b/anolis-logos.spec index f63e635..2b1368c 100644 --- a/anolis-logos.spec +++ b/anolis-logos.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %define upstream_version 84.3 %global codename sphericalcow # Package is only arch specific due to missing deps on arm @@ -32,6 +32,7 @@ Licensed only for approved usage, see COPYING for details. Summary: Anolis OS related icons and pictures used by httpd Provides: system-logos-httpd = %{version}-%{release} Provides: system-logos-httpd = %{upstream_version} +Provides: system-logos(httpd-logo-ng) BuildArch: noarch %description httpd @@ -212,5 +213,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Fri May 27 2022 Chunmei Xu - 23.0-2 +- provides system-logos(httpd-logo-ng) + * Wed Apr 27 2022 Chunmei Xu - 23.0-1 - Init version for Anolis OS 23 -- Gitee