From 1bb72bae2e9445edbf5fc92184f88d8e79c037f3 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Tue, 16 May 2023 23:00:46 +0200 Subject: [PATCH] Re-generate packaging with rust2rpm 24 --- rust-image.spec | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/rust-image.spec b/rust-image.spec index fed688a..7ce845a 100644 --- a/rust-image.spec +++ b/rust-image.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 22 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} @@ -17,13 +17,11 @@ Source: %{crates_source} # * disable little-endian-only openexr feature Patch: image-fix-metadata.diff -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Imaging library written in Rust. Provides basic filters and decoders for the -most common image formats.} +Imaging library written in Rust. Provides basic filters and decoders for +the most common image formats.} %description %{_description}