- add make-reproducable.patch to force newer versions of dependencies to make package reproducable OBS-URL: https://build.opensuse.org/request/show/1270038 OBS-URL: https://build.opensuse.org/package/show/hardware/framework_tool?expand=0&rev=2
14 lines
474 B
Diff
14 lines
474 B
Diff
Index: framework-system-0.2.1/framework_lib/Cargo.toml
|
|
===================================================================
|
|
--- framework-system-0.2.1.orig/framework_lib/Cargo.toml
|
|
+++ framework-system-0.2.1/framework_lib/Cargo.toml
|
|
@@ -42,7 +42,7 @@ cros_ec_driver = []
|
|
win_driver = []
|
|
|
|
[build-dependencies]
|
|
-built = { version = "0.5", features = ["chrono", "git2"] }
|
|
+built = { version = "0.7.7", features = ["chrono", "git2"] }
|
|
|
|
[dependencies]
|
|
lazy_static = "1.4.0"
|