From fdc240b56c793cc6646ec94022b747201d06f08b Mon Sep 17 00:00:00 2001 From: blinxen Date: Mon, 6 Feb 2023 22:48:56 +0100 Subject: [PATCH] [skip changelog] Don't use macro in name and url tag This makes it easier to build scripts which help with maintaining this package --- rust-fallible_collections.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-fallible_collections.spec b/rust-fallible_collections.spec index 3269981..994db03 100644 --- a/rust-fallible_collections.spec +++ b/rust-fallible_collections.spec @@ -4,14 +4,14 @@ %global crate fallible_collections -Name: rust-%{crate} +Name: rust-fallible_collections Version: 0.4.6 Release: %autorelease Summary: Crate which adds fallible allocation api to std collections # Upstream license specification: MIT/Apache-2.0 License: MIT OR Apache-2.0 -URL: https://crates.io/crates/%{crate} +URL: https://crates.io/crates/fallible_collections Source: %{crates_source} # Deactivate some tests because they are failing -->