Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Benjamin A. Beasley
dd5a0ac0e4 Allow procfs 0.18 2026-01-05 10:01:36 +00:00
Fedora Release Engineering
05ee9e5059 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 16:13:57 +00:00
Fedora Release Engineering
484fc87604 Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-19 06:49:49 +00:00
2 changed files with 6 additions and 5 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 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"

View file

@ -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