Fix FTI for bindgen feature by bumping the bindgen requirement to 0.63

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 2 years ago
parent 2023c179b2
commit 48ff72b944
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

@ -1,5 +1,5 @@
--- libbpf-sys-1.0.4+v1.0.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libbpf-sys-1.0.4+v1.0.1/Cargo.toml 2022-12-08T22:58:56.104613+00:00
+++ libbpf-sys-1.0.4+v1.0.1/Cargo.toml 2023-01-19T04:19:55.090748+00:00
@@ -12,7 +12,7 @@
[package]
edition = "2018"
@ -9,6 +9,15 @@
authors = [
"Alex Forster <alex@alexforster.com>",
"Dan Siemon <dan@coverfire.com>",
@@ -38,7 +38,7 @@
]
[build-dependencies.bindgen]
-version = "^0.60"
+version = "^0.63"
optional = true
[build-dependencies.cc]
@@ -48,6 +48,7 @@
version = "0.3"

@ -16,6 +16,7 @@ Source: %{crates_source %{crate} %{upstream_version}}
# Manually created patch for downstream crate metadata changes
# * remove version suffix from crate version
# * default to novendor
# * bump bindgen to 0.63
Patch: libbpf-sys-fix-metadata.diff
BuildRequires: rust-packaging >= 21

Loading…
Cancel
Save