diff --git a/rust-tracing-log.spec b/rust-tracing-log.spec index 8a64699..fc9088f 100644 --- a/rust-tracing-log.spec +++ b/rust-tracing-log.spec @@ -1,24 +1,21 @@ -# Generated by rust2rpm 21 +# Generated by rust2rpm 24 %bcond_without check %global debug_package %{nil} %global crate tracing-log -Name: rust-%{crate} +Name: rust-tracing-log Version: 0.1.3 Release: %autorelease -Summary: Provides compatibility between tracing and the log crate +Summary: Compatibility between tracing and the log crate -# Upstream license specification: MIT License: MIT URL: https://crates.io/crates/tracing-log Source: %{crates_source} -# Initial patched metadata +# Manually created patch for downstream crate metadata changes # * drop unused, benchmark-only criterion dev-dependency to speed up builds # * drop optional interest-cache feature (lru is not packaged yet) -Patch0: tracing-log-fix-metadata.diff - -ExclusiveArch: %{rust_arches} +Patch: tracing-log-fix-metadata.diff BuildRequires: rust-packaging >= 21 diff --git a/tracing-log-fix-metadata.diff b/tracing-log-fix-metadata.diff index baddc1c..65d2236 100644 --- a/tracing-log-fix-metadata.diff +++ b/tracing-log-fix-metadata.diff @@ -1,5 +1,5 @@ --- tracing-log-0.1.3/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ tracing-log-0.1.3/Cargo.toml 2022-05-04T11:20:37.327869+00:00 ++++ tracing-log-0.1.3/Cargo.toml 2023-08-07T18:34:41.310458+00:00 @@ -43,10 +43,6 @@ name = "logging" harness = false