diff --git a/system-rpm-config.spec b/system-rpm-config.spec index b5c361bca01e52c6c4f42dd57254f7ad7d70f8c2..d9dfbbdf1900f78190043398e8f130720dfac23b 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