Compare commits

..

No commits in common. "rawhide" and "f40" have entirely different histories.

2 changed files with 5 additions and 6 deletions

View file

@ -1,5 +1,5 @@
--- rd-agent-2.2.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rd-agent-2.2.5/Cargo.toml 2026-01-05T10:01:01.383431+00:00
+++ rd-agent-2.2.5/Cargo.toml 2024-12-05T16:35:27.976983+00:00
@@ -30,7 +30,7 @@
version = "0.8"
@ -14,7 +14,7 @@
[dependencies.procfs]
-version = "0.16"
+version = ">=0.16, <0.19"
+version = ">=0.16, <0.18"
[dependencies.rd-agent-intf]
version = "2.2.5"

View file

@ -1,4 +1,4 @@
# Generated by rust2rpm 28
# Generated by rust2rpm 27
%bcond check 1
%global crate rd-agent
@ -18,9 +18,8 @@ Source: %{crates_source}
Source: https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.8.11.tar.xz
# Manually created patch for downstream crate metadata changes
# * bump enum-iterator to 2.0
# * allow procfs 0.17,
# https://github.com/facebookexperimental/resctl-demo/pull/326, and 0.18,
# https://github.com/facebookexperimental/resctl-demo/pull/335
# * allow procfs 0.17:
# https://github.com/facebookexperimental/resctl-demo/pull/326
Patch: rd-agent-fix-metadata.diff
# https://github.com/facebookexperimental/resctl-demo/commit/f65eedf9017332255ef0a48649664c26b45b9c07
Patch: rd-agent-enum-iterator.patch