From 27fe3242b1e805d5cd35538440e61bfdef5e0fdd Mon Sep 17 00:00:00 2001 From: Chunmei Xu Date: Tue, 15 Mar 2022 20:17:51 +0800 Subject: [PATCH] set rust-srpm-macros as requires Signed-off-by: Chunmei Xu --- system-rpm-config.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/system-rpm-config.spec b/system-rpm-config.spec index b5c361b..d9dfbbd 100644 --- a/system-rpm-config.spec +++ b/system-rpm-config.spec @@ -1,7 +1,8 @@ +%define anolis_release 3 Summary: Anolis OS specific rpm configuration files Name: system-rpm-config Version: 23 -Release: 2%{?dist} +Release: %{anolis_release}%{?dist} License: MulanPSLv2 URL: https://gitee.com/src-anolis-os/system-rpm-config @@ -36,8 +37,6 @@ Source155: macros.forge # Build policy scripts # this comes from https://github.com/rpm-software-management/rpm/pull/344 -# added a python -> python2 conversion for fedora with warning -# and an echo when the mangling happens Source201: brp-mangle-shebangs # for converting llvm LTO bitcode objects into ELF Source202: brp-llvm-compile-lto-elf @@ -93,6 +92,7 @@ Requires: go-srpm-macros Requires: python3-rpm-macros Requires: efi-srpm-macros Requires: perl-srpm-macros +Requires: rust-srpm-macros %global rrcdir /usr/lib/rpm/anolis @@ -158,6 +158,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/anolis/srpm forge.lua %license MulanPSL %changelog +* Thu Mar 15 2022 Chunmei Xu - 23.3 +- set rust-srpm-macros as requires + * Thu Mar 10 2022 Chunmei Xu - 23.2 - add macros.forge and some srpm-macros as Requires -- Gitee