From 82c34117928bced6198371d617eed9ce54039443 Mon Sep 17 00:00:00 2001 From: liyunfei Date: Mon, 28 Aug 2023 09:59:18 +0800 Subject: [PATCH] [Bugfix] fix release number for last change --- openEuler-rpm-config.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openEuler-rpm-config.spec b/openEuler-rpm-config.spec index b873cc7..b65ccbd 100644 --- a/openEuler-rpm-config.spec +++ b/openEuler-rpm-config.spec @@ -3,7 +3,7 @@ Name: %{vendor}-rpm-config Version: 30 -Release: 41 +Release: 42 License: GPL+ Summary: specific rpm configuration files URL: https://gitee.com/openeuler/openEuler-rpm-config @@ -144,7 +144,7 @@ sed -i "s/__vendor/%{vendor}/g" `grep "__vendor" -rl %{buildroot}%{_rpmconfigdir %{rpmvdir}/find-requires.ksyms %changelog -* Thu Aug 17 2023 liyunfei - 30-41 +* Thu Aug 17 2023 liyunfei - 30-42 - Backport Call %%set_build_flags before %%build, %%check, and %%install stages * Thu Aug 17 2023 liyunfei - 30-41