From bc27a78f53c02227eab2dc225dbd4b19449362a6 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 6 Aug 2023 18:46:21 +0200 Subject: [PATCH] Regenerate with rust2rpm v24 --- README.md | 3 --- rust-is_ci.spec | 11 ++++------- 2 files changed, 4 insertions(+), 10 deletions(-) delete mode 100644 README.md diff --git a/README.md b/README.md deleted file mode 100644 index 8a73246..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust-is_ci - -The rust-is_ci package diff --git a/rust-is_ci.spec b/rust-is_ci.spec index d38aabc..58d2d68 100644 --- a/rust-is_ci.spec +++ b/rust-is_ci.spec @@ -1,26 +1,23 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate is_ci -Name: rust-%{crate} +Name: rust-is_ci Version: 1.1.1 Release: %autorelease Summary: Super lightweight CI environment checker -# Upstream license specification: ISC License: ISC URL: https://crates.io/crates/is_ci Source: %{crates_source} -ExclusiveArch: %{rust_arches} - BuildRequires: rust-packaging >= 21 %global _description %{expand: -Super lightweight CI environment checker. Just tells you if you're in CI or not -without much fuss.} +Super lightweight CI environment checker. Just tells you if you're in CI +or not without much fuss.} %description %{_description}