Update to 0.22.0

Signed-off-by: Michel Lind <salimma@fedoraproject.org>
epel9 imports/e9/rust-libbpf-rs-0.22.0-1.el9
Michel Lind 1 year ago
parent a141d065b6
commit 3e601f72f4
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

1
.gitignore vendored

@ -10,3 +10,4 @@
/libbpf-rs-0.16.0.crate /libbpf-rs-0.16.0.crate
/libbpf-rs-0.19.1.crate /libbpf-rs-0.19.1.crate
/libbpf-rs-0.21.2.crate /libbpf-rs-0.21.2.crate
/libbpf-rs-0.22.0.crate

@ -1,6 +1,6 @@
--- a/Cargo.toml --- libbpf-rs-0.22.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ b/Cargo.toml +++ libbpf-rs-0.22.0/Cargo.toml 2023-12-29T20:52:37.035784+00:00
@@ -78,8 +78,8 @@ version = "0.1.1" @@ -78,8 +78,8 @@
[dev-dependencies.plain] [dev-dependencies.plain]
version = "0.2.3" version = "0.2.3"

@ -8,7 +8,7 @@
use probe::probe; use probe::probe;
use scopeguard::defer; use scopeguard::defer;
use std::ptr; use std::ptr;
@@ -1136,6 +1137,7 @@ fn test_sudo_object_map_handle_clone() { @@ -1237,6 +1238,7 @@ fn test_sudo_object_map_handle_clone() {
} }
#[test] #[test]
@ -16,7 +16,7 @@
fn test_sudo_object_usdt() { fn test_sudo_object_usdt() {
bump_rlimit_mlock(); bump_rlimit_mlock();
@@ -1165,6 +1167,7 @@ fn test_sudo_object_usdt() { @@ -1266,6 +1268,7 @@ fn test_sudo_object_usdt() {
} }
#[test] #[test]

@ -1,11 +1,11 @@
# Generated by rust2rpm 24 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate libbpf-rs %global crate libbpf-rs
Name: rust-libbpf-rs Name: rust-libbpf-rs
Version: 0.21.2 Version: 0.22.0
Release: %autorelease Release: %autorelease
Summary: Safe, idiomatic, and opinionated wrapper around libbpf-sys Summary: Safe, idiomatic, and opinionated wrapper around libbpf-sys
@ -19,7 +19,7 @@ Patch: libbpf-rs-fix-metadata.diff
# * restrict probe tests to architectures that support inline assembly # * restrict probe tests to architectures that support inline assembly
Patch: libbpf-rs-restrict-probe-arches.diff Patch: libbpf-rs-restrict-probe-arches.diff
BuildRequires: rust-packaging >= 21 BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand: %global _description %{expand:
Libbpf-rs is a safe, idiomatic, and opinionated wrapper around libbpf- Libbpf-rs is a safe, idiomatic, and opinionated wrapper around libbpf-
@ -81,7 +81,7 @@ use the "static" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep
%generate_buildrequires %generate_buildrequires

@ -1 +1 @@
SHA512 (libbpf-rs-0.21.2.crate) = d1f5f5fbfbd1b1674b47799de5dcfd24208b0c9b79dc772e8e6a26f89071d586bb99fb20d3b0d4f1f9f48928d9bcba9889982c8845533e98183eda56c2949ce8 SHA512 (libbpf-rs-0.22.0.crate) = 6eeef04eb2131d0f497837b09f814272c150c08b243e113274d0391dccf1b68895735f2d7dc15a06bbafd81f53bb705e0046f56bb74d3d99dafb73157c609521

Loading…
Cancel
Save