Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd5a0ac0e4 | ||
|
|
05ee9e5059 | ||
|
|
484fc87604 |
2 changed files with 6 additions and 5 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue