diff --git a/rd-util-fix-metadata.diff b/rd-util-fix-metadata.diff index b50249e..b07f31d 100644 --- a/rd-util-fix-metadata.diff +++ b/rd-util-fix-metadata.diff @@ -1,5 +1,14 @@ --- rd-util-2.1.2/Cargo.toml 1970-01-01T00:00:01+00:00 -+++ rd-util-2.1.2/Cargo.toml 2023-10-08T22:46:55.903717+00:00 ++++ rd-util-2.1.2/Cargo.toml 2023-11-25T09:17:43.885314+00:00 +@@ -64,7 +64,7 @@ + version = "^1.13" + + [dependencies.page_size] +-version = "^0.4" ++version = "^0.6" + + [dependencies.proc-mounts] + version = "^0.2" @@ -87,7 +87,7 @@ version = "^1.0" diff --git a/rust-rd-util.spec b/rust-rd-util.spec index 58708fb..975df92 100644 --- a/rust-rd-util.spec +++ b/rust-rd-util.spec @@ -13,6 +13,7 @@ License: Apache-2.0 URL: https://crates.io/crates/rd-util Source: %{crates_source} # Manually created patch for downstream crate metadata changes +# * bump page_size dependency from 0.4 to 0.6 # * bump simplelog dependency from 0.10 to 0.11: # https://github.com/facebookexperimental/resctl-demo/pull/262 Patch: rd-util-fix-metadata.diff