From c2bc16f25ff6c054ac20c990e4e993cdba073eb7 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 6 Aug 2023 22:29:53 +0200 Subject: [PATCH] Regenerate with rust2rpm v24 --- rust-mockall_double.spec | 8 +++----- .rust2rpm.conf => rust2rpm.conf | 0 2 files changed, 3 insertions(+), 5 deletions(-) rename .rust2rpm.conf => rust2rpm.conf (100%) diff --git a/rust-mockall_double.spec b/rust-mockall_double.spec index 67e6adb..5023456 100644 --- a/rust-mockall_double.spec +++ b/rust-mockall_double.spec @@ -1,21 +1,19 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate mockall_double -Name: rust-%{crate} +Name: rust-mockall_double Version: 0.3.0 Release: %autorelease Summary: Test double adapter for Mockall # Upstream license specification: MIT/Apache-2.0 -License: MIT or ASL 2.0 +License: MIT OR Apache-2.0 URL: https://crates.io/crates/mockall_double Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: diff --git a/.rust2rpm.conf b/rust2rpm.conf similarity index 100% rename from .rust2rpm.conf rename to rust2rpm.conf