From 4ebd055764a6b8f32932f44f8175cd86ff1ae2c2 Mon Sep 17 00:00:00 2001 From: sxt1001 Date: Thu, 18 Mar 2021 10:33:06 +0800 Subject: [PATCH] fix install fail issue because nothing provides rust-srpm-macros = 15 --- rust-packaging.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust-packaging.spec b/rust-packaging.spec index 68aac18..65dbb72 100644 --- a/rust-packaging.spec +++ b/rust-packaging.spec @@ -4,7 +4,7 @@ Name: rust-packaging Version: 15 -Release: 1 +Release: 2 Summary: RPM macros for building Rust packages on various architectures License: MIT URL: https://pagure.io/fedora-rust/rust2rpm @@ -18,7 +18,7 @@ BuildRequires: python3-pytest cargo python3-semantic_version # gawk is needed for stripping dev-deps in macro Requires: gawk python3-rust2rpm = %{version}-%{release} -Requires: rust-srpm-macros = %{version} rust cargo +Requires: rust-srpm-macros rust cargo %description The package provides macros for building projects in Rust @@ -65,6 +65,9 @@ py.test-%{python3_version} -vv test.py %{python3_sitelib}/rust2rpm-*.egg-info/ %changelog +* Thu Mar 18 2021 shixuantong - 15-2 +- fix install fail issue because nothing provides rust-srpm-macros = 15 + * Tue Feb 02 2021 shixuantong - 15-1 - Upgrade to version 15 -- Gitee