Skip to content

Commit ef2ca1a

Browse files
committed
rpm: Fix metadata patches to apply to current code
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
1 parent ba8ad6a commit ef2ca1a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

rpm/centos/rust-keylime-metadata.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
--- a/keylime/Cargo.toml 2025-09-03 13:40:50.312319072 +0200
2-
+++ b/keylime/Cargo.toml 2025-09-03 13:41:15.200337821 +0200
3-
@@ -43,7 +43,6 @@
4-
tokio.workspace = true
1+
--- a/keylime/Cargo.toml 2025-09-25 17:29:45.897621366 +0200
2+
+++ b/keylime/Cargo.toml 2025-09-25 17:29:54.827404783 +0200
3+
@@ -44,7 +44,6 @@
4+
url.workspace = true
55
uuid.workspace = true
66
zip.workspace = true
77
-zmq = {version = "0.9.2", optional = true}
88

99
[dev-dependencies]
1010
tempfile.workspace = true
11-
@@ -51,6 +50,5 @@
11+
@@ -52,6 +51,5 @@
1212
wiremock = {version = "0.6"}
1313

1414
[features]

rpm/fedora/rust-keylime-metadata.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
--- a/keylime/Cargo.toml 2025-09-03 13:40:50.312319072 +0200
2-
+++ b/keylime/Cargo.toml 2025-09-03 13:41:15.200337821 +0200
3-
@@ -43,7 +43,6 @@
4-
tokio.workspace = true
1+
--- a/keylime/Cargo.toml 2025-09-25 17:29:45.897621366 +0200
2+
+++ b/keylime/Cargo.toml 2025-09-25 17:29:54.827404783 +0200
3+
@@ -44,7 +44,6 @@
4+
url.workspace = true
55
uuid.workspace = true
66
zip.workspace = true
77
-zmq = {version = "0.9.2", optional = true}
88

99
[dev-dependencies]
1010
tempfile.workspace = true
11-
@@ -51,6 +50,5 @@
11+
@@ -52,6 +51,5 @@
1212
wiremock = {version = "0.6"}
1313

1414
[features]

0 commit comments

Comments
 (0)