From 514fde6438decf224e0b9b42db5865a01a5134ff Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Thu, 9 Mar 2023 10:26:01 +0800 Subject: [PATCH] remove unnecessary provides Signed-off-by: Chunmei Xu --- system-rpm-config.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/system-rpm-config.spec b/system-rpm-config.spec index a025ce4..a298d69 100644 --- a/system-rpm-config.spec +++ b/system-rpm-config.spec @@ -1,4 +1,4 @@ -%define anolis_release 28 +%define anolis_release 29 Summary: Anolis OS specific rpm configuration files Name: system-rpm-config @@ -111,9 +111,6 @@ Requires: desktop-file-utils Requires: (llvm if clang) Provides: system-rpm-config = %{version}-%{release} -# Temporarily provides, will remove after all packages build -Provides: redhat-rpm-config = 2023 -Obsoletes: redhat-rpm-config Requires: go-srpm-macros Requires: python3-rpm-macros @@ -210,6 +207,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/anolis/srpm forge.lua %license MulanPSL %changelog +* Thu Mar 09 2023 Chunmei Xu - 1:23-29 +- remove unnecessary provides + * Wed Mar 08 2023 Funda Wang - 1:23-28 - Fix output of installed_version_of macro when package is not installed - Cleanup macros -- Gitee