Compare commits

..

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

@ -1,6 +1,5 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 25
# * outdated dev-dependencies: quickcheck ^0.9, rand ^0.7 %bcond_without check
%bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate byteorder %global crate byteorder
@ -14,7 +13,7 @@ License: Unlicense OR MIT
URL: https://crates.io/crates/byteorder URL: https://crates.io/crates/byteorder
Source: %{crates_source} Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24 BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Library for reading/writing numbers in big-endian and little-endian.} Library for reading/writing numbers in big-endian and little-endian.}

@ -1,4 +0,0 @@
[tests]
run = ["none"]
comments = ["outdated dev-dependencies: quickcheck ^0.9, rand ^0.7"]
Loading…
Cancel
Save