diff --git a/rd-agent-fix-metadata.diff b/rd-agent-fix-metadata.diff index 288f100..f15bc30 100644 --- a/rd-agent-fix-metadata.diff +++ b/rd-agent-fix-metadata.diff @@ -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 2024-12-05T16:35:27.976983+00:00 ++++ rd-agent-2.2.5/Cargo.toml 2026-01-05T10:01:01.383431+00:00 @@ -30,7 +30,7 @@ version = "0.8" @@ -14,7 +14,7 @@ [dependencies.procfs] -version = "0.16" -+version = ">=0.16, <0.18" ++version = ">=0.16, <0.19" [dependencies.rd-agent-intf] version = "2.2.5" diff --git a/rust-rd-agent.spec b/rust-rd-agent.spec index 02468c2..88b45fe 100644 --- a/rust-rd-agent.spec +++ b/rust-rd-agent.spec @@ -1,4 +1,4 @@ -# Generated by rust2rpm 27 +# Generated by rust2rpm 28 %bcond check 1 %global crate rd-agent @@ -18,8 +18,9 @@ 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 +# * allow procfs 0.17, +# https://github.com/facebookexperimental/resctl-demo/pull/326, and 0.18, +# https://github.com/facebookexperimental/resctl-demo/pull/335 Patch: rd-agent-fix-metadata.diff # https://github.com/facebookexperimental/resctl-demo/commit/f65eedf9017332255ef0a48649664c26b45b9c07 Patch: rd-agent-enum-iterator.patch