Compare commits

...

4 Commits

Author SHA1 Message Date
Fedora Release Engineering 8b9d476144 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
7 months ago
Fedora Release Engineering 0eb9592ba3 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
1 year ago
Fabio Valentini 583f4156e1
Regenerate with rust2rpm v24
2 years ago
Fedora Release Engineering cc88e297f9 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

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

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

Loading…
Cancel
Save