From 68f84f5c6fcf67c0795790c4b1d7c756a70caf81 Mon Sep 17 00:00:00 2001 From: small_leek Date: Mon, 16 Oct 2023 02:58:06 +0000 Subject: [PATCH] update openEuler-rpm-config.spec. Signed-off-by: small_leek --- openEuler-rpm-config.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/openEuler-rpm-config.spec b/openEuler-rpm-config.spec index cdbf72c..31d67ca 100644 --- a/openEuler-rpm-config.spec +++ b/openEuler-rpm-config.spec @@ -3,7 +3,7 @@ Name: %{vendor}-rpm-config Version: 30 -Release: 18 +Release: 19 License: GPL+ Summary: specific rpm configuration files URL: https://gitee.com/openeuler/openEuler-rpm-config @@ -46,7 +46,7 @@ Obsoletes: perl-srpm-macros <= 1-28 Obsoletes: rust-srpm-macros <= 10-1 Obsoletes: go-srpm-macros <= 2-18 -%if %{vendor} != openEuler +%if "%{vendor}" != "openEuler" Provides: openEuler-rpm-config = %{?epoch:%{epoch}:}%{version}-%{release} Obsoletes: openEuler-rpm-config <= %{?epoch:%{epoch}:}%{version}-%{release} %endif @@ -112,6 +112,9 @@ mkdir -p %{buildroot}%{_fileattrsdir} %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Mon Oct 16 2023 xiasenlin - 30-19 +- fix build failed, bare words are no longer supported + * Mon Oct 11 2021 zhangtianxing - 30-18 - exclude kernel source and EFI files in digest list building