|
|
@ -1,4 +1,4 @@
|
|
|
|
# Generated by rust2rpm 16
|
|
|
|
# Generated by rust2rpm 18
|
|
|
|
# Tests don't work in mock at the moment
|
|
|
|
# Tests don't work in mock at the moment
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
@ -6,7 +6,7 @@
|
|
|
|
%global crate libbpf-rs
|
|
|
|
%global crate libbpf-rs
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Name: rust-%{crate}
|
|
|
|
Version: 0.11.1
|
|
|
|
Version: 0.11.2
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Safe, idiomatic, and opinionated wrapper around libbpf-sys
|
|
|
|
Summary: Safe, idiomatic, and opinionated wrapper around libbpf-sys
|
|
|
|
|
|
|
|
|
|
|
@ -14,7 +14,7 @@ Summary: Safe, idiomatic, and opinionated wrapper around libbpf-sys
|
|
|
|
License: LGPLv2 or BSD
|
|
|
|
License: LGPLv2 or BSD
|
|
|
|
URL: https://crates.io/crates/libbpf-rs
|
|
|
|
URL: https://crates.io/crates/libbpf-rs
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
# Bump nix to 0.20
|
|
|
|
# Downgrade nix to 0.20
|
|
|
|
Patch0: libbpf-rs-fix-metadata.diff
|
|
|
|
Patch0: libbpf-rs-fix-metadata.diff
|
|
|
|
|
|
|
|
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
|
ExclusiveArch: %{rust_arches}
|
|
|
@ -39,7 +39,7 @@ This package contains library source intended for building other packages
|
|
|
|
which use "%{crate}" crate.
|
|
|
|
which use "%{crate}" crate.
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
|
%license LICENSE LICENSE.BSD-2-Clause LICENSE.LPGL-2.1
|
|
|
|
%license LICENSE.LPGL-2.1 LICENSE.BSD-2-Clause LICENSE
|
|
|
|
%doc README.md
|
|
|
|
%doc README.md
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
%{cargo_registry}/%{crate}-%{version_no_tilde}/
|
|
|
|
|
|
|
|
|
|
|
|