Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

@ -1,5 +1,5 @@
--- fslock-0.2.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- fslock-0.2.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ fslock-0.2.1/Cargo.toml 2023-08-06T14:40:28.360156+00:00 +++ fslock-0.2.1/Cargo.toml 2022-04-12T10:25:34.827856+00:00
@@ -26,9 +26,6 @@ @@ -26,9 +26,6 @@
[target."cfg(unix)".dependencies.libc] [target."cfg(unix)".dependencies.libc]
version = "^0.2.66" version = "^0.2.66"

@ -1,24 +1,28 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 21
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate fslock %global crate fslock
Name: rust-fslock Name: rust-%{crate}
Version: 0.2.1 Version: 0.2.1
Release: %autorelease Release: %autorelease
Summary: Library to use files as locks Summary: Library to use files as locks
# Upstream license specification: MIT
License: MIT License: MIT
URL: https://crates.io/crates/fslock URL: https://crates.io/crates/fslock
Source: %{crates_source} Source: %{crates_source}
# Automatically generated patch to strip foreign dependencies # Initial patched metadata
Patch: fslock-fix-metadata-auto.diff # * drop windows-specific dependencies
Patch0: fslock-fix-metadata.diff
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging >= 21 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
A library to use files as locks.} Library to use files as locks.}
%description %{_description} %description %{_description}

Loading…
Cancel
Save