From e0e0ee6182716cf9451e0a3344bed5eca11a0a52 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 7 Aug 2023 20:36:28 +0200 Subject: [PATCH] Regenerate with rust2rpm v24 --- rust-tower-service.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/rust-tower-service.spec b/rust-tower-service.spec index 3caf49d..4293531 100644 --- a/rust-tower-service.spec +++ b/rust-tower-service.spec @@ -1,25 +1,23 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate tower-service -Name: rust-%{crate} +Name: rust-tower-service Version: 0.3.2 Release: %autorelease -Summary: Asynchronous, request / response based, client or server trait +Summary: Trait representing an asynchronous, request / response based, client or server -# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/tower-service Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Trait representing an asynchronous, request / response based, client or server.} +Trait representing an asynchronous, request / response based, client or +server.} %description %{_description}