From 484fc8760450e80185f5cda5b89d42f311e0660f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 06:49:49 +0000 Subject: [PATCH 1/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 05ee9e5059403e0688c301925a0b9b1c88e4bfaf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 16:13:57 +0000 Subject: [PATCH 2/3] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From dd5a0ac0e4475721beaeb7523dcc4bec0954f001 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 5 Jan 2026 10:01:36 +0000 Subject: [PATCH 3/3] Allow procfs 0.18 --- rd-agent-fix-metadata.diff | 4 ++-- rust-rd-agent.spec | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) 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