From cbc22b21eab02d5b3e17691508c7aec3f4b438e1 Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Thu, 30 Oct 2025 14:59:21 +0800 Subject: [PATCH] Fix duplicate RPM names to update release 5 --- rust-packaging.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rust-packaging.spec b/rust-packaging.spec index acd0f77..eab32d8 100644 --- a/rust-packaging.spec +++ b/rust-packaging.spec @@ -5,7 +5,7 @@ Name: rust-packaging Epoch: 1 Version: 23 -Release: 1 +Release: 5 Summary: RPM macros for building Rust packages on various architectures License: MIT URL: https://pagure.io/fedora-rust/rust2rpm @@ -78,6 +78,9 @@ PYTEST_XDIST_AUTO_NUM_WORKERS=%{_smp_build_ncpus} \ %{python3_sitelib}/rust2rpm-*.dist-info/ %changelog +* Thu Oct 30 2025 wangkai <13474090681@163.com> - 1:23-5 +- Fix duplicate rpm names to update release 5 + * Thu Oct 23 2025 Funda Wang - 1:23-1 - bump epoch so that it won't be obsoleted by wrongly imported packages -- Gitee