From 2971ee6bcd445fe6f2d987adb435eff01c5e16b9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 11 Jul 2018 23:02:13 +0200 Subject: [PATCH 01/43] initial import Signed-off-by: Igor Gnatenko --- stratis.yaml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 stratis.yaml diff --git a/stratis.yaml b/stratis.yaml new file mode 100644 index 0000000..4968a02 --- /dev/null +++ b/stratis.yaml @@ -0,0 +1,30 @@ +document: modulemd +version: 2 +data: + summary: Stratis Storage + description: Easy to use local storage management. + license: + module: [MIT] + dependencies: + - buildrequires: + platform: [f29] + requires: + platform: [] + references: + community: https://github.com/stratis-storage + documentation: https://stratis-storage.github.io + tracker: https://github.com/stratis-storage/stratisd/issues + api: + rpms: + - stratisd + profiles: + default: + rpms: + - stratisd + components: + rpms: + stratisd: + rationale: | + Daemon that manages a pool of block devices to create flexible filesystems. + + Main component. From e29c15d12268b79ac2935f12efabd60b3e381e07 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 26 Jul 2018 15:26:42 +0200 Subject: [PATCH 02/43] rebuild with new dependencies Signed-off-by: Igor Gnatenko From 9b532650b3aa46f31e204f9e592f77092b39d84c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 26 Jul 2018 15:30:47 +0200 Subject: [PATCH 03/43] add stratis-cli into default profile Signed-off-by: Igor Gnatenko --- stratis.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/stratis.yaml b/stratis.yaml index 4968a02..58a38ad 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -21,6 +21,7 @@ data: default: rpms: - stratisd + - stratis-cli components: rpms: stratisd: From 6029ebf52557b8fc8f4962d4603a2edb1b40710c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 1 Sep 2018 16:46:46 +0200 Subject: [PATCH 04/43] 0.9.0 Signed-off-by: Igor Gnatenko --- stratis.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index 58a38ad..2ba4383 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -7,9 +7,13 @@ data: module: [MIT] dependencies: - buildrequires: - platform: [f29] + platform: [f30] requires: - platform: [] + platform: [f29] + - buildrequires: + platform: [f30] + requires: + platform: [f28] references: community: https://github.com/stratis-storage documentation: https://stratis-storage.github.io From 43125f8debe51d71a28f47f2e75dbe6b5d7f97a2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 25 Sep 2018 14:34:52 +0200 Subject: [PATCH 05/43] rebuild to get latest fixes Signed-off-by: Igor Gnatenko From c4e6dcfa64b98c5e57d8157a7c63472ab5c272a2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 27 Sep 2018 23:03:00 +0200 Subject: [PATCH 06/43] 1.0.0 Signed-off-by: Igor Gnatenko From 7bc984fe9882b6deda78995720927f4425baefed Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 27 Sep 2018 23:28:04 +0200 Subject: [PATCH 07/43] initial import Signed-off-by: Igor Gnatenko --- stratis.yaml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 stratis.yaml diff --git a/stratis.yaml b/stratis.yaml new file mode 100644 index 0000000..2ba4383 --- /dev/null +++ b/stratis.yaml @@ -0,0 +1,35 @@ +document: modulemd +version: 2 +data: + summary: Stratis Storage + description: Easy to use local storage management. + license: + module: [MIT] + dependencies: + - buildrequires: + platform: [f30] + requires: + platform: [f29] + - buildrequires: + platform: [f30] + requires: + platform: [f28] + references: + community: https://github.com/stratis-storage + documentation: https://stratis-storage.github.io + tracker: https://github.com/stratis-storage/stratisd/issues + api: + rpms: + - stratisd + profiles: + default: + rpms: + - stratisd + - stratis-cli + components: + rpms: + stratisd: + rationale: | + Daemon that manages a pool of block devices to create flexible filesystems. + + Main component. From e2f5584fe1ffda30d784ffd40e2d125f66622321 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 27 Sep 2018 23:43:47 +0200 Subject: [PATCH 08/43] build for f30 and from proper branch Signed-off-by: Igor Gnatenko --- stratis.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stratis.yaml b/stratis.yaml index 2ba4383..56255a6 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -6,6 +6,10 @@ data: license: module: [MIT] dependencies: + - buildrequires: + platform: [f30] + requires: + platform: [f30] - buildrequires: platform: [f30] requires: @@ -33,3 +37,4 @@ data: Daemon that manages a pool of block devices to create flexible filesystems. Main component. + ref: 1 From 8ed1b844d135e1f4771061503164ebd71e58da57 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 28 Sep 2018 09:00:34 +0200 Subject: [PATCH 09/43] No need for such branch --- README.md | 3 --- dead.package | 1 + stratis.yaml | 35 ----------------------------------- 3 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 README.md create mode 100644 dead.package delete mode 100644 stratis.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 5994d99..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# stratis - -Easy to use local storage management \ No newline at end of file diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..2ea2a99 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +No need for such branch diff --git a/stratis.yaml b/stratis.yaml deleted file mode 100644 index 2ba4383..0000000 --- a/stratis.yaml +++ /dev/null @@ -1,35 +0,0 @@ -document: modulemd -version: 2 -data: - summary: Stratis Storage - description: Easy to use local storage management. - license: - module: [MIT] - dependencies: - - buildrequires: - platform: [f30] - requires: - platform: [f29] - - buildrequires: - platform: [f30] - requires: - platform: [f28] - references: - community: https://github.com/stratis-storage - documentation: https://stratis-storage.github.io - tracker: https://github.com/stratis-storage/stratisd/issues - api: - rpms: - - stratisd - profiles: - default: - rpms: - - stratisd - - stratis-cli - components: - rpms: - stratisd: - rationale: | - Daemon that manages a pool of block devices to create flexible filesystems. - - Main component. From 8b6c48b845b5286112c4c68f843a52fffbbe6f27 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 2 Nov 2018 22:03:58 +0100 Subject: [PATCH 10/43] rebuild Signed-off-by: Igor Gnatenko From e5b83832055ab399e90d0489e4a8ffdddaa99c9b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 2 Nov 2018 22:20:50 +0100 Subject: [PATCH 11/43] Build all components Signed-off-by: Igor Gnatenko --- stratis.yaml | 708 +++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 689 insertions(+), 19 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index 56255a6..10e7516 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -6,35 +6,705 @@ data: license: module: [MIT] dependencies: - - buildrequires: - platform: [f30] - requires: - platform: [f30] - - buildrequires: - platform: [f30] - requires: - platform: [f29] - - buildrequires: - platform: [f30] - requires: - platform: [f28] + - buildrequires: + platform: [] + requires: + platform: [] references: community: https://github.com/stratis-storage documentation: https://stratis-storage.github.io tracker: https://github.com/stratis-storage/stratisd/issues api: rpms: - - stratisd + - stratisd profiles: default: rpms: - - stratisd - - stratis-cli + - stratisd + - stratis-cli + filter: + rpms: + # XXX: temporary workaround + - rust-packaging + - python3-rust2rpm + # crates, build-time only + - rust-aho-corasick+default-devel + - rust-aho-corasick-devel + - rust-ansi_term+default-devel + - rust-ansi_term-devel + - rust-arrayvec+default-devel + - rust-arrayvec+serde-1-devel + - rust-arrayvec+serde-devel + - rust-arrayvec+std-devel + - rust-arrayvec-devel + - rust-atty+default-devel + - rust-atty-devel + - rust-backtrace+backtrace-sys-devel + - rust-backtrace+cpp_demangle-devel + - rust-backtrace+default-devel + - rust-backtrace+dladdr-devel + - rust-backtrace+libbacktrace-devel + - rust-backtrace+libunwind-devel + - rust-backtrace+rustc-serialize-devel + - rust-backtrace+serde-devel + - rust-backtrace+serde_derive-devel + - rust-backtrace+serialize-rustc-devel + - rust-backtrace+serialize-serde-devel + - rust-backtrace+unix-backtrace-devel + - rust-backtrace-devel + - rust-backtrace-sys+default-devel + - rust-backtrace-sys-devel + - rust-bitflags+default-devel + - rust-bitflags-devel + - rust-build_const+default-devel + - rust-build_const+std-devel + - rust-build_const-devel + - rust-byteorder+default-devel + - rust-byteorder+i128-devel + - rust-byteorder+std-devel + - rust-byteorder-devel + - rust-bytes+default-devel + - rust-bytes+either-devel + - rust-bytes+i128-devel + - rust-bytes+serde-devel + - rust-bytes-devel + - rust-cc+default-devel + - rust-cc+parallel-devel + - rust-cc+rayon-devel + - rust-cc-devel + - rust-cfg-if+default-devel + - rust-cfg-if-devel + - rust-chrono+clock-devel + - rust-chrono+default-devel + - rust-chrono+rustc-serialize-devel + - rust-chrono+serde-devel + - rust-chrono+time-devel + - rust-chrono-devel + - rust-clap+ansi_term-devel + - rust-clap+atty-devel + - rust-clap+color-devel + - rust-clap+debug-devel + - rust-clap+default-devel + - rust-clap+no_cargo-devel + - rust-clap+strsim-devel + - rust-clap+suggestions-devel + - rust-clap+term_size-devel + - rust-clap+unstable-devel + - rust-clap+vec_map-devel + - rust-clap+wrap_help-devel + - rust-clap+yaml-devel + - rust-clap+yaml-rust-devel + - rust-clap-devel + - rust-cpp_demangle+alloc-devel + - rust-cpp_demangle+default-devel + - rust-cpp_demangle+logging-devel + - rust-cpp_demangle+std-devel + - rust-cpp_demangle-devel + - rust-crc+default-devel + - rust-crc+std-devel + - rust-crc-devel + - rust-crossbeam-deque0.4+default-devel + - rust-crossbeam-deque0.4-devel + - rust-crossbeam-epoch0.5+default-devel + - rust-crossbeam-epoch0.5+lazy_static-devel + - rust-crossbeam-epoch0.5+sanitize-devel + - rust-crossbeam-epoch0.5+use_std-devel + - rust-crossbeam-epoch0.5-devel + - rust-crossbeam-utils+default-devel + - rust-crossbeam-utils+use_std-devel + - rust-crossbeam-utils-devel + - rust-dbus+default-devel + - rust-dbus+no-string-validation-devel + - rust-dbus-devel + - rust-devicemapper+default-devel + - rust-devicemapper-devel + - rust-either+default-devel + - rust-either+serde-devel + - rust-either+use_std-devel + - rust-either-devel + - rust-env_logger+default-devel + - rust-env_logger+regex-devel + - rust-env_logger-devel + - rust-errno+default-devel + - rust-errno-devel + - rust-error-chain+backtrace-devel + - rust-error-chain+default-devel + - rust-error-chain+example_generated-devel + - rust-error-chain-devel + - rust-glob+default-devel + - rust-glob-devel + - rust-heapsize+default-devel + - rust-heapsize+unstable-devel + - rust-heapsize-devel + - rust-humantime+default-devel + - rust-humantime-devel + - rust-indexmap+default-devel + - rust-indexmap+serde-1-devel + - rust-indexmap+serde-devel + - rust-indexmap-devel + - rust-iovec+default-devel + - rust-iovec-devel + - rust-itoa+default-devel + - rust-itoa+i128-devel + - rust-itoa+std-devel + - rust-itoa-devel + - rust-lazy_static+default-devel + - rust-lazy_static-devel + - rust-libc+align-devel + - rust-libc+default-devel + - rust-libc+use_std-devel + - rust-libc-devel + - rust-libdbus-sys+default-devel + - rust-libdbus-sys-devel + - rust-libmount+default-devel + - rust-libmount-devel + - rust-libudev+default-devel + - rust-libudev-devel + - rust-libudev-sys+default-devel + - rust-libudev-sys-devel + - rust-linked-hash-map+default-devel + - rust-linked-hash-map+heapsize-devel + - rust-linked-hash-map+heapsize_impl-devel + - rust-linked-hash-map+serde-devel + - rust-linked-hash-map+serde_impl-devel + - rust-linked-hash-map-devel + - rust-log+default-devel + - rust-log+max_level_debug-devel + - rust-log+max_level_error-devel + - rust-log+max_level_info-devel + - rust-log+max_level_off-devel + - rust-log+max_level_trace-devel + - rust-log+max_level_warn-devel + - rust-log+release_max_level_debug-devel + - rust-log+release_max_level_error-devel + - rust-log+release_max_level_info-devel + - rust-log+release_max_level_off-devel + - rust-log+release_max_level_trace-devel + - rust-log+release_max_level_warn-devel + - rust-log+serde-devel + - rust-log+std-devel + - rust-log-devel + - rust-loopdev+default-devel + - rust-loopdev-devel + - rust-macro-attr+default-devel + - rust-macro-attr+std-devel + - rust-macro-attr+unstable-macros-1-1-devel + - rust-macro-attr-devel + - rust-md5+default-devel + - rust-md5-devel + - rust-memchr+default-devel + - rust-memchr+libc-devel + - rust-memchr+use_std-devel + - rust-memchr-devel + - rust-memoffset+default-devel + - rust-memoffset-devel + - rust-newtype_derive+default-devel + - rust-newtype_derive+std-devel + - rust-newtype_derive+std-unstable-devel + - rust-newtype_derive-devel + - rust-nix+default-devel + - rust-nix-devel + - rust-no-panic+default-devel + - rust-no-panic-devel + - rust-nodrop+default-devel + - rust-nodrop+std-devel + - rust-nodrop+use_needs_drop-devel + - rust-nodrop-devel + - rust-num-integer+default-devel + - rust-num-integer+i128-devel + - rust-num-integer+std-devel + - rust-num-integer-devel + - rust-num-traits+default-devel + - rust-num-traits+i128-devel + - rust-num-traits+std-devel + - rust-num-traits-devel + - rust-num_cpus+default-devel + - rust-num_cpus-devel + - rust-pkg-config+default-devel + - rust-pkg-config-devel + - rust-proc-macro2+default-devel + - rust-proc-macro2+proc-macro-devel + - rust-proc-macro2-devel + - rust-quick-error+default-devel + - rust-quick-error-devel + - rust-quickcheck0.6+default-devel + - rust-quickcheck0.6+env_logger-devel + - rust-quickcheck0.6+i128-devel + - rust-quickcheck0.6+log-devel + - rust-quickcheck0.6+regex-devel + - rust-quickcheck0.6+unstable-devel + - rust-quickcheck0.6+use_logging-devel + - rust-quickcheck0.6-devel + - rust-quote+default-devel + - rust-quote+proc-macro-devel + - rust-quote-devel + - rust-rand+alloc-devel + - rust-rand+default-devel + - rust-rand+i128_support-devel + - rust-rand+libc-devel + - rust-rand+log-devel + - rust-rand+serde-devel + - rust-rand+serde1-devel + - rust-rand+serde_derive-devel + - rust-rand+std-devel + - rust-rand-devel + - rust-rand0.4+alloc-devel + - rust-rand0.4+default-devel + - rust-rand0.4+i128_support-devel + - rust-rand0.4+libc-devel + - rust-rand0.4+std-devel + - rust-rand0.4-devel + - rust-rand_core+alloc-devel + - rust-rand_core+default-devel + - rust-rand_core+serde-devel + - rust-rand_core+serde1-devel + - rust-rand_core+serde_derive-devel + - rust-rand_core+std-devel + - rust-rand_core-devel + - rust-rand_core0.2+alloc-devel + - rust-rand_core0.2+default-devel + - rust-rand_core0.2+serde1-devel + - rust-rand_core0.2+std-devel + - rust-rand_core0.2-devel + - rust-rayon+default-devel + - rust-rayon-core+default-devel + - rust-rayon-core-devel + - rust-rayon-devel + - rust-regex+default-devel + - rust-regex+pattern-devel + - rust-regex+unstable-devel + - rust-regex+use_std-devel + - rust-regex-devel + - rust-regex-syntax+default-devel + - rust-regex-syntax-devel + - rust-remove_dir_all+default-devel + - rust-remove_dir_all-devel + - rust-rustc-demangle+default-devel + - rust-rustc-demangle-devel + - rust-rustc-serialize+default-devel + - rust-rustc-serialize-devel + - rust-rustc_version+default-devel + - rust-rustc_version-devel + - rust-ryu+default-devel + - rust-ryu+no-panic-devel + - rust-ryu+small-devel + - rust-ryu-devel + - rust-same-file+default-devel + - rust-same-file-devel + - rust-scopeguard+default-devel + - rust-scopeguard+use_std-devel + - rust-scopeguard-devel + - rust-semver+default-devel + - rust-semver+serde-devel + - rust-semver-devel + - rust-semver-parser0.7+default-devel + - rust-semver-parser0.7-devel + - rust-serde+alloc-devel + - rust-serde+default-devel + - rust-serde+derive-devel + - rust-serde+rc-devel + - rust-serde+serde_derive-devel + - rust-serde+std-devel + - rust-serde+unstable-devel + - rust-serde-devel + - rust-serde_derive+default-devel + - rust-serde_derive+deserialize_in_place-devel + - rust-serde_derive-devel + - rust-serde_json+arbitrary_precision-devel + - rust-serde_json+default-devel + - rust-serde_json+indexmap-devel + - rust-serde_json+preserve_order-devel + - rust-serde_json+raw_value-devel + - rust-serde_json-devel + - rust-serde_test+default-devel + - rust-serde_test-devel + - rust-sha1+default-devel + - rust-sha1+serde-devel + - rust-sha1+std-devel + - rust-sha1-devel + - rust-strsim+default-devel + - rust-strsim-devel + - rust-syn+clone-impls-devel + - rust-syn+default-devel + - rust-syn+derive-devel + - rust-syn+extra-traits-devel + - rust-syn+fold-devel + - rust-syn+full-devel + - rust-syn+parsing-devel + - rust-syn+printing-devel + - rust-syn+proc-macro-devel + - rust-syn+quote-devel + - rust-syn+visit-devel + - rust-syn+visit-mut-devel + - rust-syn-devel + - rust-tempfile+default-devel + - rust-tempfile-devel + - rust-term_size+debug-devel + - rust-term_size+default-devel + - rust-term_size+unstable-devel + - rust-term_size-devel + - rust-termcolor+default-devel + - rust-termcolor-devel + - rust-textwrap+default-devel + - rust-textwrap+term_size-devel + - rust-textwrap-devel + - rust-thread_local+default-devel + - rust-thread_local-devel + - rust-time+default-devel + - rust-time+rustc-serialize-devel + - rust-time-devel + - rust-timerfd+default-devel + - rust-timerfd-devel + - rust-ucd-util+default-devel + - rust-ucd-util-devel + - rust-unicode-width+default-devel + - rust-unicode-width+no_std-devel + - rust-unicode-width-devel + - rust-unicode-xid+default-devel + - rust-unicode-xid+no_std-devel + - rust-unicode-xid-devel + - rust-utf8-ranges+default-devel + - rust-utf8-ranges-devel + - rust-uuid+byteorder-devel + - rust-uuid+const_fn-devel + - rust-uuid+default-devel + - rust-uuid+md5-devel + - rust-uuid+nightly-devel + - rust-uuid+rand-devel + - rust-uuid+serde-devel + - rust-uuid+sha1-devel + - rust-uuid+std-devel + - rust-uuid+u128-devel + - rust-uuid+use_std-devel + - rust-uuid+v1-devel + - rust-uuid+v3-devel + - rust-uuid+v4-devel + - rust-uuid+v5-devel + - rust-uuid-devel + - rust-vec_map+default-devel + - rust-vec_map+eders-devel + - rust-vec_map+serde-devel + - rust-vec_map-devel + - rust-version_check+default-devel + - rust-version_check-devel + - rust-void+default-devel + - rust-void+std-devel + - rust-void-devel + - rust-walkdir+default-devel + - rust-walkdir-devel + - rust-yaml-rust0.3+default-devel + - rust-yaml-rust0.3+linked-hash-map-devel + - rust-yaml-rust0.3+preserve_order-devel + - rust-yaml-rust0.3-devel components: rpms: + rust-packaging: + buildorder: 0 + rationale: Something needs to orchestrate build of all stuff below. + rust-ansi_term: + buildorder: 10 + rationale: Dependency of rust-clap. + rust-bitflags: + buildorder: 10 + rationale: Dependency of rust-clap, rust-devicemapper, rust-nix. + rust-build_const: + buildorder: 10 + rationale: Dependency of rust-crc. + rust-byteorder: + buildorder: 10 + rationale: Dependency of rust-bytes, rust-uuid, stratisd. + rust-cfg-if: + buildorder: 10 + rationale: Dependency of rust-backtrace, rust-cpp_demangle, rust-crossbeam-epoch0.5, + rust-log, rust-memchr, rust-nix, rust-tempfile, rust-uuid. + rust-crossbeam-utils: + buildorder: 10 + rationale: Dependency of rust-crossbeam-deque0.4, rust-crossbeam-epoch0.5. + rust-glob: + buildorder: 10 + rationale: Dependency of rust-cpp_demangle. + rust-heapsize: + buildorder: 10 + rationale: Dependency of rust-linked-hash-map. + rust-itoa: + buildorder: 10 + rationale: Dependency of rust-serde_json. + rust-libc: + buildorder: 10 + rationale: Dependency of rust-atty, rust-backtrace, rust-backtrace-sys, rust-dbus, + rust-devicemapper, rust-errno, rust-iovec, rust-libmount, rust-libudev, + rust-libudev-sys, rust-loopdev, rust-memchr, rust-nix, rust-num_cpus, rust-rand, + rust-rand0.4, rust-rayon-core, rust-tempfile, rust-term_size, rust-time, + rust-timerfd, stratisd. + rust-md5: + buildorder: 10 + rationale: Dependency of rust-uuid. + rust-memoffset: + buildorder: 10 + rationale: Dependency of rust-crossbeam-epoch0.5. + rust-nodrop: + buildorder: 10 + rationale: Dependency of rust-arrayvec. + rust-num-traits: + buildorder: 10 + rationale: Dependency of rust-chrono, rust-num-integer. + rust-pkg-config: + buildorder: 10 + rationale: Dependency of rust-libdbus-sys, rust-libudev-sys. + rust-quick-error: + buildorder: 10 + rationale: Dependency of rust-humantime, rust-libmount. + rust-remove_dir_all: + buildorder: 10 + rationale: Dependency of rust-tempfile. + rust-rustc-demangle: + buildorder: 10 + rationale: Dependency of rust-backtrace. + rust-same-file: + buildorder: 10 + rationale: Dependency of rust-walkdir. + rust-scopeguard: + buildorder: 10 + rationale: Dependency of rust-crossbeam-epoch0.5. + rust-semver-parser0.7: + buildorder: 10 + rationale: Dependency of rust-semver. + rust-strsim: + buildorder: 10 + rationale: Dependency of rust-clap. + rust-termcolor: + buildorder: 10 + rationale: Dependency of rust-env_logger. + rust-ucd-util: + buildorder: 10 + rationale: Dependency of rust-regex-syntax. + rust-unicode-width: + buildorder: 10 + rationale: Dependency of rust-clap, rust-textwrap. + rust-unicode-xid: + buildorder: 10 + rationale: Dependency of rust-proc-macro2, rust-syn. + rust-utf8-ranges: + buildorder: 10 + rationale: Dependency of rust-regex. + rust-version_check: + buildorder: 10 + rationale: Dependency of rust-lazy_static, rust-memchr. + rust-void: + buildorder: 10 + rationale: Dependency of rust-nix. + rust-atty: + buildorder: 20 + rationale: Dependency of rust-clap, rust-env_logger. + rust-cpp_demangle: + buildorder: 20 + rationale: Dependency of rust-backtrace. + rust-crc: + buildorder: 20 + rationale: Dependency of stratisd. + rust-errno: + buildorder: 20 + rationale: Dependency of rust-loopdev. + rust-humantime: + buildorder: 20 + rationale: Dependency of rust-env_logger. + rust-iovec: + buildorder: 20 + rationale: Dependency of rust-bytes. + rust-lazy_static: + buildorder: 20 + rationale: Dependency of rust-crossbeam-epoch0.5, rust-nix, rust-rayon-core, + rust-thread_local, stratisd. + rust-libdbus-sys: + buildorder: 20 + rationale: Dependency of rust-dbus. + rust-libudev-sys: + buildorder: 20 + rationale: Dependency of rust-libudev. + rust-memchr: + buildorder: 20 + rationale: Dependency of rust-aho-corasick, rust-regex. + rust-num-integer: + buildorder: 20 + rationale: Dependency of rust-chrono. + rust-num_cpus: + buildorder: 20 + rationale: Dependency of rust-rayon-core. + rust-proc-macro2: + buildorder: 20 + rationale: Dependency of rust-no-panic, rust-quote, rust-serde_derive, rust-syn. + rust-rand0.4: + buildorder: 20 + rationale: Dependency of rust-nix, rust-quickcheck0.6, rust-rustc-serialize, + rust-uuid, stratisd. + rust-regex-syntax: + buildorder: 20 + rationale: Dependency of rust-regex. + rust-term_size: + buildorder: 20 + rationale: Dependency of rust-clap, rust-textwrap. + rust-timerfd: + buildorder: 20 + rationale: Dependency of stratisd. + rust-walkdir: + buildorder: 20 + rationale: Dependency of stratisd. + rust-aho-corasick: + buildorder: 30 + rationale: Dependency of rust-regex. + rust-dbus: + buildorder: 30 + rationale: Dependency of stratisd. + rust-libudev: + buildorder: 30 + rationale: Dependency of rust-devicemapper, stratisd. + rust-loopdev: + buildorder: 30 + rationale: Dependency of rust-devicemapper, stratisd. + rust-quote: + buildorder: 30 + rationale: Dependency of rust-no-panic, rust-serde_derive, rust-syn. + rust-rustc-serialize: + buildorder: 30 + rationale: Dependency of rust-backtrace, rust-chrono, rust-macro-attr, rust-time. + rust-textwrap: + buildorder: 30 + rationale: Dependency of rust-clap. + rust-thread_local: + buildorder: 30 + rationale: Dependency of rust-regex. + rust-macro-attr: + buildorder: 40 + rationale: Dependency of rust-devicemapper, stratisd. + rust-regex: + buildorder: 40 + rationale: Dependency of rust-env_logger. + rust-syn: + buildorder: 40 + rationale: Dependency of rust-no-panic, rust-serde_derive. + rust-no-panic: + buildorder: 50 + rationale: Dependency of rust-ryu. + rust-serde_derive: + buildorder: 50 + rationale: Dependency of rust-backtrace, rust-rand, rust-rand_core, rust-serde, + stratisd. + rust-ryu: + buildorder: 60 + rationale: Dependency of rust-serde_json. + rust-serde: + buildorder: 60 + rationale: Dependency of rust-arrayvec, rust-backtrace, rust-bytes, rust-chrono, + rust-devicemapper, rust-either, rust-indexmap, rust-linked-hash-map, rust-log, + rust-rand, rust-rand_core, rust-semver, rust-serde_json, rust-serde_test, + rust-sha1, rust-uuid, rust-vec_map, stratisd. + rust-arrayvec: + buildorder: 70 + rationale: Dependency of rust-crossbeam-epoch0.5. + rust-either: + buildorder: 70 + rationale: Dependency of rust-bytes, rust-rayon, stratisd. + rust-indexmap: + buildorder: 70 + rationale: Dependency of rust-serde_json. + rust-linked-hash-map: + buildorder: 70 + rationale: Dependency of rust-yaml-rust0.3. + rust-log: + buildorder: 70 + rationale: Dependency of rust-env_logger, rust-quickcheck0.6, rust-rand, rust-time, + stratisd. + rust-rand_core: + buildorder: 70 + rationale: Dependency of rust-rand_core0.2. + rust-semver: + buildorder: 70 + rationale: Dependency of rust-rustc_version. + rust-serde_test: + buildorder: 70 + rationale: Dependency of rust-uuid. + rust-sha1: + buildorder: 70 + rationale: Dependency of rust-uuid. + rust-vec_map: + buildorder: 70 + rationale: Dependency of rust-clap. + rust-bytes: + buildorder: 80 + rationale: Dependency of rust-nix. + rust-crossbeam-epoch0.5: + buildorder: 80 + rationale: Dependency of rust-crossbeam-deque0.4. + rust-env_logger: + buildorder: 80 + rationale: Dependency of rust-quickcheck0.6, stratisd. + rust-rand_core0.2: + buildorder: 80 + rationale: Dependency of rust-rand. + rust-rustc_version: + buildorder: 80 + rationale: Dependency of rust-newtype_derive. + rust-serde_json: + buildorder: 80 + rationale: Dependency of stratisd. + rust-time: + buildorder: 80 + rationale: Dependency of rust-chrono. + rust-uuid: + buildorder: 80 + rationale: Dependency of rust-devicemapper, stratisd. + rust-yaml-rust0.3: + buildorder: 80 + rationale: Dependency of rust-clap. + rust-chrono: + buildorder: 90 + rationale: Dependency of stratisd. + rust-clap: + buildorder: 90 + rationale: Dependency of stratisd. + rust-crossbeam-deque0.4: + buildorder: 90 + rationale: Dependency of rust-rayon, rust-rayon-core. + rust-newtype_derive: + buildorder: 90 + rationale: Dependency of rust-devicemapper. + rust-quickcheck0.6: + buildorder: 90 + rationale: Dependency of stratisd. + rust-rand: + buildorder: 90 + rationale: Dependency of rust-tempfile. + rust-rayon-core: + buildorder: 100 + rationale: Dependency of rust-rayon. + rust-tempfile: + buildorder: 100 + rationale: Dependency of rust-devicemapper, rust-nix, stratisd. + rust-nix: + buildorder: 110 + rationale: Dependency of rust-devicemapper, rust-libmount, stratisd. + rust-rayon: + buildorder: 110 + rationale: Dependency of rust-cc. + rust-cc: + buildorder: 120 + rationale: Dependency of rust-backtrace-sys. + rust-libmount: + buildorder: 120 + rationale: Dependency of rust-devicemapper, stratisd. + rust-backtrace-sys: + buildorder: 130 + rationale: Dependency of rust-backtrace. + rust-backtrace: + buildorder: 140 + rationale: Dependency of rust-error-chain. + rust-error-chain: + buildorder: 150 + rationale: Dependency of rust-devicemapper, stratisd. + rust-devicemapper: + buildorder: 160 + rationale: Dependency of stratisd. stratisd: - rationale: | - Daemon that manages a pool of block devices to create flexible filesystems. - - Main component. + buildorder: 170 + rationale: Main component. ref: 1 From 51099ca314a73cee6fc6fc2d47c07fa752e8a56c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Nov 2018 09:06:27 +0100 Subject: [PATCH 12/43] rebuild Signed-off-by: Igor Gnatenko From 37b6ca1d7d5e7b5b525cf84596631f4f3e02f401 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Nov 2018 10:00:47 +0100 Subject: [PATCH 13/43] rebuild Signed-off-by: Igor Gnatenko From 13a989536537f210fb8d1a344b4b3d6f3fadfb76 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Nov 2018 10:16:33 +0100 Subject: [PATCH 14/43] rebuild Signed-off-by: Igor Gnatenko From 0ecbf7684dc522a7d13aa648e6387703d3494961 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Nov 2018 11:19:35 +0100 Subject: [PATCH 15/43] include stratis-cli Signed-off-by: Igor Gnatenko --- stratis.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/stratis.yaml b/stratis.yaml index 10e7516..386886d 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -17,6 +17,7 @@ data: api: rpms: - stratisd + - stratis-cli profiles: default: rpms: @@ -708,3 +709,7 @@ data: buildorder: 170 rationale: Main component. ref: 1 + stratis-cli: + buildorder: 170 + rationale: Main component. + ref: 1 From 01a72a40790204c129b16714d2bdeeacac49560d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Nov 2018 12:37:30 +0100 Subject: [PATCH 16/43] rebuild Signed-off-by: Igor Gnatenko From ce65afbb40873abbc52bf78148fff7ed590269dd Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 9 Nov 2018 17:01:36 +0100 Subject: [PATCH 17/43] rebuild Signed-off-by: Igor Gnatenko From 1af92c02ed37517586709de307249ee4b7ec25f7 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 8 Dec 2018 15:08:59 +0100 Subject: [PATCH 18/43] filter rust-clap+doc-devel Signed-off-by: Igor Gnatenko --- stratis.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/stratis.yaml b/stratis.yaml index 386886d..a5c4215 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -86,6 +86,7 @@ data: - rust-clap+color-devel - rust-clap+debug-devel - rust-clap+default-devel + - rust-clap+doc-devel - rust-clap+no_cargo-devel - rust-clap+strsim-devel - rust-clap+suggestions-devel From 17835cc76194867b3c863dca7c29ae8a952f70dc Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 13 Dec 2018 13:48:44 +0100 Subject: [PATCH 19/43] update stratisd/stratis-cli to 1.0.2 Signed-off-by: Igor Gnatenko --- stratis.yaml | 307 +++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 247 insertions(+), 60 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index a5c4215..dd3b356 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -33,6 +33,8 @@ data: - rust-aho-corasick-devel - rust-ansi_term+default-devel - rust-ansi_term-devel + - rust-arrayvec+array-sizes-129-255-devel + - rust-arrayvec+array-sizes-33-128-devel - rust-arrayvec+default-devel - rust-arrayvec+serde-1-devel - rust-arrayvec+serde-devel @@ -55,6 +57,12 @@ data: - rust-backtrace-devel - rust-backtrace-sys+default-devel - rust-backtrace-sys-devel + - rust-bit-set+default-devel + - rust-bit-set+std-devel + - rust-bit-set-devel + - rust-bit-vec+default-devel + - rust-bit-vec+std-devel + - rust-bit-vec-devel - rust-bitflags+default-devel - rust-bitflags-devel - rust-build_const+default-devel @@ -133,6 +141,8 @@ data: - rust-error-chain+default-devel - rust-error-chain+example_generated-devel - rust-error-chain-devel + - rust-fnv+default-devel + - rust-fnv-devel - rust-glob+default-devel - rust-glob-devel - rust-heapsize+default-devel @@ -192,6 +202,8 @@ data: - rust-macro-attr+std-devel - rust-macro-attr+unstable-macros-1-1-devel - rust-macro-attr-devel + - rust-matches+default-devel + - rust-matches-devel - rust-md5+default-devel - rust-md5-devel - rust-memchr+default-devel @@ -227,16 +239,20 @@ data: - rust-proc-macro2+default-devel - rust-proc-macro2+proc-macro-devel - rust-proc-macro2-devel + - rust-proptest+alloc-devel + - rust-proptest+bit-set-devel + - rust-proptest+default-devel + - rust-proptest+fork-devel + - rust-proptest+quick-error-devel + - rust-proptest+regex-syntax-devel + - rust-proptest+rusty-fork-devel + - rust-proptest+std-devel + - rust-proptest+tempfile-devel + - rust-proptest+timeout-devel + - rust-proptest+unstable-devel + - rust-proptest-devel - rust-quick-error+default-devel - rust-quick-error-devel - - rust-quickcheck0.6+default-devel - - rust-quickcheck0.6+env_logger-devel - - rust-quickcheck0.6+i128-devel - - rust-quickcheck0.6+log-devel - - rust-quickcheck0.6+regex-devel - - rust-quickcheck0.6+unstable-devel - - rust-quickcheck0.6+use_logging-devel - - rust-quickcheck0.6-devel - rust-quote+default-devel - rust-quote+proc-macro-devel - rust-quote-devel @@ -245,9 +261,7 @@ data: - rust-rand+i128_support-devel - rust-rand+libc-devel - rust-rand+log-devel - - rust-rand+serde-devel - rust-rand+serde1-devel - - rust-rand+serde_derive-devel - rust-rand+std-devel - rust-rand-devel - rust-rand0.4+alloc-devel @@ -256,6 +270,18 @@ data: - rust-rand0.4+libc-devel - rust-rand0.4+std-devel - rust-rand0.4-devel + - rust-rand0.5+alloc-devel + - rust-rand0.5+default-devel + - rust-rand0.5+i128_support-devel + - rust-rand0.5+libc-devel + - rust-rand0.5+log-devel + - rust-rand0.5+serde-devel + - rust-rand0.5+serde1-devel + - rust-rand0.5+serde_derive-devel + - rust-rand0.5+std-devel + - rust-rand0.5-devel + - rust-rand_chacha+default-devel + - rust-rand_chacha-devel - rust-rand_core+alloc-devel - rust-rand_core+default-devel - rust-rand_core+serde-devel @@ -268,6 +294,23 @@ data: - rust-rand_core0.2+serde1-devel - rust-rand_core0.2+std-devel - rust-rand_core0.2-devel + - rust-rand_hc+default-devel + - rust-rand_hc-devel + - rust-rand_isaac+default-devel + - rust-rand_isaac+serde-devel + - rust-rand_isaac+serde1-devel + - rust-rand_isaac+serde_derive-devel + - rust-rand_isaac-devel + - rust-rand_pcg+default-devel + - rust-rand_pcg+serde-devel + - rust-rand_pcg+serde1-devel + - rust-rand_pcg+serde_derive-devel + - rust-rand_pcg-devel + - rust-rand_xorshift+default-devel + - rust-rand_xorshift+serde-devel + - rust-rand_xorshift+serde1-devel + - rust-rand_xorshift+serde_derive-devel + - rust-rand_xorshift-devel - rust-rayon+default-devel - rust-rayon-core+default-devel - rust-rayon-core-devel @@ -287,6 +330,10 @@ data: - rust-rustc-serialize-devel - rust-rustc_version+default-devel - rust-rustc_version-devel + - rust-rusty-fork+default-devel + - rust-rusty-fork+timeout-devel + - rust-rusty-fork+wait-timeout-devel + - rust-rusty-fork-devel - rust-ryu+default-devel - rust-ryu+no-panic-devel - rust-ryu+small-devel @@ -318,8 +365,6 @@ data: - rust-serde_json+preserve_order-devel - rust-serde_json+raw_value-devel - rust-serde_json-devel - - rust-serde_test+default-devel - - rust-serde_test-devel - rust-sha1+default-devel - rust-sha1+serde-devel - rust-sha1+std-devel @@ -368,16 +413,13 @@ data: - rust-utf8-ranges+default-devel - rust-utf8-ranges-devel - rust-uuid+byteorder-devel - - rust-uuid+const_fn-devel - rust-uuid+default-devel - rust-uuid+md5-devel - - rust-uuid+nightly-devel - rust-uuid+rand-devel - rust-uuid+serde-devel - rust-uuid+sha1-devel - rust-uuid+std-devel - rust-uuid+u128-devel - - rust-uuid+use_std-devel - rust-uuid+v1-devel - rust-uuid+v3-devel - rust-uuid+v4-devel @@ -392,6 +434,8 @@ data: - rust-void+default-devel - rust-void+std-devel - rust-void-devel + - rust-wait-timeout+default-devel + - rust-wait-timeout-devel - rust-walkdir+default-devel - rust-walkdir-devel - rust-yaml-rust0.3+default-devel @@ -406,306 +450,449 @@ data: rust-ansi_term: buildorder: 10 rationale: Dependency of rust-clap. + ref: aa0509304673d8e85ed10b2faff32a88da30fcc9 # rust-ansi_term-0.11.0-4.fc30 + rust-bit-vec: + buildorder: 10 + rationale: Dependency of rust-bit-set. + ref: 1f837468212b4f006026aef028a4150b4e2932cc # rust-bit-vec-0.5.0-1.fc30 rust-bitflags: buildorder: 10 - rationale: Dependency of rust-clap, rust-devicemapper, rust-nix. + rationale: Dependency of rust-clap, rust-devicemapper, rust-nix, rust-proptest. + ref: 35dc9f1812443cea5514786003f0bb5fa91a60e7 # rust-bitflags-1.0.4-3.fc30 rust-build_const: buildorder: 10 rationale: Dependency of rust-crc. + ref: d0c58db506cb4f2226e59ddb4a6f070969301b64 # rust-build_const-0.2.1-3.fc30 rust-byteorder: buildorder: 10 - rationale: Dependency of rust-bytes, rust-uuid, stratisd. + rationale: Dependency of rust-bytes, rust-proptest, rust-uuid, stratisd. + ref: 35aaadf1730f3e63acd50b840f429a5c5420fd3d # rust-byteorder-1.2.7-1.fc30 rust-cfg-if: buildorder: 10 rationale: Dependency of rust-backtrace, rust-cpp_demangle, rust-crossbeam-epoch0.5, - rust-log, rust-memchr, rust-nix, rust-tempfile, rust-uuid. + rust-log, rust-memchr, rust-nix, rust-tempfile. + ref: 3ff094ad603593adc3a036e1610b239fb8480142 # rust-cfg-if-0.1.6-3.fc30 rust-crossbeam-utils: buildorder: 10 rationale: Dependency of rust-crossbeam-deque0.4, rust-crossbeam-epoch0.5. + ref: fa961b60d20ed68c7598a1634bd387f56dd43da8 # rust-crossbeam-utils-0.5.0-3.fc30 + rust-fnv: + buildorder: 10 + rationale: Dependency of rust-rusty-fork. + ref: f76a15cf2fc96595594e47651fab208c9fdeb0ab # rust-fnv-1.0.6-6.fc30 rust-glob: buildorder: 10 rationale: Dependency of rust-cpp_demangle. + ref: 93ba2ff8a8ae9ba1eb63718a283f9b2ff9ecc7a0 # rust-glob-0.2.11-8.fc30 rust-heapsize: buildorder: 10 rationale: Dependency of rust-linked-hash-map. + ref: 5d1d4b2c2356f42760dd4cbb90b7cbe982f98d95 # rust-heapsize-0.4.2-6.fc30 rust-itoa: buildorder: 10 rationale: Dependency of rust-serde_json. + ref: a74464c89c102e86d26cbc500d853ae626a30100 # rust-itoa-0.4.3-3.fc30 + rust-lazy_static: + buildorder: 10 + rationale: Dependency of rust-crossbeam-epoch0.5, rust-nix, rust-proptest, + rust-rayon-core, rust-thread_local, stratisd. + ref: 7a328c3bacdf13a9d21216669a3eab132150e017 # rust-lazy_static-1.2.0-1.fc30 rust-libc: buildorder: 10 rationale: Dependency of rust-atty, rust-backtrace, rust-backtrace-sys, rust-dbus, rust-devicemapper, rust-errno, rust-iovec, rust-libmount, rust-libudev, rust-libudev-sys, rust-loopdev, rust-memchr, rust-nix, rust-num_cpus, rust-rand, - rust-rand0.4, rust-rayon-core, rust-tempfile, rust-term_size, rust-time, - rust-timerfd, stratisd. + rust-rand0.4, rust-rand0.5, rust-rayon-core, rust-tempfile, rust-term_size, + rust-time, rust-timerfd, rust-wait-timeout, stratisd. + ref: b6e07851fb9be98d5c2aa53d84ae3815bc919573 # rust-libc-0.2.45-1.fc30 + rust-matches: + buildorder: 10 + rationale: Dependency of stratisd. + ref: bd2957b904ae186bab6d88530f9aa2e4326f09bf # rust-matches-0.1.8-2.fc30 rust-md5: buildorder: 10 rationale: Dependency of rust-uuid. + ref: 40638469b616c025ff1ebd6ad09680bedf2c3fcd # rust-md5-0.6.0-1.fc30 rust-memoffset: buildorder: 10 rationale: Dependency of rust-crossbeam-epoch0.5. + ref: 62c46ec2976e1dccf3d18e0e2ff01699492413f5 # rust-memoffset-0.2.1-5.fc30 rust-nodrop: buildorder: 10 rationale: Dependency of rust-arrayvec. + ref: c1f90077d31da7a13431ba044b45924e58e2d4d3 # rust-nodrop-0.1.13-1.fc30 rust-num-traits: buildorder: 10 - rationale: Dependency of rust-chrono, rust-num-integer. + rationale: Dependency of rust-chrono, rust-num-integer, rust-proptest. + ref: 4e2949127b5f08f46a8d6dcf0734f814068b5392 # rust-num-traits-0.2.6-2.fc30 rust-pkg-config: buildorder: 10 rationale: Dependency of rust-libdbus-sys, rust-libudev-sys. + ref: 349c7189cb33d384e542ddf3ccf4b53c607b5dd1 # rust-pkg-config-0.3.14-3.fc30 rust-quick-error: buildorder: 10 - rationale: Dependency of rust-humantime, rust-libmount. + rationale: Dependency of rust-humantime, rust-libmount, rust-proptest, rust-rusty-fork. + ref: f612214953cdf2c776ce141f5299f6b222fb778b # rust-quick-error-1.2.2-3.fc30 rust-remove_dir_all: buildorder: 10 rationale: Dependency of rust-tempfile. + ref: 6310fee8639dd342e255e27749bb5bcb516c6180 # rust-remove_dir_all-0.5.1-3.fc30 rust-rustc-demangle: buildorder: 10 rationale: Dependency of rust-backtrace. + ref: 90626dce0c46fb5345a2f56eaa343c7e974eebb9 # rust-rustc-demangle-0.1.9-2.fc30 rust-same-file: buildorder: 10 rationale: Dependency of rust-walkdir. + ref: 2984d93bf5c73c8dba1b34342c163fd7f21828b7 # rust-same-file-1.0.4-1.fc30 rust-scopeguard: buildorder: 10 rationale: Dependency of rust-crossbeam-epoch0.5. + ref: 53c1fd50c528fa9ddf49d8c4b996e7acde05bc05 # rust-scopeguard-0.3.3-6.fc30 rust-semver-parser0.7: buildorder: 10 rationale: Dependency of rust-semver. + ref: 37048a01c68df96f31b0b867bb7730a37b5a8ebe # rust-semver-parser0.7-0.7.0-8.fc30 rust-strsim: buildorder: 10 rationale: Dependency of rust-clap. + ref: 3a1928c8136b290a3fadab301fbc4bf1b7d56931 # rust-strsim-0.8.0-3.fc30 rust-termcolor: buildorder: 10 rationale: Dependency of rust-env_logger. + ref: a68dc908bc946b62c6e758a1a01494dc2f4aa76e # rust-termcolor-1.0.4-2.fc30 rust-ucd-util: buildorder: 10 rationale: Dependency of rust-regex-syntax. + ref: 5a5d8fab31bae623291642b55aefbd48d6ec9e15 # rust-ucd-util-0.1.3-1.fc30 rust-unicode-width: buildorder: 10 rationale: Dependency of rust-clap, rust-textwrap. + ref: 6599a5158eea49a44ee255445af3b1fc5bfc4661 # rust-unicode-width-0.1.5-4.fc30 rust-unicode-xid: buildorder: 10 rationale: Dependency of rust-proc-macro2, rust-syn. + ref: e67cc74e1354143c0fb5edf7af67c176ae7edcaa # rust-unicode-xid-0.1.0-7.fc30 rust-utf8-ranges: buildorder: 10 rationale: Dependency of rust-regex. + ref: a84dc7e43b7df1a4e41f9139e54d4d3eddd49492 # rust-utf8-ranges-1.0.2-1.fc30 rust-version_check: buildorder: 10 - rationale: Dependency of rust-lazy_static, rust-memchr. + rationale: Dependency of rust-memchr. + ref: 11ca374687fe9a9db49be1ede98a4c92b492e1e1 # rust-version_check-0.1.5-3.fc30 rust-void: buildorder: 10 rationale: Dependency of rust-nix. + ref: c0d2cf66ed917dce908190930a7337723a388645 # rust-void-1.0.2-7.fc30 rust-atty: buildorder: 20 rationale: Dependency of rust-clap, rust-env_logger. + ref: ac26eb2fbd95334a8310a4fad799ca9044bc12c1 # rust-atty-0.2.11-3.fc30 + rust-bit-set: + buildorder: 20 + rationale: Dependency of rust-proptest. + ref: 060f908e2c4c5b78906303dcb8fce60af9ee6184 # rust-bit-set-0.5.0-1.fc30 rust-cpp_demangle: buildorder: 20 rationale: Dependency of rust-backtrace. + ref: 4158244fde194f404c0c46c3702c38813b0485ef # rust-cpp_demangle-0.2.12-2.fc30 rust-crc: buildorder: 20 rationale: Dependency of stratisd. + ref: 4fa0c9f411333ff766d7a05a1fd1976e84a70300 # rust-crc-1.8.1-3.fc30 rust-errno: buildorder: 20 rationale: Dependency of rust-loopdev. + ref: c53e20309d905de0a6da0872f690925a8db5ed42 # rust-errno-0.2.4-3.fc30 rust-humantime: buildorder: 20 rationale: Dependency of rust-env_logger. + ref: af95bfea72033693d428f486d05e754fb4ba5a4a # rust-humantime-1.2.0-1.fc30 rust-iovec: buildorder: 20 rationale: Dependency of rust-bytes. - rust-lazy_static: - buildorder: 20 - rationale: Dependency of rust-crossbeam-epoch0.5, rust-nix, rust-rayon-core, - rust-thread_local, stratisd. + ref: e432ee0eef42b32e6f6d42917b74ecc1cbec565a # rust-iovec-0.1.2-3.fc30 rust-libdbus-sys: buildorder: 20 rationale: Dependency of rust-dbus. + ref: 1a93fab75d75adf741bccc51a1a25376bfbec211 # rust-libdbus-sys-0.1.4-2.fc30 rust-libudev-sys: buildorder: 20 rationale: Dependency of rust-libudev. + ref: 07573c661d859725a709a3b53f5d0f13d16200c8 # rust-libudev-sys-0.1.4-5.fc30 rust-memchr: buildorder: 20 rationale: Dependency of rust-aho-corasick, rust-regex. + ref: d120e8a40f353875824c64b40552636a3909eaee # rust-memchr-2.1.1-1.fc30 rust-num-integer: buildorder: 20 rationale: Dependency of rust-chrono. + ref: 4f03bdde59b7c8661e6aa18ad253c0c3c5dd64ff # rust-num-integer-0.1.39-3.fc30 rust-num_cpus: buildorder: 20 rationale: Dependency of rust-rayon-core. + ref: 54a3646595ccb45c6a04c0e3fec41ad14402d631 # rust-num_cpus-1.8.0-6.fc30 rust-proc-macro2: buildorder: 20 rationale: Dependency of rust-no-panic, rust-quote, rust-serde_derive, rust-syn. + ref: 33a107cc1cca900f5b859f1550722db91993aeaf # rust-proc-macro2-0.4.24-1.fc30 rust-rand0.4: buildorder: 20 - rationale: Dependency of rust-nix, rust-quickcheck0.6, rust-rustc-serialize, - rust-uuid, stratisd. + rationale: Dependency of rust-nix, rust-rustc-serialize, stratisd. + ref: 07c8d720dfc54c5594cb99aececc6ab5d3753ed3 # rust-rand0.4-0.4.3-2.fc30 rust-regex-syntax: buildorder: 20 - rationale: Dependency of rust-regex. + rationale: Dependency of rust-proptest, rust-regex. + ref: 4678fe0a02fdb22a1996112f18525f1743b965ec # rust-regex-syntax-0.6.4-1.fc30 rust-term_size: buildorder: 20 rationale: Dependency of rust-clap, rust-textwrap. + ref: 7c62e64aa170d34ec9ea65b7dfd286e19d9b7b0c # rust-term_size-0.3.1-6.fc30 + rust-thread_local: + buildorder: 20 + rationale: Dependency of rust-regex. + ref: 0679edb992d183e75f282660ee632fcdfea7ea15 # rust-thread_local-0.3.6-3.fc30 rust-timerfd: buildorder: 20 rationale: Dependency of stratisd. + ref: 03fcbbea6dcd9e90b71a38cb3efadb68d86e68b3 # rust-timerfd-1.0.0-2.fc30 + rust-wait-timeout: + buildorder: 20 + rationale: Dependency of rust-rusty-fork. + ref: 1cf624228c7509e55fe49b0ebdb398f73f0d356e # rust-wait-timeout-0.1.5-5.fc30 rust-walkdir: buildorder: 20 rationale: Dependency of stratisd. + ref: c80bc3bcab3f6677b0a3b80c4f252e3a636767dc # rust-walkdir-2.2.7-1.fc30 rust-aho-corasick: buildorder: 30 rationale: Dependency of rust-regex. + ref: 2133a27af85565874a0d9c8d15e18037244ff38a # rust-aho-corasick-0.6.9-1.fc30 rust-dbus: buildorder: 30 rationale: Dependency of stratisd. + ref: 8e1dc964a7e77d4a598b24894d7e41ed99767363 # rust-dbus-0.6.3-2.fc30 rust-libudev: buildorder: 30 rationale: Dependency of rust-devicemapper, stratisd. + ref: 1cd04ccd6897f2a0f809d932d82663da38817ea5 # rust-libudev-0.2.0-5.fc30 rust-loopdev: buildorder: 30 rationale: Dependency of rust-devicemapper, stratisd. + ref: 572fb473b9223ac25b0f26e21094419277cc721b # rust-loopdev-0.2.1-2.fc30 rust-quote: buildorder: 30 rationale: Dependency of rust-no-panic, rust-serde_derive, rust-syn. + ref: c961bcff2aa6f97fb0d12b21ee4f282b1fa537d5 # rust-quote-0.6.10-1.fc30 rust-rustc-serialize: buildorder: 30 rationale: Dependency of rust-backtrace, rust-chrono, rust-macro-attr, rust-time. + ref: b9b6a9aa8f91f45e8eb624abac6c08385993f890 # rust-rustc-serialize-0.3.24-7.fc30 rust-textwrap: buildorder: 30 rationale: Dependency of rust-clap. - rust-thread_local: - buildorder: 30 - rationale: Dependency of rust-regex. + ref: cf2ce1a4cef3436fd130838c4dfa7a9cfbdea512 # rust-textwrap-0.10.0-4.fc30 rust-macro-attr: buildorder: 40 - rationale: Dependency of rust-devicemapper, stratisd. + rationale: Dependency of rust-devicemapper. + ref: b50327af5ed7dce400814814051edc34512ada65 # rust-macro-attr-0.2.0-5.fc30 rust-regex: buildorder: 40 rationale: Dependency of rust-env_logger. + ref: b5b881cb5c7a61799b2674fd3bd288741c328aa6 # rust-regex-1.1.0-1.fc30 rust-syn: buildorder: 40 rationale: Dependency of rust-no-panic, rust-serde_derive. + ref: 3eefaacece13afebd669592b6ffe7d30c0cb74db # rust-syn-0.15.22-1.fc30 rust-no-panic: buildorder: 50 rationale: Dependency of rust-ryu. + ref: 4cafe36a347abe405facbfa90608964e5187d5c6 # rust-no-panic-0.1.6-1.fc30 rust-serde_derive: buildorder: 50 - rationale: Dependency of rust-backtrace, rust-rand, rust-rand_core, rust-serde, - stratisd. + rationale: Dependency of rust-backtrace, rust-rand0.5, rust-rand_core, rust-rand_isaac, + rust-rand_pcg, rust-rand_xorshift, rust-serde, stratisd. + ref: df0e25f330f251e441f547a28af750382099caf7 # rust-serde_derive-1.0.81-1.fc30 rust-ryu: buildorder: 60 rationale: Dependency of rust-serde_json. + ref: 59e32206decde54d779fff167ef3535555d6c120 # rust-ryu-0.2.7-1.fc30 rust-serde: buildorder: 60 rationale: Dependency of rust-arrayvec, rust-backtrace, rust-bytes, rust-chrono, rust-devicemapper, rust-either, rust-indexmap, rust-linked-hash-map, rust-log, - rust-rand, rust-rand_core, rust-semver, rust-serde_json, rust-serde_test, - rust-sha1, rust-uuid, rust-vec_map, stratisd. + rust-rand0.5, rust-rand_core, rust-rand_isaac, rust-rand_pcg, rust-rand_xorshift, + rust-semver, rust-serde_json, rust-sha1, rust-uuid, rust-vec_map, stratisd. + ref: b01fc16cb8385e3f79efc788aa9e5694a7e0fcdb # rust-serde-1.0.81-1.fc30 rust-arrayvec: buildorder: 70 rationale: Dependency of rust-crossbeam-epoch0.5. + ref: cc38e242f0558a353620ef67c4ed50bb07545d7c # rust-arrayvec-0.4.8-1.fc30 rust-either: buildorder: 70 rationale: Dependency of rust-bytes, rust-rayon, stratisd. + ref: 5046abacfee588fd28ae7a73a8ab4166d669ef7c # rust-either-1.5.0-4.fc30 rust-indexmap: buildorder: 70 rationale: Dependency of rust-serde_json. + ref: 3d839547100cbed3db4fdb0820453bbe8ddaaf92 # rust-indexmap-1.0.2-2.fc30 rust-linked-hash-map: buildorder: 70 rationale: Dependency of rust-yaml-rust0.3. + ref: f0e7523a34b8ec7a8c9051e33f22577772da6b83 # rust-linked-hash-map-0.5.1-5.fc30 rust-log: buildorder: 70 - rationale: Dependency of rust-env_logger, rust-quickcheck0.6, rust-rand, rust-time, + rationale: Dependency of rust-env_logger, rust-rand, rust-rand0.5, rust-time, stratisd. + ref: 8e19b2e015c86d959a2a69f391f8e84585f2f0ed # rust-log-0.4.6-1.fc30 rust-rand_core: buildorder: 70 - rationale: Dependency of rust-rand_core0.2. + rationale: Dependency of rust-rand, rust-rand_chacha, rust-rand_core0.2, rust-rand_hc, + rust-rand_isaac, rust-rand_pcg, rust-rand_xorshift. + ref: df6ff2cd8a67a3b277509f5aa4bf3ddfa755587e # rust-rand_core-0.3.0-1.fc30 rust-semver: buildorder: 70 rationale: Dependency of rust-rustc_version. - rust-serde_test: - buildorder: 70 - rationale: Dependency of rust-uuid. + ref: ecb153f342062549c1d129fd88fc51cfb82ca610 # rust-semver-0.9.0-6.fc30 rust-sha1: buildorder: 70 rationale: Dependency of rust-uuid. + ref: e9270274339c2485c76e81a6e2bd7f9b1cca3aeb # rust-sha1-0.6.0-4.fc30 rust-vec_map: buildorder: 70 rationale: Dependency of rust-clap. + ref: 18b851a496671350e388786f18d3ec18c610d603 # rust-vec_map-0.8.1-4.fc30 rust-bytes: buildorder: 80 rationale: Dependency of rust-nix. + ref: cd79cdc3bcece367d1846d5a086930f2a8e8db43 # rust-bytes-0.4.11-1.fc30 rust-crossbeam-epoch0.5: buildorder: 80 rationale: Dependency of rust-crossbeam-deque0.4. + ref: d2bd3e0a22b054d723fc31144206bd4cc04b781a # rust-crossbeam-epoch0.5-0.5.2-1.fc30 rust-env_logger: buildorder: 80 - rationale: Dependency of rust-quickcheck0.6, stratisd. + rationale: Dependency of stratisd. + ref: 87d004618b011013b0d95a49fa95a7a93b6117c8 # rust-env_logger-0.5.13-2.fc30 rust-rand_core0.2: + buildorder: 80 + rationale: Dependency of rust-rand0.5, rust-rand_chacha, rust-rand_hc, rust-rand_xorshift. + ref: 213c71a9ceffcf725dae95e698dda19ebc0d3575 # rust-rand_core0.2-0.2.2-2.fc30 + rust-rand_isaac: buildorder: 80 rationale: Dependency of rust-rand. + ref: 1192744700aeac93b19635510c93394f69444961 # rust-rand_isaac-0.1.1-2.fc30 rust-rustc_version: buildorder: 80 - rationale: Dependency of rust-newtype_derive. + rationale: Dependency of rust-newtype_derive, rust-rand, rust-rand_chacha, + rust-rand_pcg. + ref: 0aed6639ef0f23bca9c76a95a9dabc7a4d40744f # rust-rustc_version-0.2.3-3.fc30 rust-serde_json: buildorder: 80 rationale: Dependency of stratisd. + ref: a25776f7eedab519fcda9a59fbf6d37edff9dd43 # rust-serde_json-1.0.33-1.fc30 rust-time: buildorder: 80 rationale: Dependency of rust-chrono. - rust-uuid: - buildorder: 80 - rationale: Dependency of rust-devicemapper, stratisd. + ref: 8101c26a92d86a7a84474ee824dceacf6398d7a2 # rust-time-0.1.40-3.fc30 rust-yaml-rust0.3: buildorder: 80 rationale: Dependency of rust-clap. + ref: 5ecf7d35b65788bd2a4ce03258c229476ddae35f # rust-yaml-rust0.3-0.3.5-8.fc30 rust-chrono: buildorder: 90 rationale: Dependency of stratisd. + ref: 6d71f62ed6b5e291be41c181b20beb0e11a6d06b # rust-chrono-0.4.6-2.fc30 rust-clap: buildorder: 90 rationale: Dependency of stratisd. + ref: 49f0406741f0e9b2fe4b6ed19aa809302adaa0a2 # rust-clap-2.32.0-6.fc30 rust-crossbeam-deque0.4: buildorder: 90 rationale: Dependency of rust-rayon, rust-rayon-core. + ref: 6127953b009eeca38b9cc83ffa7eb1e255f49fe4 # rust-crossbeam-deque0.4-0.4.1-6.fc30 rust-newtype_derive: buildorder: 90 rationale: Dependency of rust-devicemapper. - rust-quickcheck0.6: + ref: 8bf6359fd714878feaebafa99ec1af10fee9291f # rust-newtype_derive-0.1.6-5.fc30 + rust-rand0.5: buildorder: 90 - rationale: Dependency of stratisd. + rationale: Dependency of rust-proptest. + ref: 124a78480a2151c8aea634c7dfc74fb250b48d9e # rust-rand0.5-0.5.5-1.fc30 + rust-rand_chacha: + buildorder: 90 + rationale: Dependency of rust-rand. + ref: 1911c04674738523fe02cc4f7d5bb6db8298f59b # rust-rand_chacha-0.1.0-2.fc30 + rust-rand_hc: + buildorder: 90 + rationale: Dependency of rust-rand. + ref: 6db6704ae2b3aa786f4b7213ae26b290238a95b2 # rust-rand_hc-0.1.0-2.fc30 + rust-rand_pcg: + buildorder: 90 + rationale: Dependency of rust-rand. + ref: 7c635a9f2ca12413a13d3c5c36466a97c6728508 # rust-rand_pcg-0.1.1-3.fc30 + rust-rand_xorshift: + buildorder: 90 + rationale: Dependency of rust-rand. + ref: c25f5d2e15a6c49da69839a99f349768a05cf1c2 # rust-rand_xorshift-0.1.0-2.fc30 rust-rand: - buildorder: 90 - rationale: Dependency of rust-tempfile. + buildorder: 100 + rationale: Dependency of rust-tempfile, rust-uuid. + ref: 28235b2d4b4b9acabde7462d55fc0467543aa542 # rust-rand-0.6.1-1.fc30 rust-rayon-core: buildorder: 100 rationale: Dependency of rust-rayon. - rust-tempfile: - buildorder: 100 - rationale: Dependency of rust-devicemapper, rust-nix, stratisd. - rust-nix: - buildorder: 110 - rationale: Dependency of rust-devicemapper, rust-libmount, stratisd. + ref: d0107623e5c040be5a17ef61447b79e701d1dc3b # rust-rayon-core-1.4.1-2.fc30 rust-rayon: buildorder: 110 rationale: Dependency of rust-cc. + ref: e9eb09faa3e501c814db53a0c3291a26d8f4b33c # rust-rayon-1.0.3-1.fc30 + rust-tempfile: + buildorder: 110 + rationale: Dependency of rust-devicemapper, rust-nix, rust-proptest, rust-rusty-fork, + stratisd. + ref: badfa074e24a8b558ed075551198ba3f0c6731d3 # rust-tempfile-3.0.5-1.fc30 + rust-uuid: + buildorder: 110 + rationale: Dependency of rust-devicemapper, stratisd. + ref: f4531741f59eeeb8de1f7fe362a5db42c6d52848 # rust-uuid-0.7.1-3.fc30 rust-cc: buildorder: 120 rationale: Dependency of rust-backtrace-sys. - rust-libmount: + ref: 483f84b8ce33e5d0d94961451efdc3700c9548db # rust-cc-1.0.25-3.fc30 + rust-nix: buildorder: 120 - rationale: Dependency of rust-devicemapper, stratisd. + rationale: Dependency of rust-devicemapper, rust-libmount, stratisd. + ref: b8ba0ad9023296e588d9184110913aebcfe35a0c # rust-nix-0.11.0-4.fc30 + rust-rusty-fork: + buildorder: 120 + rationale: Dependency of rust-proptest. + ref: 0fe1612301c3c0e06204ba3afd4af6900c94e749 # rust-rusty-fork-0.2.1-1.fc30 rust-backtrace-sys: buildorder: 130 rationale: Dependency of rust-backtrace. + ref: 63730f1800ad92312bd517bdadec0fac5fbed012 # rust-backtrace-sys-0.1.24-2.fc30 + rust-libmount: + buildorder: 130 + rationale: Dependency of rust-devicemapper, stratisd. + ref: 90ec9bfe997b6120433857b2cf6afc06d613e2b2 # rust-libmount-0.1.11-2.fc30 + rust-proptest: + buildorder: 130 + rationale: Dependency of stratisd. + ref: 9c568434fcd3a3ed71f8bbe3670a13cff8bb5e61 # rust-proptest-0.8.7-3.fc30 rust-backtrace: buildorder: 140 rationale: Dependency of rust-error-chain. + ref: ec392d1c50365099965d064a27ef2dcc04322c01 # rust-backtrace-0.3.9-3.fc30 rust-error-chain: buildorder: 150 rationale: Dependency of rust-devicemapper, stratisd. + ref: 99ef4aee452738db7b1c8c6a88664cf3cf3b9f4b # rust-error-chain-0.12.0-2.fc30 rust-devicemapper: buildorder: 160 rationale: Dependency of stratisd. + ref: 9d00f9d1a3c1cadfff265b135efac7f75cd2ccc7 # rust-devicemapper-0.26.1-1.fc30 stratisd: buildorder: 170 rationale: Main component. From 5302c09b2bad24442d508416cf810a974fc119fa Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 13 Dec 2018 14:40:53 +0100 Subject: [PATCH 20/43] fix rust-md5 build Signed-off-by: Igor Gnatenko --- stratis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stratis.yaml b/stratis.yaml index dd3b356..6726f54 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -512,7 +512,7 @@ data: rust-md5: buildorder: 10 rationale: Dependency of rust-uuid. - ref: 40638469b616c025ff1ebd6ad09680bedf2c3fcd # rust-md5-0.6.0-1.fc30 + ref: 13fd0c5500c88a88c45485129c07301378b495e9 # rust-md5-0.6.0-1.fc30 rust-memoffset: buildorder: 10 rationale: Dependency of rust-crossbeam-epoch0.5. From 2a012a99cceee9912042585dc6f4927c7a5885ae Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 13 Dec 2018 14:56:03 +0100 Subject: [PATCH 21/43] fix refs Signed-off-by: Igor Gnatenko --- stratis.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index 6726f54..f14d1fb 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -458,7 +458,7 @@ data: rust-bitflags: buildorder: 10 rationale: Dependency of rust-clap, rust-devicemapper, rust-nix, rust-proptest. - ref: 35dc9f1812443cea5514786003f0bb5fa91a60e7 # rust-bitflags-1.0.4-3.fc30 + ref: aab0778768757e462b20bc4d77e70bae43c1d0ad # rust-bitflags-1.0.4-3.fc30 rust-build_const: buildorder: 10 rationale: Dependency of rust-crc. @@ -483,7 +483,7 @@ data: rust-glob: buildorder: 10 rationale: Dependency of rust-cpp_demangle. - ref: 93ba2ff8a8ae9ba1eb63718a283f9b2ff9ecc7a0 # rust-glob-0.2.11-8.fc30 + ref: 1aa02b1bea883cbcb8a2e8f7787b859e80616f9e # rust-glob-0.2.11-8.fc30 rust-heapsize: buildorder: 10 rationale: Dependency of rust-linked-hash-map. @@ -536,7 +536,7 @@ data: rust-remove_dir_all: buildorder: 10 rationale: Dependency of rust-tempfile. - ref: 6310fee8639dd342e255e27749bb5bcb516c6180 # rust-remove_dir_all-0.5.1-3.fc30 + ref: 32d46357989efa9c0d518c5cbb51d74f1aeec01b # rust-remove_dir_all-0.5.1-3.fc30 rust-rustc-demangle: buildorder: 10 rationale: Dependency of rust-backtrace. @@ -596,7 +596,7 @@ data: rust-cpp_demangle: buildorder: 20 rationale: Dependency of rust-backtrace. - ref: 4158244fde194f404c0c46c3702c38813b0485ef # rust-cpp_demangle-0.2.12-2.fc30 + ref: 3f1ad60f2da422a7094ccc01786e822b5b1023a0 # rust-cpp_demangle-0.2.12-2.fc30 rust-crc: buildorder: 20 rationale: Dependency of stratisd. @@ -888,7 +888,7 @@ data: rust-error-chain: buildorder: 150 rationale: Dependency of rust-devicemapper, stratisd. - ref: 99ef4aee452738db7b1c8c6a88664cf3cf3b9f4b # rust-error-chain-0.12.0-2.fc30 + ref: 73336d5d0209cd5826348b4e5fc551656627b8e8 # rust-error-chain-0.12.0-2.fc30 rust-devicemapper: buildorder: 160 rationale: Dependency of stratisd. From 582db202e112b32183697951ded38a923c143452 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 14 Dec 2018 08:58:56 +0100 Subject: [PATCH 22/43] rebuild Signed-off-by: Igor Gnatenko From 2ba4bf9cb15e7f4a86de23a019c079826fb430ea Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 15 Dec 2018 17:06:39 +0100 Subject: [PATCH 23/43] rebuild Signed-off-by: Igor Gnatenko From 9ae9a04259a7963a7ac1bd09b2ce5913190f41d8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 15 Dec 2018 21:01:34 +0100 Subject: [PATCH 24/43] update Signed-off-by: Igor Gnatenko --- stratis.yaml | 115 +++++++++++++++++++++------------------------------ 1 file changed, 46 insertions(+), 69 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index f14d1fb..9e50c1e 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -53,6 +53,7 @@ data: - rust-backtrace+serde_derive-devel - rust-backtrace+serialize-rustc-devel - rust-backtrace+serialize-serde-devel + - rust-backtrace+std-devel - rust-backtrace+unix-backtrace-devel - rust-backtrace-devel - rust-backtrace-sys+default-devel @@ -115,13 +116,13 @@ data: - rust-crc-devel - rust-crossbeam-deque0.4+default-devel - rust-crossbeam-deque0.4-devel - - rust-crossbeam-epoch0.5+default-devel - - rust-crossbeam-epoch0.5+lazy_static-devel - - rust-crossbeam-epoch0.5+sanitize-devel - - rust-crossbeam-epoch0.5+use_std-devel - - rust-crossbeam-epoch0.5-devel + - rust-crossbeam-epoch+default-devel + - rust-crossbeam-epoch+lazy_static-devel + - rust-crossbeam-epoch+sanitize-devel + - rust-crossbeam-epoch+std-devel + - rust-crossbeam-epoch-devel - rust-crossbeam-utils+default-devel - - rust-crossbeam-utils+use_std-devel + - rust-crossbeam-utils+std-devel - rust-crossbeam-utils-devel - rust-dbus+default-devel - rust-dbus+no-string-validation-devel @@ -270,16 +271,6 @@ data: - rust-rand0.4+libc-devel - rust-rand0.4+std-devel - rust-rand0.4-devel - - rust-rand0.5+alloc-devel - - rust-rand0.5+default-devel - - rust-rand0.5+i128_support-devel - - rust-rand0.5+libc-devel - - rust-rand0.5+log-devel - - rust-rand0.5+serde-devel - - rust-rand0.5+serde1-devel - - rust-rand0.5+serde_derive-devel - - rust-rand0.5+std-devel - - rust-rand0.5-devel - rust-rand_chacha+default-devel - rust-rand_chacha-devel - rust-rand_core+alloc-devel @@ -289,11 +280,6 @@ data: - rust-rand_core+serde_derive-devel - rust-rand_core+std-devel - rust-rand_core-devel - - rust-rand_core0.2+alloc-devel - - rust-rand_core0.2+default-devel - - rust-rand_core0.2+serde1-devel - - rust-rand_core0.2+std-devel - - rust-rand_core0.2-devel - rust-rand_hc+default-devel - rust-rand_hc-devel - rust-rand_isaac+default-devel @@ -469,13 +455,9 @@ data: ref: 35aaadf1730f3e63acd50b840f429a5c5420fd3d # rust-byteorder-1.2.7-1.fc30 rust-cfg-if: buildorder: 10 - rationale: Dependency of rust-backtrace, rust-cpp_demangle, rust-crossbeam-epoch0.5, - rust-log, rust-memchr, rust-nix, rust-tempfile. + rationale: Dependency of rust-backtrace, rust-cpp_demangle, rust-crossbeam-epoch, + rust-crossbeam-utils, rust-log, rust-memchr, rust-nix, rust-tempfile. ref: 3ff094ad603593adc3a036e1610b239fb8480142 # rust-cfg-if-0.1.6-3.fc30 - rust-crossbeam-utils: - buildorder: 10 - rationale: Dependency of rust-crossbeam-deque0.4, rust-crossbeam-epoch0.5. - ref: fa961b60d20ed68c7598a1634bd387f56dd43da8 # rust-crossbeam-utils-0.5.0-3.fc30 rust-fnv: buildorder: 10 rationale: Dependency of rust-rusty-fork. @@ -494,16 +476,16 @@ data: ref: a74464c89c102e86d26cbc500d853ae626a30100 # rust-itoa-0.4.3-3.fc30 rust-lazy_static: buildorder: 10 - rationale: Dependency of rust-crossbeam-epoch0.5, rust-nix, rust-proptest, - rust-rayon-core, rust-thread_local, stratisd. + rationale: Dependency of rust-crossbeam-epoch, rust-nix, rust-proptest, rust-rayon-core, + rust-thread_local, stratisd. ref: 7a328c3bacdf13a9d21216669a3eab132150e017 # rust-lazy_static-1.2.0-1.fc30 rust-libc: buildorder: 10 rationale: Dependency of rust-atty, rust-backtrace, rust-backtrace-sys, rust-dbus, rust-devicemapper, rust-errno, rust-iovec, rust-libmount, rust-libudev, rust-libudev-sys, rust-loopdev, rust-memchr, rust-nix, rust-num_cpus, rust-rand, - rust-rand0.4, rust-rand0.5, rust-rayon-core, rust-tempfile, rust-term_size, - rust-time, rust-timerfd, rust-wait-timeout, stratisd. + rust-rand0.4, rust-rayon-core, rust-tempfile, rust-term_size, rust-time, + rust-timerfd, rust-wait-timeout, stratisd. ref: b6e07851fb9be98d5c2aa53d84ae3815bc919573 # rust-libc-0.2.45-1.fc30 rust-matches: buildorder: 10 @@ -512,10 +494,10 @@ data: rust-md5: buildorder: 10 rationale: Dependency of rust-uuid. - ref: 13fd0c5500c88a88c45485129c07301378b495e9 # rust-md5-0.6.0-1.fc30 + ref: fdc075cfa2770a0cce3815bce728baaa49b3ea0d # rust-md5-0.6.1-1.fc30 rust-memoffset: buildorder: 10 - rationale: Dependency of rust-crossbeam-epoch0.5. + rationale: Dependency of rust-crossbeam-epoch. ref: 62c46ec2976e1dccf3d18e0e2ff01699492413f5 # rust-memoffset-0.2.1-5.fc30 rust-nodrop: buildorder: 10 @@ -547,7 +529,7 @@ data: ref: 2984d93bf5c73c8dba1b34342c163fd7f21828b7 # rust-same-file-1.0.4-1.fc30 rust-scopeguard: buildorder: 10 - rationale: Dependency of rust-crossbeam-epoch0.5. + rationale: Dependency of rust-crossbeam-epoch. ref: 53c1fd50c528fa9ddf49d8c4b996e7acde05bc05 # rust-scopeguard-0.3.3-6.fc30 rust-semver-parser0.7: buildorder: 10 @@ -601,6 +583,10 @@ data: buildorder: 20 rationale: Dependency of stratisd. ref: 4fa0c9f411333ff766d7a05a1fd1976e84a70300 # rust-crc-1.8.1-3.fc30 + rust-crossbeam-utils: + buildorder: 20 + rationale: Dependency of rust-crossbeam-deque0.4, rust-crossbeam-epoch. + ref: 872f94206b859d2c1435e2323a38f216f22fe332 # rust-crossbeam-utils-0.6.3-1.fc30 rust-errno: buildorder: 20 rationale: Dependency of rust-loopdev. @@ -624,7 +610,7 @@ data: rust-memchr: buildorder: 20 rationale: Dependency of rust-aho-corasick, rust-regex. - ref: d120e8a40f353875824c64b40552636a3909eaee # rust-memchr-2.1.1-1.fc30 + ref: c66ef675bf5bf4a0e86e8025657e8e63c2e5558d # rust-memchr-2.1.2-1.fc30 rust-num-integer: buildorder: 20 rationale: Dependency of rust-chrono. @@ -632,7 +618,7 @@ data: rust-num_cpus: buildorder: 20 rationale: Dependency of rust-rayon-core. - ref: 54a3646595ccb45c6a04c0e3fec41ad14402d631 # rust-num_cpus-1.8.0-6.fc30 + ref: 5e763bdc000db186f747be37d99f043a9087ccf5 # rust-num_cpus-1.9.0-1.fc30 rust-proc-macro2: buildorder: 20 rationale: Dependency of rust-no-panic, rust-quote, rust-serde_derive, rust-syn. @@ -711,9 +697,9 @@ data: ref: 4cafe36a347abe405facbfa90608964e5187d5c6 # rust-no-panic-0.1.6-1.fc30 rust-serde_derive: buildorder: 50 - rationale: Dependency of rust-backtrace, rust-rand0.5, rust-rand_core, rust-rand_isaac, + rationale: Dependency of rust-backtrace, rust-rand_core, rust-rand_isaac, rust-rand_pcg, rust-rand_xorshift, rust-serde, stratisd. - ref: df0e25f330f251e441f547a28af750382099caf7 # rust-serde_derive-1.0.81-1.fc30 + ref: 85f438b4af89633e2dbac3966c12381375d64f90 # rust-serde_derive-1.0.82-1.fc30 rust-ryu: buildorder: 60 rationale: Dependency of rust-serde_json. @@ -722,12 +708,12 @@ data: buildorder: 60 rationale: Dependency of rust-arrayvec, rust-backtrace, rust-bytes, rust-chrono, rust-devicemapper, rust-either, rust-indexmap, rust-linked-hash-map, rust-log, - rust-rand0.5, rust-rand_core, rust-rand_isaac, rust-rand_pcg, rust-rand_xorshift, - rust-semver, rust-serde_json, rust-sha1, rust-uuid, rust-vec_map, stratisd. - ref: b01fc16cb8385e3f79efc788aa9e5694a7e0fcdb # rust-serde-1.0.81-1.fc30 + rust-rand_core, rust-rand_isaac, rust-rand_pcg, rust-rand_xorshift, rust-semver, + rust-serde_json, rust-sha1, rust-uuid, rust-vec_map, stratisd. + ref: 7f813cafd81368b1bf9b3d1304f0ac0cceb6fdd0 # rust-serde-1.0.82-1.fc30 rust-arrayvec: buildorder: 70 - rationale: Dependency of rust-crossbeam-epoch0.5. + rationale: Dependency of rust-crossbeam-epoch. ref: cc38e242f0558a353620ef67c4ed50bb07545d7c # rust-arrayvec-0.4.8-1.fc30 rust-either: buildorder: 70 @@ -743,13 +729,12 @@ data: ref: f0e7523a34b8ec7a8c9051e33f22577772da6b83 # rust-linked-hash-map-0.5.1-5.fc30 rust-log: buildorder: 70 - rationale: Dependency of rust-env_logger, rust-rand, rust-rand0.5, rust-time, - stratisd. + rationale: Dependency of rust-env_logger, rust-rand, rust-time, stratisd. ref: 8e19b2e015c86d959a2a69f391f8e84585f2f0ed # rust-log-0.4.6-1.fc30 rust-rand_core: buildorder: 70 - rationale: Dependency of rust-rand, rust-rand_chacha, rust-rand_core0.2, rust-rand_hc, - rust-rand_isaac, rust-rand_pcg, rust-rand_xorshift. + rationale: Dependency of rust-rand, rust-rand_chacha, rust-rand_hc, rust-rand_isaac, + rust-rand_pcg, rust-rand_xorshift. ref: df6ff2cd8a67a3b277509f5aa4bf3ddfa755587e # rust-rand_core-0.3.0-1.fc30 rust-semver: buildorder: 70 @@ -767,22 +752,26 @@ data: buildorder: 80 rationale: Dependency of rust-nix. ref: cd79cdc3bcece367d1846d5a086930f2a8e8db43 # rust-bytes-0.4.11-1.fc30 - rust-crossbeam-epoch0.5: + rust-crossbeam-epoch: buildorder: 80 rationale: Dependency of rust-crossbeam-deque0.4. - ref: d2bd3e0a22b054d723fc31144206bd4cc04b781a # rust-crossbeam-epoch0.5-0.5.2-1.fc30 + ref: 838e33c5c346bbacccfa8feaa3edae52c3683586 # rust-crossbeam-epoch-0.6.1-1.fc30 rust-env_logger: buildorder: 80 rationale: Dependency of stratisd. ref: 87d004618b011013b0d95a49fa95a7a93b6117c8 # rust-env_logger-0.5.13-2.fc30 - rust-rand_core0.2: + rust-rand_hc: buildorder: 80 - rationale: Dependency of rust-rand0.5, rust-rand_chacha, rust-rand_hc, rust-rand_xorshift. - ref: 213c71a9ceffcf725dae95e698dda19ebc0d3575 # rust-rand_core0.2-0.2.2-2.fc30 + rationale: Dependency of rust-rand. + ref: 6db6704ae2b3aa786f4b7213ae26b290238a95b2 # rust-rand_hc-0.1.0-2.fc30 rust-rand_isaac: buildorder: 80 rationale: Dependency of rust-rand. ref: 1192744700aeac93b19635510c93394f69444961 # rust-rand_isaac-0.1.1-2.fc30 + rust-rand_xorshift: + buildorder: 80 + rationale: Dependency of rust-rand. + ref: c25f5d2e15a6c49da69839a99f349768a05cf1c2 # rust-rand_xorshift-0.1.0-2.fc30 rust-rustc_version: buildorder: 80 rationale: Dependency of rust-newtype_derive, rust-rand, rust-rand_chacha, @@ -795,7 +784,7 @@ data: rust-time: buildorder: 80 rationale: Dependency of rust-chrono. - ref: 8101c26a92d86a7a84474ee824dceacf6398d7a2 # rust-time-0.1.40-3.fc30 + ref: 19a293249bb3ae0c9ac9873fc7c1811a7b3b108d # rust-time-0.1.41-1.fc30 rust-yaml-rust0.3: buildorder: 80 rationale: Dependency of rust-clap. @@ -811,34 +800,22 @@ data: rust-crossbeam-deque0.4: buildorder: 90 rationale: Dependency of rust-rayon, rust-rayon-core. - ref: 6127953b009eeca38b9cc83ffa7eb1e255f49fe4 # rust-crossbeam-deque0.4-0.4.1-6.fc30 + ref: b86c1981cc90be95fa3c31f03a3dafe2f3cd2e6b # rust-crossbeam-deque0.4-0.4.1-7.fc30 rust-newtype_derive: buildorder: 90 rationale: Dependency of rust-devicemapper. ref: 8bf6359fd714878feaebafa99ec1af10fee9291f # rust-newtype_derive-0.1.6-5.fc30 - rust-rand0.5: - buildorder: 90 - rationale: Dependency of rust-proptest. - ref: 124a78480a2151c8aea634c7dfc74fb250b48d9e # rust-rand0.5-0.5.5-1.fc30 rust-rand_chacha: buildorder: 90 rationale: Dependency of rust-rand. ref: 1911c04674738523fe02cc4f7d5bb6db8298f59b # rust-rand_chacha-0.1.0-2.fc30 - rust-rand_hc: - buildorder: 90 - rationale: Dependency of rust-rand. - ref: 6db6704ae2b3aa786f4b7213ae26b290238a95b2 # rust-rand_hc-0.1.0-2.fc30 rust-rand_pcg: buildorder: 90 rationale: Dependency of rust-rand. ref: 7c635a9f2ca12413a13d3c5c36466a97c6728508 # rust-rand_pcg-0.1.1-3.fc30 - rust-rand_xorshift: - buildorder: 90 - rationale: Dependency of rust-rand. - ref: c25f5d2e15a6c49da69839a99f349768a05cf1c2 # rust-rand_xorshift-0.1.0-2.fc30 rust-rand: buildorder: 100 - rationale: Dependency of rust-tempfile, rust-uuid. + rationale: Dependency of rust-proptest, rust-tempfile, rust-uuid. ref: 28235b2d4b4b9acabde7462d55fc0467543aa542 # rust-rand-0.6.1-1.fc30 rust-rayon-core: buildorder: 100 @@ -860,7 +837,7 @@ data: rust-cc: buildorder: 120 rationale: Dependency of rust-backtrace-sys. - ref: 483f84b8ce33e5d0d94961451efdc3700c9548db # rust-cc-1.0.25-3.fc30 + ref: 72ca356cd0d4a2446de4de5e1600ce195c73ab8d # rust-cc-1.0.26-1.fc30 rust-nix: buildorder: 120 rationale: Dependency of rust-devicemapper, rust-libmount, stratisd. @@ -880,11 +857,11 @@ data: rust-proptest: buildorder: 130 rationale: Dependency of stratisd. - ref: 9c568434fcd3a3ed71f8bbe3670a13cff8bb5e61 # rust-proptest-0.8.7-3.fc30 + ref: 5a0310b7028880513e2879d0093fd03a3560c630 # rust-proptest-0.8.7-4.fc30 rust-backtrace: buildorder: 140 rationale: Dependency of rust-error-chain. - ref: ec392d1c50365099965d064a27ef2dcc04322c01 # rust-backtrace-0.3.9-3.fc30 + ref: 760cad7fb4eb3d70d14eeab6cdb7bc105421dcea # rust-backtrace-0.3.12-1.fc30 rust-error-chain: buildorder: 150 rationale: Dependency of rust-devicemapper, stratisd. From 5fe1e64359d4cafd8145fc3154238eb5d02287a2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 18 Feb 2019 23:02:20 +0000 Subject: [PATCH 25/43] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 7cd77d9b8f636127a7a9fb10395d2adcb89045fc Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Mar 2019 19:24:24 +0000 Subject: [PATCH 26/43] Branching f30 from rawhide Signed-off-by: Fedora Release Engineering From 81669e507d806942d76c78defc3216ccecd14c2d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 4 Mar 2019 18:14:49 +0000 Subject: [PATCH 27/43] Branching f30 from rawhide, second attempt after platform:f31 enablement Signed-off-by: Fedora Release Engineering From 0e700478300d82d36347cbeed965d75759a525dc Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 5 Mar 2019 10:08:45 +0100 Subject: [PATCH 28/43] Regenerate Signed-off-by: Igor Gnatenko --- stratis.yaml | 350 ++++++++++++++++++++++++++------------------------- 1 file changed, 182 insertions(+), 168 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index 9e50c1e..6a18fce 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -42,6 +42,8 @@ data: - rust-arrayvec-devel - rust-atty+default-devel - rust-atty-devel + - rust-autocfg+default-devel + - rust-autocfg-devel - rust-backtrace+backtrace-sys-devel - rust-backtrace+cpp_demangle-devel - rust-backtrace+default-devel @@ -73,11 +75,6 @@ data: - rust-byteorder+i128-devel - rust-byteorder+std-devel - rust-byteorder-devel - - rust-bytes+default-devel - - rust-bytes+either-devel - - rust-bytes+i128-devel - - rust-bytes+serde-devel - - rust-bytes-devel - rust-cc+default-devel - rust-cc+parallel-devel - rust-cc+rayon-devel @@ -122,6 +119,7 @@ data: - rust-crossbeam-epoch+std-devel - rust-crossbeam-epoch-devel - rust-crossbeam-utils+default-devel + - rust-crossbeam-utils+lazy_static-devel - rust-crossbeam-utils+std-devel - rust-crossbeam-utils-devel - rust-dbus+default-devel @@ -133,9 +131,9 @@ data: - rust-either+serde-devel - rust-either+use_std-devel - rust-either-devel - - rust-env_logger+default-devel - - rust-env_logger+regex-devel - - rust-env_logger-devel + - rust-env_logger0.5+default-devel + - rust-env_logger0.5+regex-devel + - rust-env_logger0.5-devel - rust-errno+default-devel - rust-errno-devel - rust-error-chain+backtrace-devel @@ -155,8 +153,6 @@ data: - rust-indexmap+serde-1-devel - rust-indexmap+serde-devel - rust-indexmap-devel - - rust-iovec+default-devel - - rust-iovec-devel - rust-itoa+default-devel - rust-itoa+i128-devel - rust-itoa+std-devel @@ -165,6 +161,7 @@ data: - rust-lazy_static-devel - rust-libc+align-devel - rust-libc+default-devel + - rust-libc+extra_traits-devel - rust-libc+use_std-devel - rust-libc-devel - rust-libdbus-sys+default-devel @@ -239,6 +236,7 @@ data: - rust-pkg-config-devel - rust-proc-macro2+default-devel - rust-proc-macro2+proc-macro-devel + - rust-proc-macro2+span-locations-devel - rust-proc-macro2-devel - rust-proptest+alloc-devel - rust-proptest+bit-set-devel @@ -260,8 +258,8 @@ data: - rust-rand+alloc-devel - rust-rand+default-devel - rust-rand+i128_support-devel - - rust-rand+libc-devel - rust-rand+log-devel + - rust-rand+rand_os-devel - rust-rand+serde1-devel - rust-rand+std-devel - rust-rand-devel @@ -280,6 +278,11 @@ data: - rust-rand_core+serde_derive-devel - rust-rand_core+std-devel - rust-rand_core-devel + - rust-rand_core0.3+alloc-devel + - rust-rand_core0.3+default-devel + - rust-rand_core0.3+serde1-devel + - rust-rand_core0.3+std-devel + - rust-rand_core0.3-devel - rust-rand_hc+default-devel - rust-rand_hc-devel - rust-rand_isaac+default-devel @@ -287,6 +290,13 @@ data: - rust-rand_isaac+serde1-devel - rust-rand_isaac+serde_derive-devel - rust-rand_isaac-devel + - rust-rand_jitter+default-devel + - rust-rand_jitter+log-devel + - rust-rand_jitter+std-devel + - rust-rand_jitter-devel + - rust-rand_os+default-devel + - rust-rand_os+log-devel + - rust-rand_os-devel - rust-rand_pcg+default-devel - rust-rand_pcg+serde-devel - rust-rand_pcg+serde1-devel @@ -350,6 +360,7 @@ data: - rust-serde_json+indexmap-devel - rust-serde_json+preserve_order-devel - rust-serde_json+raw_value-devel + - rust-serde_json+unbounded_depth-devel - rust-serde_json-devel - rust-sha1+default-devel - rust-sha1+serde-devel @@ -415,8 +426,6 @@ data: - rust-vec_map+eders-devel - rust-vec_map+serde-devel - rust-vec_map-devel - - rust-version_check+default-devel - - rust-version_check-devel - rust-void+default-devel - rust-void+std-devel - rust-void-devel @@ -436,440 +445,445 @@ data: rust-ansi_term: buildorder: 10 rationale: Dependency of rust-clap. - ref: aa0509304673d8e85ed10b2faff32a88da30fcc9 # rust-ansi_term-0.11.0-4.fc30 + ref: 981f698b95b96924110b56201491bca38b4a43a8 # rust-ansi_term-0.11.0-5.fc30 + rust-autocfg: + buildorder: 10 + rationale: Dependency of rust-backtrace, rust-rand, rust-rand_chacha, rust-rand_pcg. + ref: 81a855938853d5b158170384a78b4bfd0e640fd5 # rust-autocfg-0.1.2-3.fc30 rust-bit-vec: buildorder: 10 rationale: Dependency of rust-bit-set. - ref: 1f837468212b4f006026aef028a4150b4e2932cc # rust-bit-vec-0.5.0-1.fc30 + ref: 1269bace9404fea189796bd0039f6a7d8bc66dd2 # rust-bit-vec-0.5.0-2.fc30 rust-bitflags: buildorder: 10 rationale: Dependency of rust-clap, rust-devicemapper, rust-nix, rust-proptest. - ref: aab0778768757e462b20bc4d77e70bae43c1d0ad # rust-bitflags-1.0.4-3.fc30 + ref: d6cb4b7f827a92a89c3d6c4744c6dd5525fc394f # rust-bitflags-1.0.4-4.fc30 rust-build_const: buildorder: 10 rationale: Dependency of rust-crc. - ref: d0c58db506cb4f2226e59ddb4a6f070969301b64 # rust-build_const-0.2.1-3.fc30 + ref: 137dfa1cb0559450bebd66967ffa38a47c48c06b # rust-build_const-0.2.1-5.fc30 rust-byteorder: buildorder: 10 - rationale: Dependency of rust-bytes, rust-proptest, rust-uuid, stratisd. - ref: 35aaadf1730f3e63acd50b840f429a5c5420fd3d # rust-byteorder-1.2.7-1.fc30 + rationale: Dependency of rust-proptest, rust-uuid, stratisd. + ref: 9121d26b6afea36bcb39252abdb3e3826b37af11 # rust-byteorder-1.3.1-2.fc30 rust-cfg-if: buildorder: 10 rationale: Dependency of rust-backtrace, rust-cpp_demangle, rust-crossbeam-epoch, - rust-crossbeam-utils, rust-log, rust-memchr, rust-nix, rust-tempfile. - ref: 3ff094ad603593adc3a036e1610b239fb8480142 # rust-cfg-if-0.1.6-3.fc30 + rust-crossbeam-utils, rust-log, rust-nix, rust-tempfile. + ref: fa49aac8a48bd413f6e3f2062adbe2a4d56d9abf # rust-cfg-if-0.1.7-1.fc31 rust-fnv: buildorder: 10 rationale: Dependency of rust-rusty-fork. - ref: f76a15cf2fc96595594e47651fab208c9fdeb0ab # rust-fnv-1.0.6-6.fc30 + ref: 6fc5413ebbbd5d44337be1c961b39002e5b92345 # rust-fnv-1.0.6-7.fc30 rust-glob: buildorder: 10 rationale: Dependency of rust-cpp_demangle. - ref: 1aa02b1bea883cbcb8a2e8f7787b859e80616f9e # rust-glob-0.2.11-8.fc30 + ref: fd46b8ad640f8bfa05b032b38bc1e225c2bc2e7b # rust-glob-0.2.11-9.fc30 rust-heapsize: buildorder: 10 rationale: Dependency of rust-linked-hash-map. - ref: 5d1d4b2c2356f42760dd4cbb90b7cbe982f98d95 # rust-heapsize-0.4.2-6.fc30 + ref: 72211c10671c278b504780f5f7baa9ce57329f9e # rust-heapsize-0.4.2-7.fc30 rust-itoa: buildorder: 10 rationale: Dependency of rust-serde_json. - ref: a74464c89c102e86d26cbc500d853ae626a30100 # rust-itoa-0.4.3-3.fc30 + ref: 7b951314bd701ac8cde5e65ec10c1306b8c5964d # rust-itoa-0.4.3-4.fc30 rust-lazy_static: buildorder: 10 - rationale: Dependency of rust-crossbeam-epoch, rust-nix, rust-proptest, rust-rayon-core, - rust-thread_local, stratisd. - ref: 7a328c3bacdf13a9d21216669a3eab132150e017 # rust-lazy_static-1.2.0-1.fc30 + rationale: Dependency of rust-crossbeam-epoch, rust-crossbeam-utils, rust-proptest, + rust-rayon-core, rust-thread_local, stratisd. + ref: d5e9788a643d103b1516a4e470168910d1fc3c13 # rust-lazy_static-1.3.0-1.fc31 rust-libc: buildorder: 10 rationale: Dependency of rust-atty, rust-backtrace, rust-backtrace-sys, rust-dbus, - rust-devicemapper, rust-errno, rust-iovec, rust-libmount, rust-libudev, - rust-libudev-sys, rust-loopdev, rust-memchr, rust-nix, rust-num_cpus, rust-rand, - rust-rand0.4, rust-rayon-core, rust-tempfile, rust-term_size, rust-time, + rust-devicemapper, rust-errno, rust-libmount, rust-libudev, rust-libudev-sys, + rust-loopdev, rust-memchr, rust-nix, rust-num_cpus, rust-rand, rust-rand0.4, + rust-rand_os, rust-rayon-core, rust-tempfile, rust-term_size, rust-time, rust-timerfd, rust-wait-timeout, stratisd. - ref: b6e07851fb9be98d5c2aa53d84ae3815bc919573 # rust-libc-0.2.45-1.fc30 + ref: fb431b31bb3d363720fd44a51008f26977fa42ad # rust-libc-0.2.49-1.fc31 rust-matches: buildorder: 10 rationale: Dependency of stratisd. - ref: bd2957b904ae186bab6d88530f9aa2e4326f09bf # rust-matches-0.1.8-2.fc30 + ref: 8e9a1c4f46c1355869374fe7fb403a6b6c1b0fca # rust-matches-0.1.8-4.fc30 rust-md5: buildorder: 10 rationale: Dependency of rust-uuid. - ref: fdc075cfa2770a0cce3815bce728baaa49b3ea0d # rust-md5-0.6.1-1.fc30 + ref: dd0017d96bc92faaab14e6caff0c872ef8f6d1ce # rust-md5-0.6.1-2.fc30 rust-memoffset: buildorder: 10 rationale: Dependency of rust-crossbeam-epoch. - ref: 62c46ec2976e1dccf3d18e0e2ff01699492413f5 # rust-memoffset-0.2.1-5.fc30 + ref: 6d80581b094d58c275bb447f0c6a3c73ee261570 # rust-memoffset-0.2.1-6.fc30 rust-nodrop: buildorder: 10 rationale: Dependency of rust-arrayvec. - ref: c1f90077d31da7a13431ba044b45924e58e2d4d3 # rust-nodrop-0.1.13-1.fc30 + ref: fe8918fa149286ef77b227729774a34069a2d1a5 # rust-nodrop-0.1.13-2.fc30 rust-num-traits: buildorder: 10 rationale: Dependency of rust-chrono, rust-num-integer, rust-proptest. - ref: 4e2949127b5f08f46a8d6dcf0734f814068b5392 # rust-num-traits-0.2.6-2.fc30 + ref: f52b292282ba55da6bfe30e849f3e8a74fe9e1f9 # rust-num-traits-0.2.6-4.fc30 rust-pkg-config: buildorder: 10 rationale: Dependency of rust-libdbus-sys, rust-libudev-sys. - ref: 349c7189cb33d384e542ddf3ccf4b53c607b5dd1 # rust-pkg-config-0.3.14-3.fc30 + ref: 4ed2590b18b486e7105d76b94f9baad214b3d2a0 # rust-pkg-config-0.3.14-4.fc30 rust-quick-error: buildorder: 10 rationale: Dependency of rust-humantime, rust-libmount, rust-proptest, rust-rusty-fork. - ref: f612214953cdf2c776ce141f5299f6b222fb778b # rust-quick-error-1.2.2-3.fc30 + ref: ce58a31b95536dc7c985ed30b7652944e0644234 # rust-quick-error-1.2.2-5.fc30 rust-remove_dir_all: buildorder: 10 rationale: Dependency of rust-tempfile. - ref: 32d46357989efa9c0d518c5cbb51d74f1aeec01b # rust-remove_dir_all-0.5.1-3.fc30 + ref: 6054c8ccc49d7b4fc4671a137f369e4c25b8d30f # rust-remove_dir_all-0.5.1-4.fc30 rust-rustc-demangle: buildorder: 10 rationale: Dependency of rust-backtrace. - ref: 90626dce0c46fb5345a2f56eaa343c7e974eebb9 # rust-rustc-demangle-0.1.9-2.fc30 + ref: 07caa0dc695b3332398f51e6eff2b72c91f5f78d # rust-rustc-demangle-0.1.13-2.fc30 + rust-rustc-serialize: + buildorder: 10 + rationale: Dependency of rust-backtrace, rust-chrono, rust-macro-attr, rust-time. + ref: 476e24bd2773971293c2e416a94e056dd04c229c # rust-rustc-serialize-0.3.24-9.fc30 rust-same-file: buildorder: 10 rationale: Dependency of rust-walkdir. - ref: 2984d93bf5c73c8dba1b34342c163fd7f21828b7 # rust-same-file-1.0.4-1.fc30 + ref: c6c84a8d60151f3b6fc0f8e4ca05808426530f6a # rust-same-file-1.0.4-2.fc30 rust-scopeguard: buildorder: 10 rationale: Dependency of rust-crossbeam-epoch. - ref: 53c1fd50c528fa9ddf49d8c4b996e7acde05bc05 # rust-scopeguard-0.3.3-6.fc30 + ref: d058bbf19eab010ef6477045a7c26cb93381b7e1 # rust-scopeguard-0.3.3-7.fc30 rust-semver-parser0.7: buildorder: 10 rationale: Dependency of rust-semver. - ref: 37048a01c68df96f31b0b867bb7730a37b5a8ebe # rust-semver-parser0.7-0.7.0-8.fc30 + ref: 171aa5834211cb7ba17fe68f68587879040bf342 # rust-semver-parser0.7-0.7.0-9.fc30 rust-strsim: buildorder: 10 rationale: Dependency of rust-clap. - ref: 3a1928c8136b290a3fadab301fbc4bf1b7d56931 # rust-strsim-0.8.0-3.fc30 + ref: 663afa7b1ad8bba8cb1454ff7290670f276eab52 # rust-strsim-0.8.0-4.fc30 rust-termcolor: buildorder: 10 - rationale: Dependency of rust-env_logger. - ref: a68dc908bc946b62c6e758a1a01494dc2f4aa76e # rust-termcolor-1.0.4-2.fc30 + rationale: Dependency of rust-env_logger0.5. + ref: 2c021f552034be8d0d1cde3a904ffc45cce38b7c # rust-termcolor-1.0.4-3.fc30 rust-ucd-util: buildorder: 10 rationale: Dependency of rust-regex-syntax. - ref: 5a5d8fab31bae623291642b55aefbd48d6ec9e15 # rust-ucd-util-0.1.3-1.fc30 + ref: b1e81c701e5edeeb5bf13f05529c9efd651d7cc3 # rust-ucd-util-0.1.3-2.fc30 rust-unicode-width: buildorder: 10 rationale: Dependency of rust-clap, rust-textwrap. - ref: 6599a5158eea49a44ee255445af3b1fc5bfc4661 # rust-unicode-width-0.1.5-4.fc30 + ref: 6b7a220e29805a34e566e0bbc056f04288e46b98 # rust-unicode-width-0.1.5-5.fc30 rust-unicode-xid: buildorder: 10 rationale: Dependency of rust-proc-macro2, rust-syn. - ref: e67cc74e1354143c0fb5edf7af67c176ae7edcaa # rust-unicode-xid-0.1.0-7.fc30 + ref: f0f240a98191837a508e3a829186f3e68fb073a7 # rust-unicode-xid-0.1.0-8.fc30 rust-utf8-ranges: buildorder: 10 rationale: Dependency of rust-regex. - ref: a84dc7e43b7df1a4e41f9139e54d4d3eddd49492 # rust-utf8-ranges-1.0.2-1.fc30 - rust-version_check: - buildorder: 10 - rationale: Dependency of rust-memchr. - ref: 11ca374687fe9a9db49be1ede98a4c92b492e1e1 # rust-version_check-0.1.5-3.fc30 + ref: 9ffdb97b701fca2b72af10278be1a94dbf09fbf9 # rust-utf8-ranges-1.0.2-2.fc30 rust-void: buildorder: 10 rationale: Dependency of rust-nix. - ref: c0d2cf66ed917dce908190930a7337723a388645 # rust-void-1.0.2-7.fc30 + ref: 625a54a91606a4a7e765f8dcc3d05843c01a551c # rust-void-1.0.2-8.fc30 rust-atty: buildorder: 20 - rationale: Dependency of rust-clap, rust-env_logger. - ref: ac26eb2fbd95334a8310a4fad799ca9044bc12c1 # rust-atty-0.2.11-3.fc30 + rationale: Dependency of rust-clap, rust-env_logger0.5. + ref: 8292e9fbe915444fb7fc60ae8843c039ae41ee5c # rust-atty-0.2.11-4.fc30 rust-bit-set: buildorder: 20 rationale: Dependency of rust-proptest. - ref: 060f908e2c4c5b78906303dcb8fce60af9ee6184 # rust-bit-set-0.5.0-1.fc30 + ref: e1b96e225131b5ff762809189084a8326b100233 # rust-bit-set-0.5.0-2.fc30 rust-cpp_demangle: buildorder: 20 rationale: Dependency of rust-backtrace. - ref: 3f1ad60f2da422a7094ccc01786e822b5b1023a0 # rust-cpp_demangle-0.2.12-2.fc30 + ref: 3ab5337954859e138ee9bbca23b07872361f7ba5 # rust-cpp_demangle-0.2.12-3.fc30 rust-crc: buildorder: 20 rationale: Dependency of stratisd. - ref: 4fa0c9f411333ff766d7a05a1fd1976e84a70300 # rust-crc-1.8.1-3.fc30 + ref: 53c80f4238740a53dfa355dbb7c682e0f29ce6d4 # rust-crc-1.8.1-5.fc30 rust-crossbeam-utils: buildorder: 20 rationale: Dependency of rust-crossbeam-deque0.4, rust-crossbeam-epoch. - ref: 872f94206b859d2c1435e2323a38f216f22fe332 # rust-crossbeam-utils-0.6.3-1.fc30 + ref: 236090c5368d179d40194f1128fe875dd19e7e2b # rust-crossbeam-utils-0.6.5-2.fc30 rust-errno: buildorder: 20 rationale: Dependency of rust-loopdev. - ref: c53e20309d905de0a6da0872f690925a8db5ed42 # rust-errno-0.2.4-3.fc30 + ref: d2bcaf150ce94a141e99d1270895d0f95cad88cd # rust-errno-0.2.4-4.fc30 rust-humantime: buildorder: 20 - rationale: Dependency of rust-env_logger. - ref: af95bfea72033693d428f486d05e754fb4ba5a4a # rust-humantime-1.2.0-1.fc30 - rust-iovec: - buildorder: 20 - rationale: Dependency of rust-bytes. - ref: e432ee0eef42b32e6f6d42917b74ecc1cbec565a # rust-iovec-0.1.2-3.fc30 + rationale: Dependency of rust-env_logger0.5. + ref: f3f737bd54171c69073df4e486febe2b8acf31a4 # rust-humantime-1.2.0-2.fc30 rust-libdbus-sys: buildorder: 20 rationale: Dependency of rust-dbus. - ref: 1a93fab75d75adf741bccc51a1a25376bfbec211 # rust-libdbus-sys-0.1.4-2.fc30 + ref: 83ba5405c4c5e421feaa041594682e62dfb38cdf # rust-libdbus-sys-0.1.5-2.fc30 rust-libudev-sys: buildorder: 20 rationale: Dependency of rust-libudev. - ref: 07573c661d859725a709a3b53f5d0f13d16200c8 # rust-libudev-sys-0.1.4-5.fc30 + ref: 9f47aa41f9ec8b3cc6472528531c0e62bf71421c # rust-libudev-sys-0.1.4-6.fc30 + rust-macro-attr: + buildorder: 20 + rationale: Dependency of rust-devicemapper. + ref: 8d18d233ddea25aa0c4f6ce4ae3d10e9dc66fd90 # rust-macro-attr-0.2.0-6.fc30 rust-memchr: buildorder: 20 rationale: Dependency of rust-aho-corasick, rust-regex. - ref: c66ef675bf5bf4a0e86e8025657e8e63c2e5558d # rust-memchr-2.1.2-1.fc30 + ref: fa1f746fd786966d0ab59c5cbf7c8ce70a237ffe # rust-memchr-2.2.0-1.fc30 + rust-nix: + buildorder: 20 + rationale: Dependency of rust-devicemapper, rust-libmount. + ref: 0e9497e1b6af0c94f68e866a877047681a29231a # rust-nix-0.13.0-2.fc30 rust-num-integer: buildorder: 20 rationale: Dependency of rust-chrono. - ref: 4f03bdde59b7c8661e6aa18ad253c0c3c5dd64ff # rust-num-integer-0.1.39-3.fc30 + ref: 39507112bb385c8faf4a037630dfd3832c7c09b8 # rust-num-integer-0.1.39-5.fc30 rust-num_cpus: buildorder: 20 rationale: Dependency of rust-rayon-core. - ref: 5e763bdc000db186f747be37d99f043a9087ccf5 # rust-num_cpus-1.9.0-1.fc30 + ref: 9fec5098b96e9803df65c367d24567d0ddf53b47 # rust-num_cpus-1.10.0-1.fc30 rust-proc-macro2: buildorder: 20 rationale: Dependency of rust-no-panic, rust-quote, rust-serde_derive, rust-syn. - ref: 33a107cc1cca900f5b859f1550722db91993aeaf # rust-proc-macro2-0.4.24-1.fc30 + ref: 3855044696e35eafefebe7360043a1ca9a90c7ca # rust-proc-macro2-0.4.27-1.fc30 rust-rand0.4: buildorder: 20 - rationale: Dependency of rust-nix, rust-rustc-serialize, stratisd. - ref: 07c8d720dfc54c5594cb99aececc6ab5d3753ed3 # rust-rand0.4-0.4.3-2.fc30 + rationale: Dependency of stratisd. + ref: 69ccde9cf6bedc0be38cf15e3cfa63aa6d4e06c1 # rust-rand0.4-0.4.6-2.fc30 rust-regex-syntax: buildorder: 20 rationale: Dependency of rust-proptest, rust-regex. - ref: 4678fe0a02fdb22a1996112f18525f1743b965ec # rust-regex-syntax-0.6.4-1.fc30 + ref: 9563466f81e609018817e7db23e1d2d6d110885a # rust-regex-syntax-0.6.5-2.fc30 rust-term_size: buildorder: 20 rationale: Dependency of rust-clap, rust-textwrap. - ref: 7c62e64aa170d34ec9ea65b7dfd286e19d9b7b0c # rust-term_size-0.3.1-6.fc30 + ref: de4b5679e89e08877fe80cd541781a0e8ff4afe8 # rust-term_size-0.3.1-7.fc30 rust-thread_local: buildorder: 20 rationale: Dependency of rust-regex. - ref: 0679edb992d183e75f282660ee632fcdfea7ea15 # rust-thread_local-0.3.6-3.fc30 + ref: 203b239665653ad710d5dc0f750bfe691b3054f1 # rust-thread_local-0.3.6-4.fc30 rust-timerfd: buildorder: 20 rationale: Dependency of stratisd. - ref: 03fcbbea6dcd9e90b71a38cb3efadb68d86e68b3 # rust-timerfd-1.0.0-2.fc30 + ref: bf1a22c8de0b5659b24ddce0a7e1e6fcfb00e474 # rust-timerfd-1.0.0-3.fc30 rust-wait-timeout: buildorder: 20 rationale: Dependency of rust-rusty-fork. - ref: 1cf624228c7509e55fe49b0ebdb398f73f0d356e # rust-wait-timeout-0.1.5-5.fc30 + ref: 11efd5291861ddfe7adbd6823a1941f6c6f14845 # rust-wait-timeout-0.1.5-6.fc30 rust-walkdir: buildorder: 20 rationale: Dependency of stratisd. - ref: c80bc3bcab3f6677b0a3b80c4f252e3a636767dc # rust-walkdir-2.2.7-1.fc30 + ref: 10ca84fb33c0c1c0d62ba0cd441c0d443aa74fa4 # rust-walkdir-2.2.7-2.fc30 rust-aho-corasick: buildorder: 30 rationale: Dependency of rust-regex. - ref: 2133a27af85565874a0d9c8d15e18037244ff38a # rust-aho-corasick-0.6.9-1.fc30 + ref: 24df14d51bc0cfcaff5a6481c6df1fca9348a658 # rust-aho-corasick-0.6.10-1.fc30 rust-dbus: buildorder: 30 rationale: Dependency of stratisd. - ref: 8e1dc964a7e77d4a598b24894d7e41ed99767363 # rust-dbus-0.6.3-2.fc30 + ref: f313a357e0a40a24aa8e8c525bb83c1e87335104 # rust-dbus-0.6.4-2.fc30 + rust-libmount: + buildorder: 30 + rationale: Dependency of rust-devicemapper, stratisd. + ref: a52bd2c2192c28667ce5829b64c86500c5381af1 # rust-libmount-0.1.12-1.fc30 rust-libudev: buildorder: 30 rationale: Dependency of rust-devicemapper, stratisd. - ref: 1cd04ccd6897f2a0f809d932d82663da38817ea5 # rust-libudev-0.2.0-5.fc30 + ref: 2bb40130076f7070c5d6926f64ea583b980e39db # rust-libudev-0.2.0-6.fc30 rust-loopdev: buildorder: 30 rationale: Dependency of rust-devicemapper, stratisd. - ref: 572fb473b9223ac25b0f26e21094419277cc721b # rust-loopdev-0.2.1-2.fc30 + ref: 531a3f266a7ac36c1bb340577f9e732981f7a6c6 # rust-loopdev-0.2.1-3.fc30 rust-quote: buildorder: 30 rationale: Dependency of rust-no-panic, rust-serde_derive, rust-syn. - ref: c961bcff2aa6f97fb0d12b21ee4f282b1fa537d5 # rust-quote-0.6.10-1.fc30 - rust-rustc-serialize: - buildorder: 30 - rationale: Dependency of rust-backtrace, rust-chrono, rust-macro-attr, rust-time. - ref: b9b6a9aa8f91f45e8eb624abac6c08385993f890 # rust-rustc-serialize-0.3.24-7.fc30 + ref: f932c7e0b493c27300136ea4071d8e6356f269a5 # rust-quote-0.6.11-2.fc30 rust-textwrap: buildorder: 30 rationale: Dependency of rust-clap. - ref: cf2ce1a4cef3436fd130838c4dfa7a9cfbdea512 # rust-textwrap-0.10.0-4.fc30 - rust-macro-attr: - buildorder: 40 - rationale: Dependency of rust-devicemapper. - ref: b50327af5ed7dce400814814051edc34512ada65 # rust-macro-attr-0.2.0-5.fc30 + ref: 8a0e0efe9c8583ddd0d18a10e8d736ab1316ae98 # rust-textwrap-0.10.0-5.fc30 rust-regex: buildorder: 40 - rationale: Dependency of rust-env_logger. - ref: b5b881cb5c7a61799b2674fd3bd288741c328aa6 # rust-regex-1.1.0-1.fc30 + rationale: Dependency of rust-env_logger0.5. + ref: 3b32c066c90d665594c7ff75476d31c78ef7c132 # rust-regex-1.1.2-1.fc31 rust-syn: buildorder: 40 rationale: Dependency of rust-no-panic, rust-serde_derive. - ref: 3eefaacece13afebd669592b6ffe7d30c0cb74db # rust-syn-0.15.22-1.fc30 + ref: cd3d7747ee4703bf6341fb2dc22f5fff5a57f8d8 # rust-syn-0.15.27-1.fc31 rust-no-panic: buildorder: 50 rationale: Dependency of rust-ryu. - ref: 4cafe36a347abe405facbfa90608964e5187d5c6 # rust-no-panic-0.1.6-1.fc30 + ref: 8b5ddce831d2c6331ee3451764cc5982084c5d3c # rust-no-panic-0.1.8-1.fc30 rust-serde_derive: buildorder: 50 rationale: Dependency of rust-backtrace, rust-rand_core, rust-rand_isaac, rust-rand_pcg, rust-rand_xorshift, rust-serde, stratisd. - ref: 85f438b4af89633e2dbac3966c12381375d64f90 # rust-serde_derive-1.0.82-1.fc30 + ref: 5a760243ceaa6d89570498ebb78c41294bf6163c # rust-serde_derive-1.0.89-1.fc31 rust-ryu: buildorder: 60 rationale: Dependency of rust-serde_json. - ref: 59e32206decde54d779fff167ef3535555d6c120 # rust-ryu-0.2.7-1.fc30 + ref: 21934a25c0fd928382bbe80ed0bd7015e1ffd973 # rust-ryu-0.2.7-2.fc30 rust-serde: buildorder: 60 - rationale: Dependency of rust-arrayvec, rust-backtrace, rust-bytes, rust-chrono, - rust-devicemapper, rust-either, rust-indexmap, rust-linked-hash-map, rust-log, - rust-rand_core, rust-rand_isaac, rust-rand_pcg, rust-rand_xorshift, rust-semver, - rust-serde_json, rust-sha1, rust-uuid, rust-vec_map, stratisd. - ref: 7f813cafd81368b1bf9b3d1304f0ac0cceb6fdd0 # rust-serde-1.0.82-1.fc30 + rationale: Dependency of rust-arrayvec, rust-backtrace, rust-chrono, rust-devicemapper, + rust-either, rust-indexmap, rust-linked-hash-map, rust-log, rust-rand_core, + rust-rand_isaac, rust-rand_pcg, rust-rand_xorshift, rust-semver, rust-serde_json, + rust-sha1, rust-uuid, rust-vec_map, stratisd. + ref: 18686e3926cfc0d18caec861d854da443c383d7a # rust-serde-1.0.89-1.fc31 rust-arrayvec: buildorder: 70 rationale: Dependency of rust-crossbeam-epoch. - ref: cc38e242f0558a353620ef67c4ed50bb07545d7c # rust-arrayvec-0.4.8-1.fc30 + ref: 6b72531caf9350a306c1470a07520a37dfc97a46 # rust-arrayvec-0.4.10-2.fc30 rust-either: buildorder: 70 - rationale: Dependency of rust-bytes, rust-rayon, stratisd. - ref: 5046abacfee588fd28ae7a73a8ab4166d669ef7c # rust-either-1.5.0-4.fc30 + rationale: Dependency of rust-rayon, stratisd. + ref: f3ab5b66e8738640ddc0b96a0307ac2ee2c15dcf # rust-either-1.5.1-1.fc31 rust-indexmap: buildorder: 70 rationale: Dependency of rust-serde_json. - ref: 3d839547100cbed3db4fdb0820453bbe8ddaaf92 # rust-indexmap-1.0.2-2.fc30 + ref: 3f60c84d32bec3bceca0c09a8dea4c514aef5518 # rust-indexmap-1.0.2-3.fc30 rust-linked-hash-map: buildorder: 70 rationale: Dependency of rust-yaml-rust0.3. - ref: f0e7523a34b8ec7a8c9051e33f22577772da6b83 # rust-linked-hash-map-0.5.1-5.fc30 + ref: dd454ec3b3ce355c885c8b8a0b2a52e6be9f5686 # rust-linked-hash-map-0.5.1-6.fc30 rust-log: buildorder: 70 - rationale: Dependency of rust-env_logger, rust-rand, rust-time, stratisd. - ref: 8e19b2e015c86d959a2a69f391f8e84585f2f0ed # rust-log-0.4.6-1.fc30 + rationale: Dependency of rust-env_logger0.5, rust-rand, rust-rand_jitter, + rust-rand_os, rust-time, stratisd. + ref: b361346a98ef554dffb5252c63c76c29d97e5d82 # rust-log-0.4.6-2.fc30 rust-rand_core: buildorder: 70 - rationale: Dependency of rust-rand, rust-rand_chacha, rust-rand_hc, rust-rand_isaac, - rust-rand_pcg, rust-rand_xorshift. - ref: df6ff2cd8a67a3b277509f5aa4bf3ddfa755587e # rust-rand_core-0.3.0-1.fc30 + rationale: Dependency of rust-rand, rust-rand_core0.3, rust-rand_jitter, rust-rand_os, + rust-rand_pcg. + ref: cd61388cf53725e55283b1783101831e0a6912f1 # rust-rand_core-0.4.0-2.fc30 rust-semver: buildorder: 70 rationale: Dependency of rust-rustc_version. - ref: ecb153f342062549c1d129fd88fc51cfb82ca610 # rust-semver-0.9.0-6.fc30 + ref: afa0825a8b392a43046330965ea38d89580dcd21 # rust-semver-0.9.0-7.fc30 rust-sha1: buildorder: 70 rationale: Dependency of rust-uuid. - ref: e9270274339c2485c76e81a6e2bd7f9b1cca3aeb # rust-sha1-0.6.0-4.fc30 + ref: 26f5c651a166b3537f18d9d299d1a4e364e30707 # rust-sha1-0.6.0-5.fc30 rust-vec_map: buildorder: 70 rationale: Dependency of rust-clap. - ref: 18b851a496671350e388786f18d3ec18c610d603 # rust-vec_map-0.8.1-4.fc30 - rust-bytes: - buildorder: 80 - rationale: Dependency of rust-nix. - ref: cd79cdc3bcece367d1846d5a086930f2a8e8db43 # rust-bytes-0.4.11-1.fc30 + ref: 7e2d85dc2ef5ca31fc5c0203288f7a1366cda337 # rust-vec_map-0.8.1-5.fc30 rust-crossbeam-epoch: buildorder: 80 rationale: Dependency of rust-crossbeam-deque0.4. - ref: 838e33c5c346bbacccfa8feaa3edae52c3683586 # rust-crossbeam-epoch-0.6.1-1.fc30 - rust-env_logger: + ref: f3b4c3f6040cc98b61b881a274cff0d0e4302f0b # rust-crossbeam-epoch-0.7.1-2.fc30 + rust-env_logger0.5: buildorder: 80 rationale: Dependency of stratisd. - ref: 87d004618b011013b0d95a49fa95a7a93b6117c8 # rust-env_logger-0.5.13-2.fc30 - rust-rand_hc: + ref: 4ee154b2dbd393e82b5d8cd9125a23bb793c6cba # rust-env_logger0.5-0.5.13-4.fc30 + rust-rand_core0.3: + buildorder: 80 + rationale: Dependency of rust-rand_chacha, rust-rand_hc, rust-rand_isaac, + rust-rand_xorshift. + ref: 6352839625817d5694f2edcfeb89028c1361f930 # rust-rand_core0.3-0.3.1-2.fc30 + rust-rand_jitter: buildorder: 80 rationale: Dependency of rust-rand. - ref: 6db6704ae2b3aa786f4b7213ae26b290238a95b2 # rust-rand_hc-0.1.0-2.fc30 - rust-rand_isaac: + ref: 5c3507b5d3c91308113148a7cadb87cbea10cb81 # rust-rand_jitter-0.1.3-1.fc30 + rust-rand_os: buildorder: 80 rationale: Dependency of rust-rand. - ref: 1192744700aeac93b19635510c93394f69444961 # rust-rand_isaac-0.1.1-2.fc30 - rust-rand_xorshift: + ref: 869b22bf55799942f62268a2e1ec64b160dd543b # rust-rand_os-0.1.2-2.fc30 + rust-rand_pcg: buildorder: 80 rationale: Dependency of rust-rand. - ref: c25f5d2e15a6c49da69839a99f349768a05cf1c2 # rust-rand_xorshift-0.1.0-2.fc30 + ref: f60db370343e635521ffd225a5b0be3fece1b1ba # rust-rand_pcg-0.1.2-1.fc31 rust-rustc_version: buildorder: 80 - rationale: Dependency of rust-newtype_derive, rust-rand, rust-rand_chacha, - rust-rand_pcg. - ref: 0aed6639ef0f23bca9c76a95a9dabc7a4d40744f # rust-rustc_version-0.2.3-3.fc30 + rationale: Dependency of rust-newtype_derive. + ref: ca4603e4a52064674282104f297dd25dc12f909e # rust-rustc_version-0.2.3-4.fc30 rust-serde_json: buildorder: 80 rationale: Dependency of stratisd. - ref: a25776f7eedab519fcda9a59fbf6d37edff9dd43 # rust-serde_json-1.0.33-1.fc30 + ref: 13126773e9b6a8f9b4eaee01a83ebac9fdcc9b46 # rust-serde_json-1.0.39-1.fc31 rust-time: buildorder: 80 rationale: Dependency of rust-chrono. - ref: 19a293249bb3ae0c9ac9873fc7c1811a7b3b108d # rust-time-0.1.41-1.fc30 + ref: 7d61be0827d2c579fe1cb560f8abdc2c8e9f8976 # rust-time-0.1.42-2.fc30 rust-yaml-rust0.3: buildorder: 80 rationale: Dependency of rust-clap. - ref: 5ecf7d35b65788bd2a4ce03258c229476ddae35f # rust-yaml-rust0.3-0.3.5-8.fc30 + ref: 72b63c36f005ae6ac8a81cab06d2a6cfc9ef2184 # rust-yaml-rust0.3-0.3.5-9.fc30 rust-chrono: buildorder: 90 rationale: Dependency of stratisd. - ref: 6d71f62ed6b5e291be41c181b20beb0e11a6d06b # rust-chrono-0.4.6-2.fc30 + ref: d66bcbeb56095a4522724e87a832ee7ca7b0994b # rust-chrono-0.4.6-3.fc30 rust-clap: buildorder: 90 rationale: Dependency of stratisd. - ref: 49f0406741f0e9b2fe4b6ed19aa809302adaa0a2 # rust-clap-2.32.0-6.fc30 + ref: fc476fd0aac8db8bba4bc795a33d301f3e52927b # rust-clap-2.32.0-7.fc30 rust-crossbeam-deque0.4: buildorder: 90 rationale: Dependency of rust-rayon, rust-rayon-core. - ref: b86c1981cc90be95fa3c31f03a3dafe2f3cd2e6b # rust-crossbeam-deque0.4-0.4.1-7.fc30 + ref: d24e227c8d3ca42361f4efaeaab9876fc299316b # rust-crossbeam-deque0.4-0.4.1-9.fc30 rust-newtype_derive: buildorder: 90 rationale: Dependency of rust-devicemapper. - ref: 8bf6359fd714878feaebafa99ec1af10fee9291f # rust-newtype_derive-0.1.6-5.fc30 + ref: c2a32d81de27600858eac005b130e2fae21dfff1 # rust-newtype_derive-0.1.6-6.fc30 rust-rand_chacha: buildorder: 90 rationale: Dependency of rust-rand. - ref: 1911c04674738523fe02cc4f7d5bb6db8298f59b # rust-rand_chacha-0.1.0-2.fc30 - rust-rand_pcg: + ref: 0e9ac782e7b4d9b50a674f96392dcf00527ee639 # rust-rand_chacha-0.1.1-2.fc30 + rust-rand_hc: buildorder: 90 rationale: Dependency of rust-rand. - ref: 7c635a9f2ca12413a13d3c5c36466a97c6728508 # rust-rand_pcg-0.1.1-3.fc30 + ref: 4b6818ef7dabe874c31778c29ad01a7eead91aa4 # rust-rand_hc-0.1.0-3.fc30 + rust-rand_isaac: + buildorder: 90 + rationale: Dependency of rust-rand. + ref: ebe2013b94693db4d7822404833751ddb6ef0947 # rust-rand_isaac-0.1.1-3.fc30 + rust-rand_xorshift: + buildorder: 90 + rationale: Dependency of rust-rand. + ref: 8a638cda6a81d64c0d32f9c17673efe453029aaa # rust-rand_xorshift-0.1.1-2.fc30 rust-rand: buildorder: 100 rationale: Dependency of rust-proptest, rust-tempfile, rust-uuid. - ref: 28235b2d4b4b9acabde7462d55fc0467543aa542 # rust-rand-0.6.1-1.fc30 + ref: 1d4fc0184332682a537bb72a3825c6c6f4186fa5 # rust-rand-0.6.5-2.fc30 rust-rayon-core: buildorder: 100 rationale: Dependency of rust-rayon. - ref: d0107623e5c040be5a17ef61447b79e701d1dc3b # rust-rayon-core-1.4.1-2.fc30 + ref: 131ce464842574d7346febe6d6b352d17371c6d1 # rust-rayon-core-1.4.1-3.fc30 rust-rayon: buildorder: 110 rationale: Dependency of rust-cc. - ref: e9eb09faa3e501c814db53a0c3291a26d8f4b33c # rust-rayon-1.0.3-1.fc30 + ref: 0ef01b15c1b8ad32075cb85359fb32209498056f # rust-rayon-1.0.3-2.fc30 rust-tempfile: buildorder: 110 - rationale: Dependency of rust-devicemapper, rust-nix, rust-proptest, rust-rusty-fork, + rationale: Dependency of rust-devicemapper, rust-proptest, rust-rusty-fork, stratisd. - ref: badfa074e24a8b558ed075551198ba3f0c6731d3 # rust-tempfile-3.0.5-1.fc30 + ref: 0ae8e8a1d0071fa5c84ef8a7c08a92892731cb2f # rust-tempfile-3.0.7-1.fc30 rust-uuid: buildorder: 110 rationale: Dependency of rust-devicemapper, stratisd. - ref: f4531741f59eeeb8de1f7fe362a5db42c6d52848 # rust-uuid-0.7.1-3.fc30 + ref: cc7e75649aa2e3f55d624a6ef7f1ff74ec04a875 # rust-uuid-0.7.2-2.fc30 rust-cc: buildorder: 120 rationale: Dependency of rust-backtrace-sys. - ref: 72ca356cd0d4a2446de4de5e1600ce195c73ab8d # rust-cc-1.0.26-1.fc30 - rust-nix: - buildorder: 120 - rationale: Dependency of rust-devicemapper, rust-libmount, stratisd. - ref: b8ba0ad9023296e588d9184110913aebcfe35a0c # rust-nix-0.11.0-4.fc30 + ref: e0db0e9f0304991f9096135bd59dcca5470d350c # rust-cc-1.0.30-1.fc31 rust-rusty-fork: buildorder: 120 rationale: Dependency of rust-proptest. - ref: 0fe1612301c3c0e06204ba3afd4af6900c94e749 # rust-rusty-fork-0.2.1-1.fc30 + ref: a931f57b0f137d91ac931edb51bdc6c6a7d4096d # rust-rusty-fork-0.2.1-2.fc30 rust-backtrace-sys: buildorder: 130 rationale: Dependency of rust-backtrace. - ref: 63730f1800ad92312bd517bdadec0fac5fbed012 # rust-backtrace-sys-0.1.24-2.fc30 - rust-libmount: - buildorder: 130 - rationale: Dependency of rust-devicemapper, stratisd. - ref: 90ec9bfe997b6120433857b2cf6afc06d613e2b2 # rust-libmount-0.1.11-2.fc30 + ref: 4881ae8b7c5ebd061d70d1d394aa595940899d58 # rust-backtrace-sys-0.1.28-2.fc30 rust-proptest: buildorder: 130 rationale: Dependency of stratisd. - ref: 5a0310b7028880513e2879d0093fd03a3560c630 # rust-proptest-0.8.7-4.fc30 + ref: 029c398352cb885b68afcfd0d9678fae9e74bfc4 # rust-proptest-0.8.7-5.fc30 rust-backtrace: buildorder: 140 rationale: Dependency of rust-error-chain. - ref: 760cad7fb4eb3d70d14eeab6cdb7bc105421dcea # rust-backtrace-0.3.12-1.fc30 + ref: 4c926efc89c161f19d56cadf5157a3c57c880d65 # rust-backtrace-0.3.14-1.fc30 rust-error-chain: buildorder: 150 rationale: Dependency of rust-devicemapper, stratisd. - ref: 73336d5d0209cd5826348b4e5fc551656627b8e8 # rust-error-chain-0.12.0-2.fc30 + ref: 19b4dec04e8c3877f6ba43d93f619d2e19123d9d # rust-error-chain-0.12.0-4.fc30 rust-devicemapper: buildorder: 160 rationale: Dependency of stratisd. - ref: 9d00f9d1a3c1cadfff265b135efac7f75cd2ccc7 # rust-devicemapper-0.26.1-1.fc30 + ref: 1cf2fd67770dca92ef3f27c26bab39c8fbcfeb62 # rust-devicemapper-0.26.1-3.fc30 stratisd: buildorder: 170 rationale: Main component. From fbe99ea9e7bff56451e8300b4471b4303f0a5a80 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 5 Mar 2019 11:19:41 +0100 Subject: [PATCH 29/43] rebuild Signed-off-by: Igor Gnatenko From 1d5c29b6803686fbebbb6acfe0dea10b59333b4d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 5 Mar 2019 20:21:29 +0100 Subject: [PATCH 30/43] Regenerate Signed-off-by: Igor Gnatenko --- stratis.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index 6a18fce..1bbc5e8 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -656,6 +656,10 @@ data: buildorder: 20 rationale: Dependency of rust-regex. ref: 203b239665653ad710d5dc0f750bfe691b3054f1 # rust-thread_local-0.3.6-4.fc30 + rust-time: + buildorder: 20 + rationale: Dependency of rust-chrono. + ref: b60625fce8cccc841bb4f57295b7cc58f574f094 # rust-time-0.1.42-3.fc31 rust-timerfd: buildorder: 20 rationale: Dependency of stratisd. @@ -728,6 +732,10 @@ data: buildorder: 70 rationale: Dependency of rust-crossbeam-epoch. ref: 6b72531caf9350a306c1470a07520a37dfc97a46 # rust-arrayvec-0.4.10-2.fc30 + rust-chrono: + buildorder: 70 + rationale: Dependency of stratisd. + ref: d66bcbeb56095a4522724e87a832ee7ca7b0994b # rust-chrono-0.4.6-3.fc30 rust-either: buildorder: 70 rationale: Dependency of rust-rayon, stratisd. @@ -743,7 +751,7 @@ data: rust-log: buildorder: 70 rationale: Dependency of rust-env_logger0.5, rust-rand, rust-rand_jitter, - rust-rand_os, rust-time, stratisd. + rust-rand_os, stratisd. ref: b361346a98ef554dffb5252c63c76c29d97e5d82 # rust-log-0.4.6-2.fc30 rust-rand_core: buildorder: 70 @@ -795,18 +803,10 @@ data: buildorder: 80 rationale: Dependency of stratisd. ref: 13126773e9b6a8f9b4eaee01a83ebac9fdcc9b46 # rust-serde_json-1.0.39-1.fc31 - rust-time: - buildorder: 80 - rationale: Dependency of rust-chrono. - ref: 7d61be0827d2c579fe1cb560f8abdc2c8e9f8976 # rust-time-0.1.42-2.fc30 rust-yaml-rust0.3: buildorder: 80 rationale: Dependency of rust-clap. ref: 72b63c36f005ae6ac8a81cab06d2a6cfc9ef2184 # rust-yaml-rust0.3-0.3.5-9.fc30 - rust-chrono: - buildorder: 90 - rationale: Dependency of stratisd. - ref: d66bcbeb56095a4522724e87a832ee7ca7b0994b # rust-chrono-0.4.6-3.fc30 rust-clap: buildorder: 90 rationale: Dependency of stratisd. From ae764b030c359b93c9da3bf7604405c507c4112d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 5 Mar 2019 20:42:46 +0100 Subject: [PATCH 31/43] Regenerate Signed-off-by: Igor Gnatenko --- stratis.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index 1bbc5e8..dff9e33 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -499,7 +499,7 @@ data: rust-loopdev, rust-memchr, rust-nix, rust-num_cpus, rust-rand, rust-rand0.4, rust-rand_os, rust-rayon-core, rust-tempfile, rust-term_size, rust-time, rust-timerfd, rust-wait-timeout, stratisd. - ref: fb431b31bb3d363720fd44a51008f26977fa42ad # rust-libc-0.2.49-1.fc31 + ref: 9b95ae890adec9addc9b4f80fb02f2ea21ce06bb # rust-libc-0.2.50-1.fc31 rust-matches: buildorder: 10 rationale: Dependency of stratisd. @@ -790,7 +790,7 @@ data: rust-rand_os: buildorder: 80 rationale: Dependency of rust-rand. - ref: 869b22bf55799942f62268a2e1ec64b160dd543b # rust-rand_os-0.1.2-2.fc30 + ref: 3db31d20f0e3da3dec14d20ac0e1d2cf71a14034 # rust-rand_os-0.1.3-1.fc31 rust-rand_pcg: buildorder: 80 rationale: Dependency of rust-rand. From b9b22b1e0de1cc2631f4b251ca4b7f22a494f356 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 6 Mar 2019 07:44:21 +0100 Subject: [PATCH 32/43] Regenerate Signed-off-by: Igor Gnatenko --- stratis.yaml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index dff9e33..a1e5d12 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -334,8 +334,6 @@ data: - rust-ryu+no-panic-devel - rust-ryu+small-devel - rust-ryu-devel - - rust-same-file+default-devel - - rust-same-file-devel - rust-scopeguard+default-devel - rust-scopeguard+use_std-devel - rust-scopeguard-devel @@ -431,8 +429,6 @@ data: - rust-void-devel - rust-wait-timeout+default-devel - rust-wait-timeout-devel - - rust-walkdir+default-devel - - rust-walkdir-devel - rust-yaml-rust0.3+default-devel - rust-yaml-rust0.3+linked-hash-map-devel - rust-yaml-rust0.3+preserve_order-devel @@ -540,10 +536,6 @@ data: buildorder: 10 rationale: Dependency of rust-backtrace, rust-chrono, rust-macro-attr, rust-time. ref: 476e24bd2773971293c2e416a94e056dd04c229c # rust-rustc-serialize-0.3.24-9.fc30 - rust-same-file: - buildorder: 10 - rationale: Dependency of rust-walkdir. - ref: c6c84a8d60151f3b6fc0f8e4ca05808426530f6a # rust-same-file-1.0.4-2.fc30 rust-scopeguard: buildorder: 10 rationale: Dependency of rust-crossbeam-epoch. @@ -626,7 +618,7 @@ data: ref: fa1f746fd786966d0ab59c5cbf7c8ce70a237ffe # rust-memchr-2.2.0-1.fc30 rust-nix: buildorder: 20 - rationale: Dependency of rust-devicemapper, rust-libmount. + rationale: Dependency of rust-devicemapper, rust-libmount, stratisd. ref: 0e9497e1b6af0c94f68e866a877047681a29231a # rust-nix-0.13.0-2.fc30 rust-num-integer: buildorder: 20 @@ -668,10 +660,6 @@ data: buildorder: 20 rationale: Dependency of rust-rusty-fork. ref: 11efd5291861ddfe7adbd6823a1941f6c6f14845 # rust-wait-timeout-0.1.5-6.fc30 - rust-walkdir: - buildorder: 20 - rationale: Dependency of stratisd. - ref: 10ca84fb33c0c1c0d62ba0cd441c0d443aa74fa4 # rust-walkdir-2.2.7-2.fc30 rust-aho-corasick: buildorder: 30 rationale: Dependency of rust-regex. From a5cef278d9cfe44fc0f16c7f9d712b47e6ee55cd Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 9 Mar 2019 12:07:59 +0100 Subject: [PATCH 33/43] Regenerate Signed-off-by: Igor Gnatenko --- stratis.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index a1e5d12..cbe19a5 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -496,6 +496,10 @@ data: rust-rand_os, rust-rayon-core, rust-tempfile, rust-term_size, rust-time, rust-timerfd, rust-wait-timeout, stratisd. ref: 9b95ae890adec9addc9b4f80fb02f2ea21ce06bb # rust-libc-0.2.50-1.fc31 + rust-macro-attr: + buildorder: 10 + rationale: Dependency of rust-devicemapper. + ref: 54c3593ab06978846935be42fe86df01e351e7b2 # rust-macro-attr-0.2.0-7.fc31 rust-matches: buildorder: 10 rationale: Dependency of stratisd. @@ -527,14 +531,14 @@ data: rust-remove_dir_all: buildorder: 10 rationale: Dependency of rust-tempfile. - ref: 6054c8ccc49d7b4fc4671a137f369e4c25b8d30f # rust-remove_dir_all-0.5.1-4.fc30 + ref: 8fe0af9b623f38dd787b38e38920ea425abca29b # rust-remove_dir_all-0.5.1-5.fc31 rust-rustc-demangle: buildorder: 10 rationale: Dependency of rust-backtrace. ref: 07caa0dc695b3332398f51e6eff2b72c91f5f78d # rust-rustc-demangle-0.1.13-2.fc30 rust-rustc-serialize: buildorder: 10 - rationale: Dependency of rust-backtrace, rust-chrono, rust-macro-attr, rust-time. + rationale: Dependency of rust-backtrace, rust-chrono, rust-time. ref: 476e24bd2773971293c2e416a94e056dd04c229c # rust-rustc-serialize-0.3.24-9.fc30 rust-scopeguard: buildorder: 10 @@ -608,10 +612,6 @@ data: buildorder: 20 rationale: Dependency of rust-libudev. ref: 9f47aa41f9ec8b3cc6472528531c0e62bf71421c # rust-libudev-sys-0.1.4-6.fc30 - rust-macro-attr: - buildorder: 20 - rationale: Dependency of rust-devicemapper. - ref: 8d18d233ddea25aa0c4f6ce4ae3d10e9dc66fd90 # rust-macro-attr-0.2.0-6.fc30 rust-memchr: buildorder: 20 rationale: Dependency of rust-aho-corasick, rust-regex. @@ -635,7 +635,7 @@ data: rust-rand0.4: buildorder: 20 rationale: Dependency of stratisd. - ref: 69ccde9cf6bedc0be38cf15e3cfa63aa6d4e06c1 # rust-rand0.4-0.4.6-2.fc30 + ref: bae1113c3288a9a721e1169a88a007a92f0cdaef # rust-rand0.4-0.4.6-3.fc31 rust-regex-syntax: buildorder: 20 rationale: Dependency of rust-proptest, rust-regex. @@ -695,7 +695,7 @@ data: rust-syn: buildorder: 40 rationale: Dependency of rust-no-panic, rust-serde_derive. - ref: cd3d7747ee4703bf6341fb2dc22f5fff5a57f8d8 # rust-syn-0.15.27-1.fc31 + ref: 4ddfedc4a50404a75e5d52187fe81962404cf9da # rust-syn-0.15.28-1.fc31 rust-no-panic: buildorder: 50 rationale: Dependency of rust-ryu. From 6cb8ded97645a93575838a4f4854ad4bc5ddbf1a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 10 Mar 2019 11:05:28 +0100 Subject: [PATCH 34/43] Regenerate Signed-off-by: Igor Gnatenko --- stratis.yaml | 356 +++++++++++++++------------------------------------ 1 file changed, 101 insertions(+), 255 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index cbe19a5..f401f92 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -33,23 +33,22 @@ data: - rust-aho-corasick-devel - rust-ansi_term+default-devel - rust-ansi_term-devel - - rust-arrayvec+array-sizes-129-255-devel - - rust-arrayvec+array-sizes-33-128-devel - - rust-arrayvec+default-devel - - rust-arrayvec+serde-1-devel - - rust-arrayvec+serde-devel - - rust-arrayvec+std-devel - - rust-arrayvec-devel - rust-atty+default-devel - rust-atty-devel - rust-autocfg+default-devel - rust-autocfg-devel + - rust-backtrace+addr2line-devel - rust-backtrace+backtrace-sys-devel - rust-backtrace+cpp_demangle-devel - rust-backtrace+default-devel - rust-backtrace+dladdr-devel + - rust-backtrace+findshlibs-devel + - rust-backtrace+gimli-devel + - rust-backtrace+gimli-symbolize-devel - rust-backtrace+libbacktrace-devel - rust-backtrace+libunwind-devel + - rust-backtrace+memmap-devel + - rust-backtrace+object-devel - rust-backtrace+rustc-serialize-devel - rust-backtrace+serde-devel - rust-backtrace+serde_derive-devel @@ -103,25 +102,9 @@ data: - rust-clap+yaml-devel - rust-clap+yaml-rust-devel - rust-clap-devel - - rust-cpp_demangle+alloc-devel - - rust-cpp_demangle+default-devel - - rust-cpp_demangle+logging-devel - - rust-cpp_demangle+std-devel - - rust-cpp_demangle-devel - rust-crc+default-devel - rust-crc+std-devel - rust-crc-devel - - rust-crossbeam-deque0.4+default-devel - - rust-crossbeam-deque0.4-devel - - rust-crossbeam-epoch+default-devel - - rust-crossbeam-epoch+lazy_static-devel - - rust-crossbeam-epoch+sanitize-devel - - rust-crossbeam-epoch+std-devel - - rust-crossbeam-epoch-devel - - rust-crossbeam-utils+default-devel - - rust-crossbeam-utils+lazy_static-devel - - rust-crossbeam-utils+std-devel - - rust-crossbeam-utils-devel - rust-dbus+default-devel - rust-dbus+no-string-validation-devel - rust-dbus-devel @@ -142,22 +125,15 @@ data: - rust-error-chain-devel - rust-fnv+default-devel - rust-fnv-devel - - rust-glob+default-devel - - rust-glob-devel - - rust-heapsize+default-devel - - rust-heapsize+unstable-devel - - rust-heapsize-devel - rust-humantime+default-devel - rust-humantime-devel - - rust-indexmap+default-devel - - rust-indexmap+serde-1-devel - - rust-indexmap+serde-devel - - rust-indexmap-devel - rust-itoa+default-devel - rust-itoa+i128-devel - rust-itoa+std-devel - rust-itoa-devel - rust-lazy_static+default-devel + - rust-lazy_static+spin-devel + - rust-lazy_static+spin_no_std-devel - rust-lazy_static-devel - rust-libc+align-devel - rust-libc+default-devel @@ -172,12 +148,6 @@ data: - rust-libudev-devel - rust-libudev-sys+default-devel - rust-libudev-sys-devel - - rust-linked-hash-map+default-devel - - rust-linked-hash-map+heapsize-devel - - rust-linked-hash-map+heapsize_impl-devel - - rust-linked-hash-map+serde-devel - - rust-linked-hash-map+serde_impl-devel - - rust-linked-hash-map-devel - rust-log+default-devel - rust-log+max_level_debug-devel - rust-log+max_level_error-devel @@ -202,26 +172,16 @@ data: - rust-macro-attr-devel - rust-matches+default-devel - rust-matches-devel - - rust-md5+default-devel - - rust-md5-devel - rust-memchr+default-devel - rust-memchr+libc-devel - rust-memchr+use_std-devel - rust-memchr-devel - - rust-memoffset+default-devel - - rust-memoffset-devel - rust-newtype_derive+default-devel - rust-newtype_derive+std-devel - rust-newtype_derive+std-unstable-devel - rust-newtype_derive-devel - rust-nix+default-devel - rust-nix-devel - - rust-no-panic+default-devel - - rust-no-panic-devel - - rust-nodrop+default-devel - - rust-nodrop+std-devel - - rust-nodrop+use_needs_drop-devel - - rust-nodrop-devel - rust-num-integer+default-devel - rust-num-integer+i128-devel - rust-num-integer+std-devel @@ -230,8 +190,6 @@ data: - rust-num-traits+i128-devel - rust-num-traits+std-devel - rust-num-traits-devel - - rust-num_cpus+default-devel - - rust-num_cpus-devel - rust-pkg-config+default-devel - rust-pkg-config-devel - rust-proc-macro2+default-devel @@ -307,10 +265,6 @@ data: - rust-rand_xorshift+serde1-devel - rust-rand_xorshift+serde_derive-devel - rust-rand_xorshift-devel - - rust-rayon+default-devel - - rust-rayon-core+default-devel - - rust-rayon-core-devel - - rust-rayon-devel - rust-regex+default-devel - rust-regex+pattern-devel - rust-regex+unstable-devel @@ -322,8 +276,6 @@ data: - rust-remove_dir_all-devel - rust-rustc-demangle+default-devel - rust-rustc-demangle-devel - - rust-rustc-serialize+default-devel - - rust-rustc-serialize-devel - rust-rustc_version+default-devel - rust-rustc_version-devel - rust-rusty-fork+default-devel @@ -334,9 +286,6 @@ data: - rust-ryu+no-panic-devel - rust-ryu+small-devel - rust-ryu-devel - - rust-scopeguard+default-devel - - rust-scopeguard+use_std-devel - - rust-scopeguard-devel - rust-semver+default-devel - rust-semver+serde-devel - rust-semver-devel @@ -360,10 +309,6 @@ data: - rust-serde_json+raw_value-devel - rust-serde_json+unbounded_depth-devel - rust-serde_json-devel - - rust-sha1+default-devel - - rust-sha1+serde-devel - - rust-sha1+std-devel - - rust-sha1-devel - rust-strsim+default-devel - rust-strsim-devel - rust-syn+clone-impls-devel @@ -381,10 +326,6 @@ data: - rust-syn-devel - rust-tempfile+default-devel - rust-tempfile-devel - - rust-term_size+debug-devel - - rust-term_size+default-devel - - rust-term_size+unstable-devel - - rust-term_size-devel - rust-termcolor+default-devel - rust-termcolor-devel - rust-textwrap+default-devel @@ -429,10 +370,6 @@ data: - rust-void-devel - rust-wait-timeout+default-devel - rust-wait-timeout-devel - - rust-yaml-rust0.3+default-devel - - rust-yaml-rust0.3+linked-hash-map-devel - - rust-yaml-rust0.3+preserve_order-devel - - rust-yaml-rust0.3-devel components: rpms: rust-packaging: @@ -460,41 +397,34 @@ data: ref: 137dfa1cb0559450bebd66967ffa38a47c48c06b # rust-build_const-0.2.1-5.fc30 rust-byteorder: buildorder: 10 - rationale: Dependency of rust-proptest, rust-uuid, stratisd. + rationale: Dependency of rust-proptest, stratisd. ref: 9121d26b6afea36bcb39252abdb3e3826b37af11 # rust-byteorder-1.3.1-2.fc30 + rust-cc: + buildorder: 10 + rationale: Dependency of rust-backtrace-sys. + ref: 5188adb9f5d74282e6e8e4856ba75535dbeae3e2 # rust-cc-1.0.30-2.fc31 rust-cfg-if: buildorder: 10 - rationale: Dependency of rust-backtrace, rust-cpp_demangle, rust-crossbeam-epoch, - rust-crossbeam-utils, rust-log, rust-nix, rust-tempfile. + rationale: Dependency of rust-backtrace, rust-log, rust-nix, rust-tempfile. ref: fa49aac8a48bd413f6e3f2062adbe2a4d56d9abf # rust-cfg-if-0.1.7-1.fc31 rust-fnv: buildorder: 10 rationale: Dependency of rust-rusty-fork. ref: 6fc5413ebbbd5d44337be1c961b39002e5b92345 # rust-fnv-1.0.6-7.fc30 - rust-glob: - buildorder: 10 - rationale: Dependency of rust-cpp_demangle. - ref: fd46b8ad640f8bfa05b032b38bc1e225c2bc2e7b # rust-glob-0.2.11-9.fc30 - rust-heapsize: - buildorder: 10 - rationale: Dependency of rust-linked-hash-map. - ref: 72211c10671c278b504780f5f7baa9ce57329f9e # rust-heapsize-0.4.2-7.fc30 rust-itoa: buildorder: 10 rationale: Dependency of rust-serde_json. ref: 7b951314bd701ac8cde5e65ec10c1306b8c5964d # rust-itoa-0.4.3-4.fc30 rust-lazy_static: buildorder: 10 - rationale: Dependency of rust-crossbeam-epoch, rust-crossbeam-utils, rust-proptest, - rust-rayon-core, rust-thread_local, stratisd. - ref: d5e9788a643d103b1516a4e470168910d1fc3c13 # rust-lazy_static-1.3.0-1.fc31 + rationale: Dependency of rust-proptest, rust-thread_local, stratisd. + ref: 6e30973f915da136bba20baa034e2cff95a6b74e # rust-lazy_static-1.3.0-3.fc31 rust-libc: buildorder: 10 rationale: Dependency of rust-atty, rust-backtrace, rust-backtrace-sys, rust-dbus, rust-devicemapper, rust-errno, rust-libmount, rust-libudev, rust-libudev-sys, - rust-loopdev, rust-memchr, rust-nix, rust-num_cpus, rust-rand, rust-rand0.4, - rust-rand_os, rust-rayon-core, rust-tempfile, rust-term_size, rust-time, - rust-timerfd, rust-wait-timeout, stratisd. + rust-loopdev, rust-nix, rust-rand, rust-rand0.4, rust-rand_os, rust-tempfile, + rust-time, rust-timerfd, rust-wait-timeout, stratisd. ref: 9b95ae890adec9addc9b4f80fb02f2ea21ce06bb # rust-libc-0.2.50-1.fc31 rust-macro-attr: buildorder: 10 @@ -504,18 +434,10 @@ data: buildorder: 10 rationale: Dependency of stratisd. ref: 8e9a1c4f46c1355869374fe7fb403a6b6c1b0fca # rust-matches-0.1.8-4.fc30 - rust-md5: + rust-memchr: buildorder: 10 - rationale: Dependency of rust-uuid. - ref: dd0017d96bc92faaab14e6caff0c872ef8f6d1ce # rust-md5-0.6.1-2.fc30 - rust-memoffset: - buildorder: 10 - rationale: Dependency of rust-crossbeam-epoch. - ref: 6d80581b094d58c275bb447f0c6a3c73ee261570 # rust-memoffset-0.2.1-6.fc30 - rust-nodrop: - buildorder: 10 - rationale: Dependency of rust-arrayvec. - ref: fe8918fa149286ef77b227729774a34069a2d1a5 # rust-nodrop-0.1.13-2.fc30 + rationale: Dependency of rust-aho-corasick, rust-regex. + ref: 1e687e82d0f14eca98597968c0985a0eaa048f38 # rust-memchr-2.2.0-2.fc31 rust-num-traits: buildorder: 10 rationale: Dependency of rust-chrono, rust-num-integer, rust-proptest. @@ -536,14 +458,10 @@ data: buildorder: 10 rationale: Dependency of rust-backtrace. ref: 07caa0dc695b3332398f51e6eff2b72c91f5f78d # rust-rustc-demangle-0.1.13-2.fc30 - rust-rustc-serialize: + rust-ryu: buildorder: 10 - rationale: Dependency of rust-backtrace, rust-chrono, rust-time. - ref: 476e24bd2773971293c2e416a94e056dd04c229c # rust-rustc-serialize-0.3.24-9.fc30 - rust-scopeguard: - buildorder: 10 - rationale: Dependency of rust-crossbeam-epoch. - ref: d058bbf19eab010ef6477045a7c26cb93381b7e1 # rust-scopeguard-0.3.3-7.fc30 + rationale: Dependency of rust-serde_json. + ref: d9b73e871f3b01f8180355d804434566e0f5c66b # rust-ryu-0.2.7-3.fc31 rust-semver-parser0.7: buildorder: 10 rationale: Dependency of rust-semver. @@ -555,7 +473,7 @@ data: rust-termcolor: buildorder: 10 rationale: Dependency of rust-env_logger0.5. - ref: 2c021f552034be8d0d1cde3a904ffc45cce38b7c # rust-termcolor-1.0.4-3.fc30 + ref: e9ebce417e8bd04ba8aa868874bfc9a969322b32 # rust-termcolor-1.0.4-4.fc31 rust-ucd-util: buildorder: 10 rationale: Dependency of rust-regex-syntax. @@ -572,30 +490,34 @@ data: buildorder: 10 rationale: Dependency of rust-regex. ref: 9ffdb97b701fca2b72af10278be1a94dbf09fbf9 # rust-utf8-ranges-1.0.2-2.fc30 + rust-vec_map: + buildorder: 10 + rationale: Dependency of rust-clap. + ref: 8061e58004d95400d13c320814f4dc5525f7e99e # rust-vec_map-0.8.1-6.fc31 rust-void: buildorder: 10 rationale: Dependency of rust-nix. ref: 625a54a91606a4a7e765f8dcc3d05843c01a551c # rust-void-1.0.2-8.fc30 + rust-aho-corasick: + buildorder: 20 + rationale: Dependency of rust-regex. + ref: 24df14d51bc0cfcaff5a6481c6df1fca9348a658 # rust-aho-corasick-0.6.10-1.fc30 rust-atty: buildorder: 20 rationale: Dependency of rust-clap, rust-env_logger0.5. ref: 8292e9fbe915444fb7fc60ae8843c039ae41ee5c # rust-atty-0.2.11-4.fc30 + rust-backtrace-sys: + buildorder: 20 + rationale: Dependency of rust-backtrace. + ref: 4881ae8b7c5ebd061d70d1d394aa595940899d58 # rust-backtrace-sys-0.1.28-2.fc30 rust-bit-set: buildorder: 20 rationale: Dependency of rust-proptest. ref: e1b96e225131b5ff762809189084a8326b100233 # rust-bit-set-0.5.0-2.fc30 - rust-cpp_demangle: - buildorder: 20 - rationale: Dependency of rust-backtrace. - ref: 3ab5337954859e138ee9bbca23b07872361f7ba5 # rust-cpp_demangle-0.2.12-3.fc30 rust-crc: buildorder: 20 rationale: Dependency of stratisd. ref: 53c80f4238740a53dfa355dbb7c682e0f29ce6d4 # rust-crc-1.8.1-5.fc30 - rust-crossbeam-utils: - buildorder: 20 - rationale: Dependency of rust-crossbeam-deque0.4, rust-crossbeam-epoch. - ref: 236090c5368d179d40194f1128fe875dd19e7e2b # rust-crossbeam-utils-0.6.5-2.fc30 rust-errno: buildorder: 20 rationale: Dependency of rust-loopdev. @@ -612,10 +534,10 @@ data: buildorder: 20 rationale: Dependency of rust-libudev. ref: 9f47aa41f9ec8b3cc6472528531c0e62bf71421c # rust-libudev-sys-0.1.4-6.fc30 - rust-memchr: + rust-log: buildorder: 20 - rationale: Dependency of rust-aho-corasick, rust-regex. - ref: fa1f746fd786966d0ab59c5cbf7c8ce70a237ffe # rust-memchr-2.2.0-1.fc30 + rationale: Dependency of rust-env_logger0.5, stratisd. + ref: f2ed0b96f2aef62b3f25f527f3970f857e7e42a3 # rust-log-0.4.6-3.fc31 rust-nix: buildorder: 20 rationale: Dependency of rust-devicemapper, rust-libmount, stratisd. @@ -623,14 +545,10 @@ data: rust-num-integer: buildorder: 20 rationale: Dependency of rust-chrono. - ref: 39507112bb385c8faf4a037630dfd3832c7c09b8 # rust-num-integer-0.1.39-5.fc30 - rust-num_cpus: - buildorder: 20 - rationale: Dependency of rust-rayon-core. - ref: 9fec5098b96e9803df65c367d24567d0ddf53b47 # rust-num_cpus-1.10.0-1.fc30 + ref: 95b28ad1b64403e529c3f3c8eb7cdd95218b865e # rust-num-integer-0.1.39-6.fc31 rust-proc-macro2: buildorder: 20 - rationale: Dependency of rust-no-panic, rust-quote, rust-serde_derive, rust-syn. + rationale: Dependency of rust-quote, rust-serde_derive, rust-syn. ref: 3855044696e35eafefebe7360043a1ca9a90c7ca # rust-proc-macro2-0.4.27-1.fc30 rust-rand0.4: buildorder: 20 @@ -640,10 +558,14 @@ data: buildorder: 20 rationale: Dependency of rust-proptest, rust-regex. ref: 9563466f81e609018817e7db23e1d2d6d110885a # rust-regex-syntax-0.6.5-2.fc30 - rust-term_size: + rust-semver: buildorder: 20 - rationale: Dependency of rust-clap, rust-textwrap. - ref: de4b5679e89e08877fe80cd541781a0e8ff4afe8 # rust-term_size-0.3.1-7.fc30 + rationale: Dependency of rust-rustc_version. + ref: c6b7210fce440b9e2b2f8f489d49af557c023ae7 # rust-semver-0.9.0-8.fc31 + rust-textwrap: + buildorder: 20 + rationale: Dependency of rust-clap. + ref: d744fed4858be87507b91a315becac68d5c81772 # rust-textwrap-0.10.0-6.fc31 rust-thread_local: buildorder: 20 rationale: Dependency of rust-regex. @@ -651,19 +573,27 @@ data: rust-time: buildorder: 20 rationale: Dependency of rust-chrono. - ref: b60625fce8cccc841bb4f57295b7cc58f574f094 # rust-time-0.1.42-3.fc31 + ref: afc60bde9c4f5e9075775b51b084c7e2de45e2a7 # rust-time-0.1.42-4.fc31 rust-timerfd: buildorder: 20 rationale: Dependency of stratisd. - ref: bf1a22c8de0b5659b24ddce0a7e1e6fcfb00e474 # rust-timerfd-1.0.0-3.fc30 + ref: 5ff1279ea179931dd6433c46c6dcc4f36fd8f4c2 # rust-timerfd-1.0.0-4.fc31 rust-wait-timeout: buildorder: 20 rationale: Dependency of rust-rusty-fork. ref: 11efd5291861ddfe7adbd6823a1941f6c6f14845 # rust-wait-timeout-0.1.5-6.fc30 - rust-aho-corasick: + rust-backtrace: buildorder: 30 - rationale: Dependency of rust-regex. - ref: 24df14d51bc0cfcaff5a6481c6df1fca9348a658 # rust-aho-corasick-0.6.10-1.fc30 + rationale: Dependency of rust-error-chain. + ref: 8afa9b9e52f02ecf7bf44f5cbb90bf02c03fca26 # rust-backtrace-0.3.14-2.fc31 + rust-chrono: + buildorder: 30 + rationale: Dependency of stratisd. + ref: f1fc5b2924e40b293ec6baec47b83aecd5726aa9 # rust-chrono-0.4.6-4.fc31 + rust-clap: + buildorder: 30 + rationale: Dependency of stratisd. + ref: 7097cefc3418a8f1daffb0666ca1bd0b8afa9d3e # rust-clap-2.32.0-8.fc31 rust-dbus: buildorder: 30 rationale: Dependency of stratisd. @@ -682,90 +612,54 @@ data: ref: 531a3f266a7ac36c1bb340577f9e732981f7a6c6 # rust-loopdev-0.2.1-3.fc30 rust-quote: buildorder: 30 - rationale: Dependency of rust-no-panic, rust-serde_derive, rust-syn. + rationale: Dependency of rust-serde_derive, rust-syn. ref: f932c7e0b493c27300136ea4071d8e6356f269a5 # rust-quote-0.6.11-2.fc30 - rust-textwrap: - buildorder: 30 - rationale: Dependency of rust-clap. - ref: 8a0e0efe9c8583ddd0d18a10e8d736ab1316ae98 # rust-textwrap-0.10.0-5.fc30 rust-regex: - buildorder: 40 + buildorder: 30 rationale: Dependency of rust-env_logger0.5. ref: 3b32c066c90d665594c7ff75476d31c78ef7c132 # rust-regex-1.1.2-1.fc31 + rust-rustc_version: + buildorder: 30 + rationale: Dependency of rust-newtype_derive. + ref: ca4603e4a52064674282104f297dd25dc12f909e # rust-rustc_version-0.2.3-4.fc30 + rust-env_logger0.5: + buildorder: 40 + rationale: Dependency of stratisd. + ref: 4ee154b2dbd393e82b5d8cd9125a23bb793c6cba # rust-env_logger0.5-0.5.13-4.fc30 + rust-error-chain: + buildorder: 40 + rationale: Dependency of rust-devicemapper, stratisd. + ref: 19b4dec04e8c3877f6ba43d93f619d2e19123d9d # rust-error-chain-0.12.0-4.fc30 + rust-newtype_derive: + buildorder: 40 + rationale: Dependency of rust-devicemapper. + ref: c2a32d81de27600858eac005b130e2fae21dfff1 # rust-newtype_derive-0.1.6-6.fc30 rust-syn: buildorder: 40 - rationale: Dependency of rust-no-panic, rust-serde_derive. + rationale: Dependency of rust-serde_derive. ref: 4ddfedc4a50404a75e5d52187fe81962404cf9da # rust-syn-0.15.28-1.fc31 - rust-no-panic: - buildorder: 50 - rationale: Dependency of rust-ryu. - ref: 8b5ddce831d2c6331ee3451764cc5982084c5d3c # rust-no-panic-0.1.8-1.fc30 rust-serde_derive: buildorder: 50 - rationale: Dependency of rust-backtrace, rust-rand_core, rust-rand_isaac, - rust-rand_pcg, rust-rand_xorshift, rust-serde, stratisd. + rationale: Dependency of rust-rand_core, rust-serde, stratisd. ref: 5a760243ceaa6d89570498ebb78c41294bf6163c # rust-serde_derive-1.0.89-1.fc31 - rust-ryu: - buildorder: 60 - rationale: Dependency of rust-serde_json. - ref: 21934a25c0fd928382bbe80ed0bd7015e1ffd973 # rust-ryu-0.2.7-2.fc30 rust-serde: buildorder: 60 - rationale: Dependency of rust-arrayvec, rust-backtrace, rust-chrono, rust-devicemapper, - rust-either, rust-indexmap, rust-linked-hash-map, rust-log, rust-rand_core, - rust-rand_isaac, rust-rand_pcg, rust-rand_xorshift, rust-semver, rust-serde_json, - rust-sha1, rust-uuid, rust-vec_map, stratisd. - ref: 18686e3926cfc0d18caec861d854da443c383d7a # rust-serde-1.0.89-1.fc31 - rust-arrayvec: - buildorder: 70 - rationale: Dependency of rust-crossbeam-epoch. - ref: 6b72531caf9350a306c1470a07520a37dfc97a46 # rust-arrayvec-0.4.10-2.fc30 - rust-chrono: - buildorder: 70 - rationale: Dependency of stratisd. - ref: d66bcbeb56095a4522724e87a832ee7ca7b0994b # rust-chrono-0.4.6-3.fc30 + rationale: Dependency of rust-devicemapper, rust-either, rust-rand_core, rust-serde_json, + rust-uuid, stratisd. + ref: 6b0bcf9f0759180ad940ba8150115d38a38cdf38 # rust-serde-1.0.89-2.fc31 rust-either: buildorder: 70 - rationale: Dependency of rust-rayon, stratisd. + rationale: Dependency of stratisd. ref: f3ab5b66e8738640ddc0b96a0307ac2ee2c15dcf # rust-either-1.5.1-1.fc31 - rust-indexmap: - buildorder: 70 - rationale: Dependency of rust-serde_json. - ref: 3f60c84d32bec3bceca0c09a8dea4c514aef5518 # rust-indexmap-1.0.2-3.fc30 - rust-linked-hash-map: - buildorder: 70 - rationale: Dependency of rust-yaml-rust0.3. - ref: dd454ec3b3ce355c885c8b8a0b2a52e6be9f5686 # rust-linked-hash-map-0.5.1-6.fc30 - rust-log: - buildorder: 70 - rationale: Dependency of rust-env_logger0.5, rust-rand, rust-rand_jitter, - rust-rand_os, stratisd. - ref: b361346a98ef554dffb5252c63c76c29d97e5d82 # rust-log-0.4.6-2.fc30 rust-rand_core: buildorder: 70 rationale: Dependency of rust-rand, rust-rand_core0.3, rust-rand_jitter, rust-rand_os, rust-rand_pcg. - ref: cd61388cf53725e55283b1783101831e0a6912f1 # rust-rand_core-0.4.0-2.fc30 - rust-semver: + ref: 2ffed169b8788f3f390f33f36bdcaa94c99ca8ce # rust-rand_core-0.4.0-3.fc31 + rust-serde_json: buildorder: 70 - rationale: Dependency of rust-rustc_version. - ref: afa0825a8b392a43046330965ea38d89580dcd21 # rust-semver-0.9.0-7.fc30 - rust-sha1: - buildorder: 70 - rationale: Dependency of rust-uuid. - ref: 26f5c651a166b3537f18d9d299d1a4e364e30707 # rust-sha1-0.6.0-5.fc30 - rust-vec_map: - buildorder: 70 - rationale: Dependency of rust-clap. - ref: 7e2d85dc2ef5ca31fc5c0203288f7a1366cda337 # rust-vec_map-0.8.1-5.fc30 - rust-crossbeam-epoch: - buildorder: 80 - rationale: Dependency of rust-crossbeam-deque0.4. - ref: f3b4c3f6040cc98b61b881a274cff0d0e4302f0b # rust-crossbeam-epoch-0.7.1-2.fc30 - rust-env_logger0.5: - buildorder: 80 rationale: Dependency of stratisd. - ref: 4ee154b2dbd393e82b5d8cd9125a23bb793c6cba # rust-env_logger0.5-0.5.13-4.fc30 + ref: 61cade1d268658cb972dbc4f16e4804e82448116 # rust-serde_json-1.0.39-2.fc31 rust-rand_core0.3: buildorder: 80 rationale: Dependency of rust-rand_chacha, rust-rand_hc, rust-rand_isaac, @@ -774,39 +668,15 @@ data: rust-rand_jitter: buildorder: 80 rationale: Dependency of rust-rand. - ref: 5c3507b5d3c91308113148a7cadb87cbea10cb81 # rust-rand_jitter-0.1.3-1.fc30 + ref: 397d4a229a47ef2806e7c3cd0a5c05382fa66344 # rust-rand_jitter-0.1.3-2.fc31 rust-rand_os: buildorder: 80 rationale: Dependency of rust-rand. - ref: 3db31d20f0e3da3dec14d20ac0e1d2cf71a14034 # rust-rand_os-0.1.3-1.fc31 + ref: bf6aba9620e08749b5697e4d3d3e4b5f2b3d8cf9 # rust-rand_os-0.1.3-2.fc31 rust-rand_pcg: buildorder: 80 rationale: Dependency of rust-rand. - ref: f60db370343e635521ffd225a5b0be3fece1b1ba # rust-rand_pcg-0.1.2-1.fc31 - rust-rustc_version: - buildorder: 80 - rationale: Dependency of rust-newtype_derive. - ref: ca4603e4a52064674282104f297dd25dc12f909e # rust-rustc_version-0.2.3-4.fc30 - rust-serde_json: - buildorder: 80 - rationale: Dependency of stratisd. - ref: 13126773e9b6a8f9b4eaee01a83ebac9fdcc9b46 # rust-serde_json-1.0.39-1.fc31 - rust-yaml-rust0.3: - buildorder: 80 - rationale: Dependency of rust-clap. - ref: 72b63c36f005ae6ac8a81cab06d2a6cfc9ef2184 # rust-yaml-rust0.3-0.3.5-9.fc30 - rust-clap: - buildorder: 90 - rationale: Dependency of stratisd. - ref: fc476fd0aac8db8bba4bc795a33d301f3e52927b # rust-clap-2.32.0-7.fc30 - rust-crossbeam-deque0.4: - buildorder: 90 - rationale: Dependency of rust-rayon, rust-rayon-core. - ref: d24e227c8d3ca42361f4efaeaab9876fc299316b # rust-crossbeam-deque0.4-0.4.1-9.fc30 - rust-newtype_derive: - buildorder: 90 - rationale: Dependency of rust-devicemapper. - ref: c2a32d81de27600858eac005b130e2fae21dfff1 # rust-newtype_derive-0.1.6-6.fc30 + ref: 55c099d27ef3d71b49404ff1cdaefa980dce3ae1 # rust-rand_pcg-0.1.2-2.fc31 rust-rand_chacha: buildorder: 90 rationale: Dependency of rust-rand. @@ -818,23 +688,15 @@ data: rust-rand_isaac: buildorder: 90 rationale: Dependency of rust-rand. - ref: ebe2013b94693db4d7822404833751ddb6ef0947 # rust-rand_isaac-0.1.1-3.fc30 + ref: 3cf62a581a3f5f399234f95f9da9d107fdd27bb5 # rust-rand_isaac-0.1.1-4.fc31 rust-rand_xorshift: buildorder: 90 rationale: Dependency of rust-rand. - ref: 8a638cda6a81d64c0d32f9c17673efe453029aaa # rust-rand_xorshift-0.1.1-2.fc30 + ref: 45df31bb381c91d5f7bfd570192673d8809a627e # rust-rand_xorshift-0.1.1-3.fc31 rust-rand: buildorder: 100 rationale: Dependency of rust-proptest, rust-tempfile, rust-uuid. - ref: 1d4fc0184332682a537bb72a3825c6c6f4186fa5 # rust-rand-0.6.5-2.fc30 - rust-rayon-core: - buildorder: 100 - rationale: Dependency of rust-rayon. - ref: 131ce464842574d7346febe6d6b352d17371c6d1 # rust-rayon-core-1.4.1-3.fc30 - rust-rayon: - buildorder: 110 - rationale: Dependency of rust-cc. - ref: 0ef01b15c1b8ad32075cb85359fb32209498056f # rust-rayon-1.0.3-2.fc30 + ref: ed88355deb5e2867d0422f861bcbe4c720e12e0b # rust-rand-0.6.5-3.fc31 rust-tempfile: buildorder: 110 rationale: Dependency of rust-devicemapper, rust-proptest, rust-rusty-fork, @@ -843,40 +705,24 @@ data: rust-uuid: buildorder: 110 rationale: Dependency of rust-devicemapper, stratisd. - ref: cc7e75649aa2e3f55d624a6ef7f1ff74ec04a875 # rust-uuid-0.7.2-2.fc30 - rust-cc: + ref: 4ff33cff5409e4883856e1716125081401685640 # rust-uuid-0.7.2-3.fc31 + rust-devicemapper: buildorder: 120 - rationale: Dependency of rust-backtrace-sys. - ref: e0db0e9f0304991f9096135bd59dcca5470d350c # rust-cc-1.0.30-1.fc31 + rationale: Dependency of stratisd. + ref: 1cf2fd67770dca92ef3f27c26bab39c8fbcfeb62 # rust-devicemapper-0.26.1-3.fc30 rust-rusty-fork: buildorder: 120 rationale: Dependency of rust-proptest. ref: a931f57b0f137d91ac931edb51bdc6c6a7d4096d # rust-rusty-fork-0.2.1-2.fc30 - rust-backtrace-sys: - buildorder: 130 - rationale: Dependency of rust-backtrace. - ref: 4881ae8b7c5ebd061d70d1d394aa595940899d58 # rust-backtrace-sys-0.1.28-2.fc30 rust-proptest: buildorder: 130 rationale: Dependency of stratisd. ref: 029c398352cb885b68afcfd0d9678fae9e74bfc4 # rust-proptest-0.8.7-5.fc30 - rust-backtrace: - buildorder: 140 - rationale: Dependency of rust-error-chain. - ref: 4c926efc89c161f19d56cadf5157a3c57c880d65 # rust-backtrace-0.3.14-1.fc30 - rust-error-chain: - buildorder: 150 - rationale: Dependency of rust-devicemapper, stratisd. - ref: 19b4dec04e8c3877f6ba43d93f619d2e19123d9d # rust-error-chain-0.12.0-4.fc30 - rust-devicemapper: - buildorder: 160 - rationale: Dependency of stratisd. - ref: 1cf2fd67770dca92ef3f27c26bab39c8fbcfeb62 # rust-devicemapper-0.26.1-3.fc30 stratisd: - buildorder: 170 + buildorder: 140 rationale: Main component. ref: 1 stratis-cli: - buildorder: 170 + buildorder: 140 rationale: Main component. ref: 1 From 3626dac582b58be08b34e48dd17848b12e3bfade Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 16 Mar 2019 03:53:50 +0100 Subject: [PATCH 35/43] Regenerate Signed-off-by: Igor Gnatenko --- stratis.yaml | 247 +++++++++++++++++++++++++-------------------------- 1 file changed, 120 insertions(+), 127 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index f401f92..3aa62de 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -377,352 +377,345 @@ data: rationale: Something needs to orchestrate build of all stuff below. rust-ansi_term: buildorder: 10 - rationale: Dependency of rust-clap. + rationale: Dependency of other components. ref: 981f698b95b96924110b56201491bca38b4a43a8 # rust-ansi_term-0.11.0-5.fc30 rust-autocfg: buildorder: 10 - rationale: Dependency of rust-backtrace, rust-rand, rust-rand_chacha, rust-rand_pcg. + rationale: Dependency of other components. ref: 81a855938853d5b158170384a78b4bfd0e640fd5 # rust-autocfg-0.1.2-3.fc30 rust-bit-vec: buildorder: 10 - rationale: Dependency of rust-bit-set. + rationale: Dependency of other components. ref: 1269bace9404fea189796bd0039f6a7d8bc66dd2 # rust-bit-vec-0.5.0-2.fc30 rust-bitflags: buildorder: 10 - rationale: Dependency of rust-clap, rust-devicemapper, rust-nix, rust-proptest. + rationale: Dependency of other components. ref: d6cb4b7f827a92a89c3d6c4744c6dd5525fc394f # rust-bitflags-1.0.4-4.fc30 rust-build_const: buildorder: 10 - rationale: Dependency of rust-crc. + rationale: Dependency of other components. ref: 137dfa1cb0559450bebd66967ffa38a47c48c06b # rust-build_const-0.2.1-5.fc30 rust-byteorder: buildorder: 10 - rationale: Dependency of rust-proptest, stratisd. + rationale: Dependency of other components. ref: 9121d26b6afea36bcb39252abdb3e3826b37af11 # rust-byteorder-1.3.1-2.fc30 rust-cc: buildorder: 10 - rationale: Dependency of rust-backtrace-sys. - ref: 5188adb9f5d74282e6e8e4856ba75535dbeae3e2 # rust-cc-1.0.30-2.fc31 + rationale: Dependency of other components. + ref: 1c083a0231c3d6df486a0e7a5957b60112b55967 # rust-cc-1.0.31-1.fc31 rust-cfg-if: buildorder: 10 - rationale: Dependency of rust-backtrace, rust-log, rust-nix, rust-tempfile. + rationale: Dependency of other components. ref: fa49aac8a48bd413f6e3f2062adbe2a4d56d9abf # rust-cfg-if-0.1.7-1.fc31 rust-fnv: buildorder: 10 - rationale: Dependency of rust-rusty-fork. + rationale: Dependency of other components. ref: 6fc5413ebbbd5d44337be1c961b39002e5b92345 # rust-fnv-1.0.6-7.fc30 rust-itoa: buildorder: 10 - rationale: Dependency of rust-serde_json. + rationale: Dependency of other components. ref: 7b951314bd701ac8cde5e65ec10c1306b8c5964d # rust-itoa-0.4.3-4.fc30 rust-lazy_static: buildorder: 10 - rationale: Dependency of rust-proptest, rust-thread_local, stratisd. + rationale: Dependency of other components. ref: 6e30973f915da136bba20baa034e2cff95a6b74e # rust-lazy_static-1.3.0-3.fc31 rust-libc: buildorder: 10 - rationale: Dependency of rust-atty, rust-backtrace, rust-backtrace-sys, rust-dbus, - rust-devicemapper, rust-errno, rust-libmount, rust-libudev, rust-libudev-sys, - rust-loopdev, rust-nix, rust-rand, rust-rand0.4, rust-rand_os, rust-tempfile, - rust-time, rust-timerfd, rust-wait-timeout, stratisd. + rationale: Dependency of other components. ref: 9b95ae890adec9addc9b4f80fb02f2ea21ce06bb # rust-libc-0.2.50-1.fc31 rust-macro-attr: buildorder: 10 - rationale: Dependency of rust-devicemapper. + rationale: Dependency of other components. ref: 54c3593ab06978846935be42fe86df01e351e7b2 # rust-macro-attr-0.2.0-7.fc31 rust-matches: buildorder: 10 - rationale: Dependency of stratisd. + rationale: Dependency of other components. ref: 8e9a1c4f46c1355869374fe7fb403a6b6c1b0fca # rust-matches-0.1.8-4.fc30 rust-memchr: buildorder: 10 - rationale: Dependency of rust-aho-corasick, rust-regex. + rationale: Dependency of other components. ref: 1e687e82d0f14eca98597968c0985a0eaa048f38 # rust-memchr-2.2.0-2.fc31 rust-num-traits: buildorder: 10 - rationale: Dependency of rust-chrono, rust-num-integer, rust-proptest. + rationale: Dependency of other components. ref: f52b292282ba55da6bfe30e849f3e8a74fe9e1f9 # rust-num-traits-0.2.6-4.fc30 rust-pkg-config: buildorder: 10 - rationale: Dependency of rust-libdbus-sys, rust-libudev-sys. + rationale: Dependency of other components. ref: 4ed2590b18b486e7105d76b94f9baad214b3d2a0 # rust-pkg-config-0.3.14-4.fc30 rust-quick-error: buildorder: 10 - rationale: Dependency of rust-humantime, rust-libmount, rust-proptest, rust-rusty-fork. + rationale: Dependency of other components. ref: ce58a31b95536dc7c985ed30b7652944e0644234 # rust-quick-error-1.2.2-5.fc30 + rust-rand_core: + buildorder: 10 + rationale: Dependency of other components. + ref: 2ffed169b8788f3f390f33f36bdcaa94c99ca8ce # rust-rand_core-0.4.0-3.fc31 rust-remove_dir_all: buildorder: 10 - rationale: Dependency of rust-tempfile. + rationale: Dependency of other components. ref: 8fe0af9b623f38dd787b38e38920ea425abca29b # rust-remove_dir_all-0.5.1-5.fc31 rust-rustc-demangle: buildorder: 10 - rationale: Dependency of rust-backtrace. + rationale: Dependency of other components. ref: 07caa0dc695b3332398f51e6eff2b72c91f5f78d # rust-rustc-demangle-0.1.13-2.fc30 rust-ryu: buildorder: 10 - rationale: Dependency of rust-serde_json. + rationale: Dependency of other components. ref: d9b73e871f3b01f8180355d804434566e0f5c66b # rust-ryu-0.2.7-3.fc31 rust-semver-parser0.7: buildorder: 10 - rationale: Dependency of rust-semver. + rationale: Dependency of other components. ref: 171aa5834211cb7ba17fe68f68587879040bf342 # rust-semver-parser0.7-0.7.0-9.fc30 + rust-serde: + buildorder: 10 + rationale: Dependency of other components. + ref: 6b0bcf9f0759180ad940ba8150115d38a38cdf38 # rust-serde-1.0.89-2.fc31 rust-strsim: buildorder: 10 - rationale: Dependency of rust-clap. + rationale: Dependency of other components. ref: 663afa7b1ad8bba8cb1454ff7290670f276eab52 # rust-strsim-0.8.0-4.fc30 rust-termcolor: buildorder: 10 - rationale: Dependency of rust-env_logger0.5. + rationale: Dependency of other components. ref: e9ebce417e8bd04ba8aa868874bfc9a969322b32 # rust-termcolor-1.0.4-4.fc31 rust-ucd-util: buildorder: 10 - rationale: Dependency of rust-regex-syntax. + rationale: Dependency of other components. ref: b1e81c701e5edeeb5bf13f05529c9efd651d7cc3 # rust-ucd-util-0.1.3-2.fc30 rust-unicode-width: buildorder: 10 - rationale: Dependency of rust-clap, rust-textwrap. + rationale: Dependency of other components. ref: 6b7a220e29805a34e566e0bbc056f04288e46b98 # rust-unicode-width-0.1.5-5.fc30 rust-unicode-xid: buildorder: 10 - rationale: Dependency of rust-proc-macro2, rust-syn. + rationale: Dependency of other components. ref: f0f240a98191837a508e3a829186f3e68fb073a7 # rust-unicode-xid-0.1.0-8.fc30 rust-utf8-ranges: buildorder: 10 - rationale: Dependency of rust-regex. + rationale: Dependency of other components. ref: 9ffdb97b701fca2b72af10278be1a94dbf09fbf9 # rust-utf8-ranges-1.0.2-2.fc30 + rust-uuid: + buildorder: 10 + rationale: Dependency of other components. + ref: 4ff33cff5409e4883856e1716125081401685640 # rust-uuid-0.7.2-3.fc31 rust-vec_map: buildorder: 10 - rationale: Dependency of rust-clap. + rationale: Dependency of other components. ref: 8061e58004d95400d13c320814f4dc5525f7e99e # rust-vec_map-0.8.1-6.fc31 rust-void: buildorder: 10 - rationale: Dependency of rust-nix. + rationale: Dependency of other components. ref: 625a54a91606a4a7e765f8dcc3d05843c01a551c # rust-void-1.0.2-8.fc30 rust-aho-corasick: buildorder: 20 - rationale: Dependency of rust-regex. + rationale: Dependency of other components. ref: 24df14d51bc0cfcaff5a6481c6df1fca9348a658 # rust-aho-corasick-0.6.10-1.fc30 rust-atty: buildorder: 20 - rationale: Dependency of rust-clap, rust-env_logger0.5. + rationale: Dependency of other components. ref: 8292e9fbe915444fb7fc60ae8843c039ae41ee5c # rust-atty-0.2.11-4.fc30 rust-backtrace-sys: buildorder: 20 - rationale: Dependency of rust-backtrace. + rationale: Dependency of other components. ref: 4881ae8b7c5ebd061d70d1d394aa595940899d58 # rust-backtrace-sys-0.1.28-2.fc30 rust-bit-set: buildorder: 20 - rationale: Dependency of rust-proptest. + rationale: Dependency of other components. ref: e1b96e225131b5ff762809189084a8326b100233 # rust-bit-set-0.5.0-2.fc30 rust-crc: buildorder: 20 - rationale: Dependency of stratisd. + rationale: Dependency of other components. ref: 53c80f4238740a53dfa355dbb7c682e0f29ce6d4 # rust-crc-1.8.1-5.fc30 rust-errno: buildorder: 20 - rationale: Dependency of rust-loopdev. + rationale: Dependency of other components. ref: d2bcaf150ce94a141e99d1270895d0f95cad88cd # rust-errno-0.2.4-4.fc30 rust-humantime: buildorder: 20 - rationale: Dependency of rust-env_logger0.5. + rationale: Dependency of other components. ref: f3f737bd54171c69073df4e486febe2b8acf31a4 # rust-humantime-1.2.0-2.fc30 rust-libdbus-sys: buildorder: 20 - rationale: Dependency of rust-dbus. + rationale: Dependency of other components. ref: 83ba5405c4c5e421feaa041594682e62dfb38cdf # rust-libdbus-sys-0.1.5-2.fc30 rust-libudev-sys: buildorder: 20 - rationale: Dependency of rust-libudev. + rationale: Dependency of other components. ref: 9f47aa41f9ec8b3cc6472528531c0e62bf71421c # rust-libudev-sys-0.1.4-6.fc30 rust-log: buildorder: 20 - rationale: Dependency of rust-env_logger0.5, stratisd. + rationale: Dependency of other components. ref: f2ed0b96f2aef62b3f25f527f3970f857e7e42a3 # rust-log-0.4.6-3.fc31 rust-nix: buildorder: 20 - rationale: Dependency of rust-devicemapper, rust-libmount, stratisd. + rationale: Dependency of other components. ref: 0e9497e1b6af0c94f68e866a877047681a29231a # rust-nix-0.13.0-2.fc30 rust-num-integer: buildorder: 20 - rationale: Dependency of rust-chrono. + rationale: Dependency of other components. ref: 95b28ad1b64403e529c3f3c8eb7cdd95218b865e # rust-num-integer-0.1.39-6.fc31 rust-proc-macro2: buildorder: 20 - rationale: Dependency of rust-quote, rust-serde_derive, rust-syn. + rationale: Dependency of other components. ref: 3855044696e35eafefebe7360043a1ca9a90c7ca # rust-proc-macro2-0.4.27-1.fc30 rust-rand0.4: buildorder: 20 - rationale: Dependency of stratisd. + rationale: Dependency of other components. ref: bae1113c3288a9a721e1169a88a007a92f0cdaef # rust-rand0.4-0.4.6-3.fc31 + rust-rand_jitter: + buildorder: 20 + rationale: Dependency of other components. + ref: 397d4a229a47ef2806e7c3cd0a5c05382fa66344 # rust-rand_jitter-0.1.3-2.fc31 + rust-rand_os: + buildorder: 20 + rationale: Dependency of other components. + ref: bf6aba9620e08749b5697e4d3d3e4b5f2b3d8cf9 # rust-rand_os-0.1.3-2.fc31 + rust-rand_pcg: + buildorder: 20 + rationale: Dependency of other components. + ref: 55c099d27ef3d71b49404ff1cdaefa980dce3ae1 # rust-rand_pcg-0.1.2-2.fc31 rust-regex-syntax: buildorder: 20 - rationale: Dependency of rust-proptest, rust-regex. + rationale: Dependency of other components. ref: 9563466f81e609018817e7db23e1d2d6d110885a # rust-regex-syntax-0.6.5-2.fc30 rust-semver: buildorder: 20 - rationale: Dependency of rust-rustc_version. + rationale: Dependency of other components. ref: c6b7210fce440b9e2b2f8f489d49af557c023ae7 # rust-semver-0.9.0-8.fc31 + rust-serde_json: + buildorder: 20 + rationale: Dependency of other components. + ref: 61cade1d268658cb972dbc4f16e4804e82448116 # rust-serde_json-1.0.39-2.fc31 rust-textwrap: buildorder: 20 - rationale: Dependency of rust-clap. + rationale: Dependency of other components. ref: d744fed4858be87507b91a315becac68d5c81772 # rust-textwrap-0.10.0-6.fc31 rust-thread_local: buildorder: 20 - rationale: Dependency of rust-regex. + rationale: Dependency of other components. ref: 203b239665653ad710d5dc0f750bfe691b3054f1 # rust-thread_local-0.3.6-4.fc30 rust-time: buildorder: 20 - rationale: Dependency of rust-chrono. + rationale: Dependency of other components. ref: afc60bde9c4f5e9075775b51b084c7e2de45e2a7 # rust-time-0.1.42-4.fc31 rust-timerfd: buildorder: 20 - rationale: Dependency of stratisd. + rationale: Dependency of other components. ref: 5ff1279ea179931dd6433c46c6dcc4f36fd8f4c2 # rust-timerfd-1.0.0-4.fc31 rust-wait-timeout: buildorder: 20 - rationale: Dependency of rust-rusty-fork. + rationale: Dependency of other components. ref: 11efd5291861ddfe7adbd6823a1941f6c6f14845 # rust-wait-timeout-0.1.5-6.fc30 rust-backtrace: buildorder: 30 - rationale: Dependency of rust-error-chain. + rationale: Dependency of other components. ref: 8afa9b9e52f02ecf7bf44f5cbb90bf02c03fca26 # rust-backtrace-0.3.14-2.fc31 rust-chrono: buildorder: 30 - rationale: Dependency of stratisd. + rationale: Dependency of other components. ref: f1fc5b2924e40b293ec6baec47b83aecd5726aa9 # rust-chrono-0.4.6-4.fc31 rust-clap: buildorder: 30 - rationale: Dependency of stratisd. + rationale: Dependency of other components. ref: 7097cefc3418a8f1daffb0666ca1bd0b8afa9d3e # rust-clap-2.32.0-8.fc31 rust-dbus: buildorder: 30 - rationale: Dependency of stratisd. + rationale: Dependency of other components. ref: f313a357e0a40a24aa8e8c525bb83c1e87335104 # rust-dbus-0.6.4-2.fc30 rust-libmount: buildorder: 30 - rationale: Dependency of rust-devicemapper, stratisd. + rationale: Dependency of other components. ref: a52bd2c2192c28667ce5829b64c86500c5381af1 # rust-libmount-0.1.12-1.fc30 rust-libudev: buildorder: 30 - rationale: Dependency of rust-devicemapper, stratisd. + rationale: Dependency of other components. ref: 2bb40130076f7070c5d6926f64ea583b980e39db # rust-libudev-0.2.0-6.fc30 rust-loopdev: buildorder: 30 - rationale: Dependency of rust-devicemapper, stratisd. + rationale: Dependency of other components. ref: 531a3f266a7ac36c1bb340577f9e732981f7a6c6 # rust-loopdev-0.2.1-3.fc30 rust-quote: buildorder: 30 - rationale: Dependency of rust-serde_derive, rust-syn. + rationale: Dependency of other components. ref: f932c7e0b493c27300136ea4071d8e6356f269a5 # rust-quote-0.6.11-2.fc30 rust-regex: buildorder: 30 - rationale: Dependency of rust-env_logger0.5. + rationale: Dependency of other components. ref: 3b32c066c90d665594c7ff75476d31c78ef7c132 # rust-regex-1.1.2-1.fc31 rust-rustc_version: buildorder: 30 - rationale: Dependency of rust-newtype_derive. + rationale: Dependency of other components. ref: ca4603e4a52064674282104f297dd25dc12f909e # rust-rustc_version-0.2.3-4.fc30 rust-env_logger0.5: buildorder: 40 - rationale: Dependency of stratisd. + rationale: Dependency of other components. ref: 4ee154b2dbd393e82b5d8cd9125a23bb793c6cba # rust-env_logger0.5-0.5.13-4.fc30 rust-error-chain: buildorder: 40 - rationale: Dependency of rust-devicemapper, stratisd. + rationale: Dependency of other components. ref: 19b4dec04e8c3877f6ba43d93f619d2e19123d9d # rust-error-chain-0.12.0-4.fc30 rust-newtype_derive: buildorder: 40 - rationale: Dependency of rust-devicemapper. + rationale: Dependency of other components. ref: c2a32d81de27600858eac005b130e2fae21dfff1 # rust-newtype_derive-0.1.6-6.fc30 rust-syn: buildorder: 40 - rationale: Dependency of rust-serde_derive. - ref: 4ddfedc4a50404a75e5d52187fe81962404cf9da # rust-syn-0.15.28-1.fc31 + rationale: Dependency of other components. + ref: 2078d9b6fc0501d0dae05f8f564dd3345f1d4078 # rust-syn-0.15.29-1.fc31 rust-serde_derive: buildorder: 50 - rationale: Dependency of rust-rand_core, rust-serde, stratisd. + rationale: Dependency of other components. ref: 5a760243ceaa6d89570498ebb78c41294bf6163c # rust-serde_derive-1.0.89-1.fc31 - rust-serde: - buildorder: 60 - rationale: Dependency of rust-devicemapper, rust-either, rust-rand_core, rust-serde_json, - rust-uuid, stratisd. - ref: 6b0bcf9f0759180ad940ba8150115d38a38cdf38 # rust-serde-1.0.89-2.fc31 rust-either: - buildorder: 70 - rationale: Dependency of stratisd. + buildorder: 60 + rationale: Dependency of other components. ref: f3ab5b66e8738640ddc0b96a0307ac2ee2c15dcf # rust-either-1.5.1-1.fc31 - rust-rand_core: - buildorder: 70 - rationale: Dependency of rust-rand, rust-rand_core0.3, rust-rand_jitter, rust-rand_os, - rust-rand_pcg. - ref: 2ffed169b8788f3f390f33f36bdcaa94c99ca8ce # rust-rand_core-0.4.0-3.fc31 - rust-serde_json: - buildorder: 70 - rationale: Dependency of stratisd. - ref: 61cade1d268658cb972dbc4f16e4804e82448116 # rust-serde_json-1.0.39-2.fc31 rust-rand_core0.3: - buildorder: 80 - rationale: Dependency of rust-rand_chacha, rust-rand_hc, rust-rand_isaac, - rust-rand_xorshift. + buildorder: 60 + rationale: Dependency of other components. ref: 6352839625817d5694f2edcfeb89028c1361f930 # rust-rand_core0.3-0.3.1-2.fc30 - rust-rand_jitter: - buildorder: 80 - rationale: Dependency of rust-rand. - ref: 397d4a229a47ef2806e7c3cd0a5c05382fa66344 # rust-rand_jitter-0.1.3-2.fc31 - rust-rand_os: - buildorder: 80 - rationale: Dependency of rust-rand. - ref: bf6aba9620e08749b5697e4d3d3e4b5f2b3d8cf9 # rust-rand_os-0.1.3-2.fc31 - rust-rand_pcg: - buildorder: 80 - rationale: Dependency of rust-rand. - ref: 55c099d27ef3d71b49404ff1cdaefa980dce3ae1 # rust-rand_pcg-0.1.2-2.fc31 rust-rand_chacha: - buildorder: 90 - rationale: Dependency of rust-rand. + buildorder: 70 + rationale: Dependency of other components. ref: 0e9ac782e7b4d9b50a674f96392dcf00527ee639 # rust-rand_chacha-0.1.1-2.fc30 rust-rand_hc: - buildorder: 90 - rationale: Dependency of rust-rand. + buildorder: 70 + rationale: Dependency of other components. ref: 4b6818ef7dabe874c31778c29ad01a7eead91aa4 # rust-rand_hc-0.1.0-3.fc30 rust-rand_isaac: - buildorder: 90 - rationale: Dependency of rust-rand. + buildorder: 70 + rationale: Dependency of other components. ref: 3cf62a581a3f5f399234f95f9da9d107fdd27bb5 # rust-rand_isaac-0.1.1-4.fc31 rust-rand_xorshift: - buildorder: 90 - rationale: Dependency of rust-rand. + buildorder: 70 + rationale: Dependency of other components. ref: 45df31bb381c91d5f7bfd570192673d8809a627e # rust-rand_xorshift-0.1.1-3.fc31 rust-rand: - buildorder: 100 - rationale: Dependency of rust-proptest, rust-tempfile, rust-uuid. + buildorder: 80 + rationale: Dependency of other components. ref: ed88355deb5e2867d0422f861bcbe4c720e12e0b # rust-rand-0.6.5-3.fc31 rust-tempfile: - buildorder: 110 - rationale: Dependency of rust-devicemapper, rust-proptest, rust-rusty-fork, - stratisd. + buildorder: 90 + rationale: Dependency of other components. ref: 0ae8e8a1d0071fa5c84ef8a7c08a92892731cb2f # rust-tempfile-3.0.7-1.fc30 - rust-uuid: - buildorder: 110 - rationale: Dependency of rust-devicemapper, stratisd. - ref: 4ff33cff5409e4883856e1716125081401685640 # rust-uuid-0.7.2-3.fc31 rust-devicemapper: - buildorder: 120 - rationale: Dependency of stratisd. + buildorder: 100 + rationale: Dependency of other components. ref: 1cf2fd67770dca92ef3f27c26bab39c8fbcfeb62 # rust-devicemapper-0.26.1-3.fc30 rust-rusty-fork: - buildorder: 120 - rationale: Dependency of rust-proptest. + buildorder: 100 + rationale: Dependency of other components. ref: a931f57b0f137d91ac931edb51bdc6c6a7d4096d # rust-rusty-fork-0.2.1-2.fc30 rust-proptest: - buildorder: 130 - rationale: Dependency of stratisd. + buildorder: 110 + rationale: Dependency of other components. ref: 029c398352cb885b68afcfd0d9678fae9e74bfc4 # rust-proptest-0.8.7-5.fc30 stratisd: - buildorder: 140 + buildorder: 120 rationale: Main component. ref: 1 stratis-cli: - buildorder: 140 + buildorder: 120 rationale: Main component. ref: 1 From 310477626658bbb4484192f9b970254ad21cc4a8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 16 Mar 2019 13:10:41 +0100 Subject: [PATCH 36/43] Regenerate Signed-off-by: Igor Gnatenko --- stratis.yaml | 1028 ++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 917 insertions(+), 111 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index 3aa62de..449e16a 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -377,345 +377,1151 @@ data: rationale: Something needs to orchestrate build of all stuff below. rust-ansi_term: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-clap + + Required by: + * rust-clap+color-devel + (built by rust-clap) ref: 981f698b95b96924110b56201491bca38b4a43a8 # rust-ansi_term-0.11.0-5.fc30 rust-autocfg: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-backtrace + * rust-rand + * rust-rand_chacha + * rust-rand_pcg + + Required by: + * rust-backtrace-devel + (built by rust-backtrace) + * rust-rand-devel + (built by rust-rand) + * rust-rand_chacha-devel + (built by rust-rand_chacha) + * rust-rand_pcg-devel + (built by rust-rand_pcg) ref: 81a855938853d5b158170384a78b4bfd0e640fd5 # rust-autocfg-0.1.2-3.fc30 rust-bit-vec: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-bit-set + + Required by: + * rust-bit-set+std-devel + (built by rust-bit-set) + * rust-bit-set-devel + (built by rust-bit-set) ref: 1269bace9404fea189796bd0039f6a7d8bc66dd2 # rust-bit-vec-0.5.0-2.fc30 rust-bitflags: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-clap + * rust-devicemapper + * rust-nix + * rust-proptest + + Required by: + * rust-clap-devel + (built by rust-clap) + * rust-devicemapper-devel + (built by rust-devicemapper) + * rust-nix-devel + (built by rust-nix) + * rust-proptest-devel + (built by rust-proptest) ref: d6cb4b7f827a92a89c3d6c4744c6dd5525fc394f # rust-bitflags-1.0.4-4.fc30 rust-build_const: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-crc + + Required by: + * rust-crc-devel + (built by rust-crc) ref: 137dfa1cb0559450bebd66967ffa38a47c48c06b # rust-build_const-0.2.1-5.fc30 rust-byteorder: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-proptest + * stratisd + + Required by: + * rust-proptest+std-devel + (built by rust-proptest) + * rust-proptest-devel + (built by rust-proptest) ref: 9121d26b6afea36bcb39252abdb3e3826b37af11 # rust-byteorder-1.3.1-2.fc30 rust-cc: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-backtrace-sys + + Required by: + * rust-backtrace-sys-devel + (built by rust-backtrace-sys) ref: 1c083a0231c3d6df486a0e7a5957b60112b55967 # rust-cc-1.0.31-1.fc31 rust-cfg-if: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-backtrace + * rust-log + * rust-nix + * rust-tempfile + + Required by: + * rust-backtrace-devel + (built by rust-backtrace) + * rust-log-devel + (built by rust-log) + * rust-nix-devel + (built by rust-nix) + * rust-tempfile-devel + (built by rust-tempfile) ref: fa49aac8a48bd413f6e3f2062adbe2a4d56d9abf # rust-cfg-if-0.1.7-1.fc31 rust-fnv: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rusty-fork + + Required by: + * rust-rusty-fork-devel + (built by rust-rusty-fork) ref: 6fc5413ebbbd5d44337be1c961b39002e5b92345 # rust-fnv-1.0.6-7.fc30 rust-itoa: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-serde_json + + Required by: + * rust-serde_json-devel + (built by rust-serde_json) ref: 7b951314bd701ac8cde5e65ec10c1306b8c5964d # rust-itoa-0.4.3-4.fc30 rust-lazy_static: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-proptest + * rust-thread_local + * stratisd + + Required by: + * rust-proptest-devel + (built by rust-proptest) + * rust-thread_local-devel + (built by rust-thread_local) ref: 6e30973f915da136bba20baa034e2cff95a6b74e # rust-lazy_static-1.3.0-3.fc31 rust-libc: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-atty + * rust-backtrace + * rust-backtrace-sys + * rust-dbus + * rust-devicemapper + * rust-errno + * rust-libmount + * rust-libudev + * rust-libudev-sys + * rust-loopdev + * rust-nix + * rust-rand + * rust-rand0.4 + * rust-rand_os + * rust-tempfile + * rust-time + * rust-timerfd + * rust-wait-timeout + * stratisd + + Required by: + * rust-atty-devel + (built by rust-atty) + * rust-backtrace-devel + (built by rust-backtrace) + * rust-backtrace-sys-devel + (built by rust-backtrace-sys) + * rust-dbus-devel + (built by rust-dbus) + * rust-devicemapper-devel + (built by rust-devicemapper) + * rust-errno-devel + (built by rust-errno) + * rust-libmount-devel + (built by rust-libmount) + * rust-libudev-devel + (built by rust-libudev) + * rust-libudev-sys-devel + (built by rust-libudev-sys) + * rust-loopdev-devel + (built by rust-loopdev) + * rust-nix-devel + (built by rust-nix) + * rust-rand-devel + (built by rust-rand) + * rust-rand0.4+std-devel + (built by rust-rand0.4) + * rust-rand_os-devel + (built by rust-rand_os) + * rust-tempfile-devel + (built by rust-tempfile) + * rust-time-devel + (built by rust-time) + * rust-timerfd-devel + (built by rust-timerfd) + * rust-wait-timeout-devel + (built by rust-wait-timeout) ref: 9b95ae890adec9addc9b4f80fb02f2ea21ce06bb # rust-libc-0.2.50-1.fc31 rust-macro-attr: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-devicemapper + + Required by: + * rust-devicemapper-devel + (built by rust-devicemapper) ref: 54c3593ab06978846935be42fe86df01e351e7b2 # rust-macro-attr-0.2.0-7.fc31 rust-matches: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd ref: 8e9a1c4f46c1355869374fe7fb403a6b6c1b0fca # rust-matches-0.1.8-4.fc30 rust-memchr: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-aho-corasick + * rust-regex + + Required by: + * rust-aho-corasick-devel + (built by rust-aho-corasick) + * rust-regex-devel + (built by rust-regex) ref: 1e687e82d0f14eca98597968c0985a0eaa048f38 # rust-memchr-2.2.0-2.fc31 rust-num-traits: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-chrono + * rust-num-integer + * rust-proptest + + Required by: + * rust-chrono-devel + (built by rust-chrono) + * rust-num-integer-devel + (built by rust-num-integer) + * rust-proptest+std-devel + (built by rust-proptest) + * rust-proptest-devel + (built by rust-proptest) ref: f52b292282ba55da6bfe30e849f3e8a74fe9e1f9 # rust-num-traits-0.2.6-4.fc30 rust-pkg-config: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-libdbus-sys + * rust-libudev-sys + + Required by: + * rust-libdbus-sys-devel + (built by rust-libdbus-sys) + * rust-libudev-sys-devel + (built by rust-libudev-sys) ref: 4ed2590b18b486e7105d76b94f9baad214b3d2a0 # rust-pkg-config-0.3.14-4.fc30 rust-quick-error: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-humantime + * rust-libmount + * rust-proptest + * rust-rusty-fork + + Required by: + * rust-humantime-devel + (built by rust-humantime) + * rust-libmount-devel + (built by rust-libmount) + * rust-proptest+std-devel + (built by rust-proptest) + * rust-rusty-fork-devel + (built by rust-rusty-fork) ref: ce58a31b95536dc7c985ed30b7652944e0644234 # rust-quick-error-1.2.2-5.fc30 rust-rand_core: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + * rust-rand_core0.3 + * rust-rand_jitter + * rust-rand_os + * rust-rand_pcg + + Required by: + * rust-rand+alloc-devel + (built by rust-rand) + * rust-rand+std-devel + (built by rust-rand) + * rust-rand-devel + (built by rust-rand) + * rust-rand_core0.3-devel + (built by rust-rand_core0.3) + * rust-rand_jitter+std-devel + (built by rust-rand_jitter) + * rust-rand_jitter-devel + (built by rust-rand_jitter) + * rust-rand_os-devel + (built by rust-rand_os) + * rust-rand_pcg-devel + (built by rust-rand_pcg) ref: 2ffed169b8788f3f390f33f36bdcaa94c99ca8ce # rust-rand_core-0.4.0-3.fc31 rust-remove_dir_all: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-tempfile + + Required by: + * rust-tempfile-devel + (built by rust-tempfile) ref: 8fe0af9b623f38dd787b38e38920ea425abca29b # rust-remove_dir_all-0.5.1-5.fc31 rust-rustc-demangle: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-backtrace + + Required by: + * rust-backtrace-devel + (built by rust-backtrace) ref: 07caa0dc695b3332398f51e6eff2b72c91f5f78d # rust-rustc-demangle-0.1.13-2.fc30 rust-ryu: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-serde_json + + Required by: + * rust-serde_json-devel + (built by rust-serde_json) ref: d9b73e871f3b01f8180355d804434566e0f5c66b # rust-ryu-0.2.7-3.fc31 rust-semver-parser0.7: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-semver + + Required by: + * rust-semver-devel + (built by rust-semver) ref: 171aa5834211cb7ba17fe68f68587879040bf342 # rust-semver-parser0.7-0.7.0-9.fc30 rust-serde: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-devicemapper + * rust-either + * rust-serde_json + * stratisd + + Required by: + * rust-devicemapper-devel + (built by rust-devicemapper) + * rust-serde_json-devel + (built by rust-serde_json) + * rust-uuid+serde-devel + (built by rust-uuid) ref: 6b0bcf9f0759180ad940ba8150115d38a38cdf38 # rust-serde-1.0.89-2.fc31 rust-strsim: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-clap + + Required by: + * rust-clap+suggestions-devel + (built by rust-clap) ref: 663afa7b1ad8bba8cb1454ff7290670f276eab52 # rust-strsim-0.8.0-4.fc30 rust-termcolor: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-env_logger0.5 + + Required by: + * rust-env_logger0.5-devel + (built by rust-env_logger0.5) ref: e9ebce417e8bd04ba8aa868874bfc9a969322b32 # rust-termcolor-1.0.4-4.fc31 rust-ucd-util: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-regex-syntax + + Required by: + * rust-regex-syntax-devel + (built by rust-regex-syntax) ref: b1e81c701e5edeeb5bf13f05529c9efd651d7cc3 # rust-ucd-util-0.1.3-2.fc30 rust-unicode-width: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-clap + * rust-textwrap + + Required by: + * rust-clap-devel + (built by rust-clap) + * rust-textwrap-devel + (built by rust-textwrap) ref: 6b7a220e29805a34e566e0bbc056f04288e46b98 # rust-unicode-width-0.1.5-5.fc30 rust-unicode-xid: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-proc-macro2 + * rust-syn + + Required by: + * rust-proc-macro2-devel + (built by rust-proc-macro2) + * rust-syn-devel + (built by rust-syn) ref: f0f240a98191837a508e3a829186f3e68fb073a7 # rust-unicode-xid-0.1.0-8.fc30 rust-utf8-ranges: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-regex + + Required by: + * rust-regex-devel + (built by rust-regex) ref: 9ffdb97b701fca2b72af10278be1a94dbf09fbf9 # rust-utf8-ranges-1.0.2-2.fc30 rust-uuid: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-devicemapper + * stratisd ref: 4ff33cff5409e4883856e1716125081401685640 # rust-uuid-0.7.2-3.fc31 rust-vec_map: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-clap + + Required by: + * rust-clap+default-devel + (built by rust-clap) ref: 8061e58004d95400d13c320814f4dc5525f7e99e # rust-vec_map-0.8.1-6.fc31 rust-void: buildorder: 10 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-nix + + Required by: + * rust-nix-devel + (built by rust-nix) ref: 625a54a91606a4a7e765f8dcc3d05843c01a551c # rust-void-1.0.2-8.fc30 rust-aho-corasick: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-regex + + Required by: + * rust-regex-devel + (built by rust-regex) ref: 24df14d51bc0cfcaff5a6481c6df1fca9348a658 # rust-aho-corasick-0.6.10-1.fc30 rust-atty: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-clap + * rust-env_logger0.5 + + Required by: + * rust-clap+color-devel + (built by rust-clap) + * rust-env_logger0.5-devel + (built by rust-env_logger0.5) ref: 8292e9fbe915444fb7fc60ae8843c039ae41ee5c # rust-atty-0.2.11-4.fc30 rust-backtrace-sys: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-backtrace + + Required by: + * rust-backtrace+libbacktrace-devel + (built by rust-backtrace) ref: 4881ae8b7c5ebd061d70d1d394aa595940899d58 # rust-backtrace-sys-0.1.28-2.fc30 rust-bit-set: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-proptest + + Required by: + * rust-proptest+default-devel + (built by rust-proptest) ref: e1b96e225131b5ff762809189084a8326b100233 # rust-bit-set-0.5.0-2.fc30 rust-crc: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd ref: 53c80f4238740a53dfa355dbb7c682e0f29ce6d4 # rust-crc-1.8.1-5.fc30 rust-errno: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-loopdev + + Required by: + * rust-loopdev-devel + (built by rust-loopdev) ref: d2bcaf150ce94a141e99d1270895d0f95cad88cd # rust-errno-0.2.4-4.fc30 rust-humantime: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-env_logger0.5 + + Required by: + * rust-env_logger0.5-devel + (built by rust-env_logger0.5) ref: f3f737bd54171c69073df4e486febe2b8acf31a4 # rust-humantime-1.2.0-2.fc30 rust-libdbus-sys: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-dbus + + Required by: + * rust-dbus-devel + (built by rust-dbus) ref: 83ba5405c4c5e421feaa041594682e62dfb38cdf # rust-libdbus-sys-0.1.5-2.fc30 rust-libudev-sys: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-libudev + + Required by: + * rust-libudev-devel + (built by rust-libudev) ref: 9f47aa41f9ec8b3cc6472528531c0e62bf71421c # rust-libudev-sys-0.1.4-6.fc30 rust-log: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-env_logger0.5 + * stratisd + + Required by: + * rust-env_logger0.5-devel + (built by rust-env_logger0.5) ref: f2ed0b96f2aef62b3f25f527f3970f857e7e42a3 # rust-log-0.4.6-3.fc31 rust-nix: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-devicemapper + * rust-libmount + * stratisd + + Required by: + * rust-devicemapper-devel + (built by rust-devicemapper) + * rust-libmount-devel + (built by rust-libmount) ref: 0e9497e1b6af0c94f68e866a877047681a29231a # rust-nix-0.13.0-2.fc30 rust-num-integer: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-chrono + + Required by: + * rust-chrono-devel + (built by rust-chrono) ref: 95b28ad1b64403e529c3f3c8eb7cdd95218b865e # rust-num-integer-0.1.39-6.fc31 rust-proc-macro2: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-quote + * rust-serde_derive + * rust-syn + + Required by: + * rust-quote+proc-macro-devel + (built by rust-quote) + * rust-quote-devel + (built by rust-quote) + * rust-serde_derive-devel + (built by rust-serde_derive) + * rust-syn+proc-macro-devel + (built by rust-syn) + * rust-syn-devel + (built by rust-syn) ref: 3855044696e35eafefebe7360043a1ca9a90c7ca # rust-proc-macro2-0.4.27-1.fc30 rust-rand0.4: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd ref: bae1113c3288a9a721e1169a88a007a92f0cdaef # rust-rand0.4-0.4.6-3.fc31 + rust-rand_core0.3: + buildorder: 20 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand_chacha + * rust-rand_hc + * rust-rand_isaac + * rust-rand_xorshift + + Required by: + * rust-rand_chacha-devel + (built by rust-rand_chacha) + * rust-rand_hc-devel + (built by rust-rand_hc) + * rust-rand_isaac-devel + (built by rust-rand_isaac) + * rust-rand_xorshift-devel + (built by rust-rand_xorshift) + ref: e87f2e4a155d98dab8dd94f064e8e6de4c75fd95 # rust-rand_core0.3-0.3.1-3.fc31 rust-rand_jitter: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + + Required by: + * rust-rand+std-devel + (built by rust-rand) + * rust-rand-devel + (built by rust-rand) ref: 397d4a229a47ef2806e7c3cd0a5c05382fa66344 # rust-rand_jitter-0.1.3-2.fc31 rust-rand_os: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + + Required by: + * rust-rand+std-devel + (built by rust-rand) ref: bf6aba9620e08749b5697e4d3d3e4b5f2b3d8cf9 # rust-rand_os-0.1.3-2.fc31 rust-rand_pcg: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + + Required by: + * rust-rand-devel + (built by rust-rand) ref: 55c099d27ef3d71b49404ff1cdaefa980dce3ae1 # rust-rand_pcg-0.1.2-2.fc31 rust-regex-syntax: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-proptest + * rust-regex + + Required by: + * rust-proptest+std-devel + (built by rust-proptest) + * rust-regex-devel + (built by rust-regex) ref: 9563466f81e609018817e7db23e1d2d6d110885a # rust-regex-syntax-0.6.5-2.fc30 rust-semver: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rustc_version + + Required by: + * rust-rustc_version-devel + (built by rust-rustc_version) ref: c6b7210fce440b9e2b2f8f489d49af557c023ae7 # rust-semver-0.9.0-8.fc31 rust-serde_json: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd ref: 61cade1d268658cb972dbc4f16e4804e82448116 # rust-serde_json-1.0.39-2.fc31 rust-textwrap: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-clap + + Required by: + * rust-clap-devel + (built by rust-clap) ref: d744fed4858be87507b91a315becac68d5c81772 # rust-textwrap-0.10.0-6.fc31 rust-thread_local: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-regex + + Required by: + * rust-regex-devel + (built by rust-regex) ref: 203b239665653ad710d5dc0f750bfe691b3054f1 # rust-thread_local-0.3.6-4.fc30 rust-time: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-chrono + + Required by: + * rust-chrono+clock-devel + (built by rust-chrono) ref: afc60bde9c4f5e9075775b51b084c7e2de45e2a7 # rust-time-0.1.42-4.fc31 rust-timerfd: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd ref: 5ff1279ea179931dd6433c46c6dcc4f36fd8f4c2 # rust-timerfd-1.0.0-4.fc31 rust-wait-timeout: buildorder: 20 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rusty-fork + + Required by: + * rust-rusty-fork+timeout-devel + (built by rust-rusty-fork) ref: 11efd5291861ddfe7adbd6823a1941f6c6f14845 # rust-wait-timeout-0.1.5-6.fc30 rust-backtrace: buildorder: 30 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-error-chain + + Required by: + * rust-error-chain+default-devel + (built by rust-error-chain) ref: 8afa9b9e52f02ecf7bf44f5cbb90bf02c03fca26 # rust-backtrace-0.3.14-2.fc31 rust-chrono: buildorder: 30 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd ref: f1fc5b2924e40b293ec6baec47b83aecd5726aa9 # rust-chrono-0.4.6-4.fc31 rust-clap: buildorder: 30 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd ref: 7097cefc3418a8f1daffb0666ca1bd0b8afa9d3e # rust-clap-2.32.0-8.fc31 rust-dbus: buildorder: 30 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd ref: f313a357e0a40a24aa8e8c525bb83c1e87335104 # rust-dbus-0.6.4-2.fc30 rust-libmount: buildorder: 30 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-devicemapper + * stratisd ref: a52bd2c2192c28667ce5829b64c86500c5381af1 # rust-libmount-0.1.12-1.fc30 rust-libudev: buildorder: 30 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-devicemapper + * stratisd ref: 2bb40130076f7070c5d6926f64ea583b980e39db # rust-libudev-0.2.0-6.fc30 rust-loopdev: buildorder: 30 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-devicemapper + * stratisd ref: 531a3f266a7ac36c1bb340577f9e732981f7a6c6 # rust-loopdev-0.2.1-3.fc30 rust-quote: buildorder: 30 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-serde_derive + * rust-syn + + Required by: + * rust-serde_derive-devel + (built by rust-serde_derive) + * rust-syn+printing-devel + (built by rust-syn) + * rust-syn+proc-macro-devel + (built by rust-syn) ref: f932c7e0b493c27300136ea4071d8e6356f269a5 # rust-quote-0.6.11-2.fc30 + rust-rand_chacha: + buildorder: 30 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + + Required by: + * rust-rand-devel + (built by rust-rand) + ref: 0e9ac782e7b4d9b50a674f96392dcf00527ee639 # rust-rand_chacha-0.1.1-2.fc30 + rust-rand_hc: + buildorder: 30 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + + Required by: + * rust-rand-devel + (built by rust-rand) + ref: 4b6818ef7dabe874c31778c29ad01a7eead91aa4 # rust-rand_hc-0.1.0-3.fc30 + rust-rand_isaac: + buildorder: 30 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + + Required by: + * rust-rand-devel + (built by rust-rand) + ref: 3cf62a581a3f5f399234f95f9da9d107fdd27bb5 # rust-rand_isaac-0.1.1-4.fc31 + rust-rand_xorshift: + buildorder: 30 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + + Required by: + * rust-rand-devel + (built by rust-rand) + ref: 45df31bb381c91d5f7bfd570192673d8809a627e # rust-rand_xorshift-0.1.1-3.fc31 rust-regex: buildorder: 30 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-env_logger0.5 + + Required by: + * rust-env_logger0.5+default-devel + (built by rust-env_logger0.5) ref: 3b32c066c90d665594c7ff75476d31c78ef7c132 # rust-regex-1.1.2-1.fc31 rust-rustc_version: buildorder: 30 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-newtype_derive + + Required by: + * rust-newtype_derive-devel + (built by rust-newtype_derive) ref: ca4603e4a52064674282104f297dd25dc12f909e # rust-rustc_version-0.2.3-4.fc30 rust-env_logger0.5: buildorder: 40 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd ref: 4ee154b2dbd393e82b5d8cd9125a23bb793c6cba # rust-env_logger0.5-0.5.13-4.fc30 rust-error-chain: buildorder: 40 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-devicemapper + * stratisd + + Required by: + * rust-devicemapper-devel + (built by rust-devicemapper) ref: 19b4dec04e8c3877f6ba43d93f619d2e19123d9d # rust-error-chain-0.12.0-4.fc30 rust-newtype_derive: buildorder: 40 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-devicemapper + + Required by: + * rust-devicemapper-devel + (built by rust-devicemapper) ref: c2a32d81de27600858eac005b130e2fae21dfff1 # rust-newtype_derive-0.1.6-6.fc30 + rust-rand: + buildorder: 40 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-proptest + * rust-tempfile + + Required by: + * rust-proptest+std-devel + (built by rust-proptest) + * rust-proptest-devel + (built by rust-proptest) + * rust-tempfile-devel + (built by rust-tempfile) + * rust-uuid+v4-devel + (built by rust-uuid) + ref: ed88355deb5e2867d0422f861bcbe4c720e12e0b # rust-rand-0.6.5-3.fc31 rust-syn: buildorder: 40 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-serde_derive + + Required by: + * rust-serde_derive-devel + (built by rust-serde_derive) ref: 2078d9b6fc0501d0dae05f8f564dd3345f1d4078 # rust-syn-0.15.29-1.fc31 rust-serde_derive: buildorder: 50 - rationale: Dependency of other components. + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + + Required by: + * rust-serde+derive-devel + (built by rust-serde) ref: 5a760243ceaa6d89570498ebb78c41294bf6163c # rust-serde_derive-1.0.89-1.fc31 - rust-either: - buildorder: 60 - rationale: Dependency of other components. - ref: f3ab5b66e8738640ddc0b96a0307ac2ee2c15dcf # rust-either-1.5.1-1.fc31 - rust-rand_core0.3: - buildorder: 60 - rationale: Dependency of other components. - ref: 6352839625817d5694f2edcfeb89028c1361f930 # rust-rand_core0.3-0.3.1-2.fc30 - rust-rand_chacha: - buildorder: 70 - rationale: Dependency of other components. - ref: 0e9ac782e7b4d9b50a674f96392dcf00527ee639 # rust-rand_chacha-0.1.1-2.fc30 - rust-rand_hc: - buildorder: 70 - rationale: Dependency of other components. - ref: 4b6818ef7dabe874c31778c29ad01a7eead91aa4 # rust-rand_hc-0.1.0-3.fc30 - rust-rand_isaac: - buildorder: 70 - rationale: Dependency of other components. - ref: 3cf62a581a3f5f399234f95f9da9d107fdd27bb5 # rust-rand_isaac-0.1.1-4.fc31 - rust-rand_xorshift: - buildorder: 70 - rationale: Dependency of other components. - ref: 45df31bb381c91d5f7bfd570192673d8809a627e # rust-rand_xorshift-0.1.1-3.fc31 - rust-rand: - buildorder: 80 - rationale: Dependency of other components. - ref: ed88355deb5e2867d0422f861bcbe4c720e12e0b # rust-rand-0.6.5-3.fc31 rust-tempfile: - buildorder: 90 - rationale: Dependency of other components. + buildorder: 50 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-devicemapper + * rust-proptest + * rust-rusty-fork + * stratisd + + Required by: + * rust-proptest+fork-devel + (built by rust-proptest) + * rust-rusty-fork-devel + (built by rust-rusty-fork) ref: 0ae8e8a1d0071fa5c84ef8a7c08a92892731cb2f # rust-tempfile-3.0.7-1.fc30 rust-devicemapper: - buildorder: 100 - rationale: Dependency of other components. + buildorder: 60 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd ref: 1cf2fd67770dca92ef3f27c26bab39c8fbcfeb62 # rust-devicemapper-0.26.1-3.fc30 + rust-either: + buildorder: 60 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + ref: f3ab5b66e8738640ddc0b96a0307ac2ee2c15dcf # rust-either-1.5.1-1.fc31 rust-rusty-fork: - buildorder: 100 - rationale: Dependency of other components. + buildorder: 60 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-proptest + + Required by: + * rust-proptest+fork-devel + (built by rust-proptest) + * rust-proptest+timeout-devel + (built by rust-proptest) ref: a931f57b0f137d91ac931edb51bdc6c6a7d4096d # rust-rusty-fork-0.2.1-2.fc30 rust-proptest: - buildorder: 110 - rationale: Dependency of other components. + buildorder: 70 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd ref: 029c398352cb885b68afcfd0d9678fae9e74bfc4 # rust-proptest-0.8.7-5.fc30 stratisd: - buildorder: 120 + buildorder: 80 rationale: Main component. ref: 1 stratis-cli: - buildorder: 120 + buildorder: 80 rationale: Main component. ref: 1 From f3ba69b4085b18771fc06ccb8c7cfa51e6e0c1db Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 21 Mar 2019 10:14:06 +0100 Subject: [PATCH 37/43] Regenerate Signed-off-by: Igor Gnatenko --- stratis.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index 449e16a..2cdc1d8 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -421,7 +421,7 @@ data: (built by rust-bit-set) * rust-bit-set-devel (built by rust-bit-set) - ref: 1269bace9404fea189796bd0039f6a7d8bc66dd2 # rust-bit-vec-0.5.0-2.fc30 + ref: d9e8ffbec08756d3497988ee28cea6038ba52e36 # rust-bit-vec-0.5.1-1.fc31 rust-bitflags: buildorder: 10 rationale: |- @@ -956,7 +956,7 @@ data: Required by: * rust-proptest+default-devel (built by rust-proptest) - ref: e1b96e225131b5ff762809189084a8326b100233 # rust-bit-set-0.5.0-2.fc30 + ref: a22c58a6accd5c4e8a8bd188ad292d003303cfec # rust-bit-set-0.5.1-1.fc31 rust-crc: buildorder: 20 rationale: |- From 69ecd4590cf94338ede82f4c51bd0c0835114801 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 24 Apr 2019 15:27:31 +0200 Subject: [PATCH 38/43] Regenerate Signed-off-by: Igor Gnatenko --- stratis.yaml | 240 +++++++++++++++++++++++++-------------------------- 1 file changed, 117 insertions(+), 123 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index 2cdc1d8..38e53b6 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -8,6 +8,7 @@ data: dependencies: - buildrequires: platform: [] + rust: [stable] requires: platform: [] references: @@ -25,11 +26,8 @@ data: - stratis-cli filter: rpms: - # XXX: temporary workaround - - rust-packaging - - python3-rust2rpm - # crates, build-time only - rust-aho-corasick+default-devel + - rust-aho-corasick+std-devel - rust-aho-corasick-devel - rust-ansi_term+default-devel - rust-ansi_term-devel @@ -329,6 +327,7 @@ data: - rust-termcolor+default-devel - rust-termcolor-devel - rust-textwrap+default-devel + - rust-textwrap+hyphenation-devel - rust-textwrap+term_size-devel - rust-textwrap-devel - rust-thread_local+default-devel @@ -354,6 +353,7 @@ data: - rust-uuid+rand-devel - rust-uuid+serde-devel - rust-uuid+sha1-devel + - rust-uuid+slog-devel - rust-uuid+std-devel - rust-uuid+u128-devel - rust-uuid+v1-devel @@ -372,11 +372,8 @@ data: - rust-wait-timeout-devel components: rpms: - rust-packaging: - buildorder: 0 - rationale: Something needs to orchestrate build of all stuff below. rust-ansi_term: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -388,7 +385,7 @@ data: (built by rust-clap) ref: 981f698b95b96924110b56201491bca38b4a43a8 # rust-ansi_term-0.11.0-5.fc30 rust-autocfg: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -409,7 +406,7 @@ data: (built by rust-rand_pcg) ref: 81a855938853d5b158170384a78b4bfd0e640fd5 # rust-autocfg-0.1.2-3.fc30 rust-bit-vec: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -423,7 +420,7 @@ data: (built by rust-bit-set) ref: d9e8ffbec08756d3497988ee28cea6038ba52e36 # rust-bit-vec-0.5.1-1.fc31 rust-bitflags: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -444,7 +441,7 @@ data: (built by rust-proptest) ref: d6cb4b7f827a92a89c3d6c4744c6dd5525fc394f # rust-bitflags-1.0.4-4.fc30 rust-build_const: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -456,7 +453,7 @@ data: (built by rust-crc) ref: 137dfa1cb0559450bebd66967ffa38a47c48c06b # rust-build_const-0.2.1-5.fc30 rust-byteorder: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -471,7 +468,7 @@ data: (built by rust-proptest) ref: 9121d26b6afea36bcb39252abdb3e3826b37af11 # rust-byteorder-1.3.1-2.fc30 rust-cc: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -481,9 +478,9 @@ data: Required by: * rust-backtrace-sys-devel (built by rust-backtrace-sys) - ref: 1c083a0231c3d6df486a0e7a5957b60112b55967 # rust-cc-1.0.31-1.fc31 + ref: 50986962acfdc525fcd0a6bbd31ac16021d5c392 # rust-cc-1.0.35-1.fc31 rust-cfg-if: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -503,8 +500,16 @@ data: * rust-tempfile-devel (built by rust-tempfile) ref: fa49aac8a48bd413f6e3f2062adbe2a4d56d9abf # rust-cfg-if-0.1.7-1.fc31 + rust-either: + buildorder: 0 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + ref: 29d370ac672a7424a8b064b0d665c4352da400d7 # rust-either-1.5.2-1.fc31 rust-fnv: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -516,7 +521,7 @@ data: (built by rust-rusty-fork) ref: 6fc5413ebbbd5d44337be1c961b39002e5b92345 # rust-fnv-1.0.6-7.fc30 rust-itoa: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -528,7 +533,7 @@ data: (built by rust-serde_json) ref: 7b951314bd701ac8cde5e65ec10c1306b8c5964d # rust-itoa-0.4.3-4.fc30 rust-lazy_static: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -544,7 +549,7 @@ data: (built by rust-thread_local) ref: 6e30973f915da136bba20baa034e2cff95a6b74e # rust-lazy_static-1.3.0-3.fc31 rust-libc: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -606,9 +611,9 @@ data: (built by rust-timerfd) * rust-wait-timeout-devel (built by rust-wait-timeout) - ref: 9b95ae890adec9addc9b4f80fb02f2ea21ce06bb # rust-libc-0.2.50-1.fc31 + ref: e7c60a86439ac84f37f6fba723ae8a12fc2f4226 # rust-libc-0.2.51-1.fc31 rust-macro-attr: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -620,7 +625,7 @@ data: (built by rust-devicemapper) ref: 54c3593ab06978846935be42fe86df01e351e7b2 # rust-macro-attr-0.2.0-7.fc31 rust-matches: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -628,7 +633,7 @@ data: * stratisd ref: 8e9a1c4f46c1355869374fe7fb403a6b6c1b0fca # rust-matches-0.1.8-4.fc30 rust-memchr: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -637,13 +642,15 @@ data: * rust-regex Required by: + * rust-aho-corasick+std-devel + (built by rust-aho-corasick) * rust-aho-corasick-devel (built by rust-aho-corasick) * rust-regex-devel (built by rust-regex) ref: 1e687e82d0f14eca98597968c0985a0eaa048f38 # rust-memchr-2.2.0-2.fc31 rust-num-traits: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -663,7 +670,7 @@ data: (built by rust-proptest) ref: f52b292282ba55da6bfe30e849f3e8a74fe9e1f9 # rust-num-traits-0.2.6-4.fc30 rust-pkg-config: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -678,7 +685,7 @@ data: (built by rust-libudev-sys) ref: 4ed2590b18b486e7105d76b94f9baad214b3d2a0 # rust-pkg-config-0.3.14-4.fc30 rust-quick-error: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -699,7 +706,7 @@ data: (built by rust-rusty-fork) ref: ce58a31b95536dc7c985ed30b7652944e0644234 # rust-quick-error-1.2.2-5.fc30 rust-rand_core: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -729,7 +736,7 @@ data: (built by rust-rand_pcg) ref: 2ffed169b8788f3f390f33f36bdcaa94c99ca8ce # rust-rand_core-0.4.0-3.fc31 rust-remove_dir_all: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -741,7 +748,7 @@ data: (built by rust-tempfile) ref: 8fe0af9b623f38dd787b38e38920ea425abca29b # rust-remove_dir_all-0.5.1-5.fc31 rust-rustc-demangle: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -751,9 +758,9 @@ data: Required by: * rust-backtrace-devel (built by rust-backtrace) - ref: 07caa0dc695b3332398f51e6eff2b72c91f5f78d # rust-rustc-demangle-0.1.13-2.fc30 + ref: f6591e77439e59774539826c2c50d8ba66280772 # rust-rustc-demangle-0.1.14-1.fc31 rust-ryu: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -765,7 +772,7 @@ data: (built by rust-serde_json) ref: d9b73e871f3b01f8180355d804434566e0f5c66b # rust-ryu-0.2.7-3.fc31 rust-semver-parser0.7: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -777,13 +784,12 @@ data: (built by rust-semver) ref: 171aa5834211cb7ba17fe68f68587879040bf342 # rust-semver-parser0.7-0.7.0-9.fc30 rust-serde: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. BuildRequired by: * rust-devicemapper - * rust-either * rust-serde_json * stratisd @@ -794,9 +800,9 @@ data: (built by rust-serde_json) * rust-uuid+serde-devel (built by rust-uuid) - ref: 6b0bcf9f0759180ad940ba8150115d38a38cdf38 # rust-serde-1.0.89-2.fc31 + ref: 904d8cc515235d1a806c9a7aded22bd6ffa04c7b # rust-serde-1.0.90-1.fc31 rust-strsim: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -806,9 +812,9 @@ data: Required by: * rust-clap+suggestions-devel (built by rust-clap) - ref: 663afa7b1ad8bba8cb1454ff7290670f276eab52 # rust-strsim-0.8.0-4.fc30 + ref: 6db610582eecbd8ea9f81a1f077e4c48106b16c7 # rust-strsim-0.9.0-1.fc31 rust-termcolor: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -820,7 +826,7 @@ data: (built by rust-env_logger0.5) ref: e9ebce417e8bd04ba8aa868874bfc9a969322b32 # rust-termcolor-1.0.4-4.fc31 rust-ucd-util: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -832,7 +838,7 @@ data: (built by rust-regex-syntax) ref: b1e81c701e5edeeb5bf13f05529c9efd651d7cc3 # rust-ucd-util-0.1.3-2.fc30 rust-unicode-width: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -847,7 +853,7 @@ data: (built by rust-textwrap) ref: 6b7a220e29805a34e566e0bbc056f04288e46b98 # rust-unicode-width-0.1.5-5.fc30 rust-unicode-xid: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -862,7 +868,7 @@ data: (built by rust-syn) ref: f0f240a98191837a508e3a829186f3e68fb073a7 # rust-unicode-xid-0.1.0-8.fc30 rust-utf8-ranges: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -874,16 +880,16 @@ data: (built by rust-regex) ref: 9ffdb97b701fca2b72af10278be1a94dbf09fbf9 # rust-utf8-ranges-1.0.2-2.fc30 rust-uuid: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. BuildRequired by: * rust-devicemapper * stratisd - ref: 4ff33cff5409e4883856e1716125081401685640 # rust-uuid-0.7.2-3.fc31 + ref: a51b9bf964bf4823c0d9bbd85adf7c865fe1ef31 # rust-uuid-0.7.4-1.fc31 rust-vec_map: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -895,7 +901,7 @@ data: (built by rust-clap) ref: 8061e58004d95400d13c320814f4dc5525f7e99e # rust-vec_map-0.8.1-6.fc31 rust-void: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. @@ -907,7 +913,7 @@ data: (built by rust-nix) ref: 625a54a91606a4a7e765f8dcc3d05843c01a551c # rust-void-1.0.2-8.fc30 rust-aho-corasick: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -917,9 +923,9 @@ data: Required by: * rust-regex-devel (built by rust-regex) - ref: 24df14d51bc0cfcaff5a6481c6df1fca9348a658 # rust-aho-corasick-0.6.10-1.fc30 + ref: 8ae49fe3cc182b7574c49496db81bfc23dc53a47 # rust-aho-corasick-0.7.3-1.fc31 rust-atty: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -934,7 +940,7 @@ data: (built by rust-env_logger0.5) ref: 8292e9fbe915444fb7fc60ae8843c039ae41ee5c # rust-atty-0.2.11-4.fc30 rust-backtrace-sys: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -946,7 +952,7 @@ data: (built by rust-backtrace) ref: 4881ae8b7c5ebd061d70d1d394aa595940899d58 # rust-backtrace-sys-0.1.28-2.fc30 rust-bit-set: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -958,7 +964,7 @@ data: (built by rust-proptest) ref: a22c58a6accd5c4e8a8bd188ad292d003303cfec # rust-bit-set-0.5.1-1.fc31 rust-crc: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -966,7 +972,7 @@ data: * stratisd ref: 53c80f4238740a53dfa355dbb7c682e0f29ce6d4 # rust-crc-1.8.1-5.fc30 rust-errno: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -978,7 +984,7 @@ data: (built by rust-loopdev) ref: d2bcaf150ce94a141e99d1270895d0f95cad88cd # rust-errno-0.2.4-4.fc30 rust-humantime: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -990,7 +996,7 @@ data: (built by rust-env_logger0.5) ref: f3f737bd54171c69073df4e486febe2b8acf31a4 # rust-humantime-1.2.0-2.fc30 rust-libdbus-sys: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1002,7 +1008,7 @@ data: (built by rust-dbus) ref: 83ba5405c4c5e421feaa041594682e62dfb38cdf # rust-libdbus-sys-0.1.5-2.fc30 rust-libudev-sys: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1014,7 +1020,7 @@ data: (built by rust-libudev) ref: 9f47aa41f9ec8b3cc6472528531c0e62bf71421c # rust-libudev-sys-0.1.4-6.fc30 rust-log: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1027,7 +1033,7 @@ data: (built by rust-env_logger0.5) ref: f2ed0b96f2aef62b3f25f527f3970f857e7e42a3 # rust-log-0.4.6-3.fc31 rust-nix: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1043,7 +1049,7 @@ data: (built by rust-libmount) ref: 0e9497e1b6af0c94f68e866a877047681a29231a # rust-nix-0.13.0-2.fc30 rust-num-integer: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1055,7 +1061,7 @@ data: (built by rust-chrono) ref: 95b28ad1b64403e529c3f3c8eb7cdd95218b865e # rust-num-integer-0.1.39-6.fc31 rust-proc-macro2: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1075,9 +1081,9 @@ data: (built by rust-syn) * rust-syn-devel (built by rust-syn) - ref: 3855044696e35eafefebe7360043a1ca9a90c7ca # rust-proc-macro2-0.4.27-1.fc30 + ref: ca5260fd7290b7d14824b423e8c4890d9fd2f6bd # rust-proc-macro2-0.4.28-1.fc31 rust-rand0.4: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1085,7 +1091,7 @@ data: * stratisd ref: bae1113c3288a9a721e1169a88a007a92f0cdaef # rust-rand0.4-0.4.6-3.fc31 rust-rand_core0.3: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1106,7 +1112,7 @@ data: (built by rust-rand_xorshift) ref: e87f2e4a155d98dab8dd94f064e8e6de4c75fd95 # rust-rand_core0.3-0.3.1-3.fc31 rust-rand_jitter: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1120,7 +1126,7 @@ data: (built by rust-rand) ref: 397d4a229a47ef2806e7c3cd0a5c05382fa66344 # rust-rand_jitter-0.1.3-2.fc31 rust-rand_os: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1132,7 +1138,7 @@ data: (built by rust-rand) ref: bf6aba9620e08749b5697e4d3d3e4b5f2b3d8cf9 # rust-rand_os-0.1.3-2.fc31 rust-rand_pcg: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1144,7 +1150,7 @@ data: (built by rust-rand) ref: 55c099d27ef3d71b49404ff1cdaefa980dce3ae1 # rust-rand_pcg-0.1.2-2.fc31 rust-regex-syntax: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1157,9 +1163,9 @@ data: (built by rust-proptest) * rust-regex-devel (built by rust-regex) - ref: 9563466f81e609018817e7db23e1d2d6d110885a # rust-regex-syntax-0.6.5-2.fc30 + ref: 0b2634c7c2a106884898b344d42a1995098287f0 # rust-regex-syntax-0.6.6-1.fc31 rust-semver: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1171,7 +1177,7 @@ data: (built by rust-rustc_version) ref: c6b7210fce440b9e2b2f8f489d49af557c023ae7 # rust-semver-0.9.0-8.fc31 rust-serde_json: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1179,7 +1185,7 @@ data: * stratisd ref: 61cade1d268658cb972dbc4f16e4804e82448116 # rust-serde_json-1.0.39-2.fc31 rust-textwrap: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1189,9 +1195,9 @@ data: Required by: * rust-clap-devel (built by rust-clap) - ref: d744fed4858be87507b91a315becac68d5c81772 # rust-textwrap-0.10.0-6.fc31 + ref: 0776aa5c1485c4af8fb70fb89827473d012aa50c # rust-textwrap-0.11.0-1.fc31 rust-thread_local: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1203,7 +1209,7 @@ data: (built by rust-regex) ref: 203b239665653ad710d5dc0f750bfe691b3054f1 # rust-thread_local-0.3.6-4.fc30 rust-time: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1215,7 +1221,7 @@ data: (built by rust-chrono) ref: afc60bde9c4f5e9075775b51b084c7e2de45e2a7 # rust-time-0.1.42-4.fc31 rust-timerfd: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1223,7 +1229,7 @@ data: * stratisd ref: 5ff1279ea179931dd6433c46c6dcc4f36fd8f4c2 # rust-timerfd-1.0.0-4.fc31 rust-wait-timeout: - buildorder: 20 + buildorder: 10 rationale: |- Dependency of other components. @@ -1233,9 +1239,9 @@ data: Required by: * rust-rusty-fork+timeout-devel (built by rust-rusty-fork) - ref: 11efd5291861ddfe7adbd6823a1941f6c6f14845 # rust-wait-timeout-0.1.5-6.fc30 + ref: ca0fa8c4bb869255c79e6dca7e7f137d6a9c6533 # rust-wait-timeout-0.2.0-1.fc31 rust-backtrace: - buildorder: 30 + buildorder: 20 rationale: |- Dependency of other components. @@ -1245,9 +1251,9 @@ data: Required by: * rust-error-chain+default-devel (built by rust-error-chain) - ref: 8afa9b9e52f02ecf7bf44f5cbb90bf02c03fca26 # rust-backtrace-0.3.14-2.fc31 + ref: f344647b2e444a7a8c8a75dc633caeaa3a49a658 # rust-backtrace-0.3.15-1.fc31 rust-chrono: - buildorder: 30 + buildorder: 20 rationale: |- Dependency of other components. @@ -1255,15 +1261,15 @@ data: * stratisd ref: f1fc5b2924e40b293ec6baec47b83aecd5726aa9 # rust-chrono-0.4.6-4.fc31 rust-clap: - buildorder: 30 + buildorder: 20 rationale: |- Dependency of other components. BuildRequired by: * stratisd - ref: 7097cefc3418a8f1daffb0666ca1bd0b8afa9d3e # rust-clap-2.32.0-8.fc31 + ref: 6e71af04e33895c2f43142e49c7075fef09f439e # rust-clap-2.33.0-2.fc31 rust-dbus: - buildorder: 30 + buildorder: 20 rationale: |- Dependency of other components. @@ -1271,7 +1277,7 @@ data: * stratisd ref: f313a357e0a40a24aa8e8c525bb83c1e87335104 # rust-dbus-0.6.4-2.fc30 rust-libmount: - buildorder: 30 + buildorder: 20 rationale: |- Dependency of other components. @@ -1280,7 +1286,7 @@ data: * stratisd ref: a52bd2c2192c28667ce5829b64c86500c5381af1 # rust-libmount-0.1.12-1.fc30 rust-libudev: - buildorder: 30 + buildorder: 20 rationale: |- Dependency of other components. @@ -1289,7 +1295,7 @@ data: * stratisd ref: 2bb40130076f7070c5d6926f64ea583b980e39db # rust-libudev-0.2.0-6.fc30 rust-loopdev: - buildorder: 30 + buildorder: 20 rationale: |- Dependency of other components. @@ -1298,7 +1304,7 @@ data: * stratisd ref: 531a3f266a7ac36c1bb340577f9e732981f7a6c6 # rust-loopdev-0.2.1-3.fc30 rust-quote: - buildorder: 30 + buildorder: 20 rationale: |- Dependency of other components. @@ -1313,9 +1319,9 @@ data: (built by rust-syn) * rust-syn+proc-macro-devel (built by rust-syn) - ref: f932c7e0b493c27300136ea4071d8e6356f269a5 # rust-quote-0.6.11-2.fc30 + ref: 8c5ff10d7856a8a9633a0ea1950f307351654314 # rust-quote-0.6.12-1.fc31 rust-rand_chacha: - buildorder: 30 + buildorder: 20 rationale: |- Dependency of other components. @@ -1327,7 +1333,7 @@ data: (built by rust-rand) ref: 0e9ac782e7b4d9b50a674f96392dcf00527ee639 # rust-rand_chacha-0.1.1-2.fc30 rust-rand_hc: - buildorder: 30 + buildorder: 20 rationale: |- Dependency of other components. @@ -1339,7 +1345,7 @@ data: (built by rust-rand) ref: 4b6818ef7dabe874c31778c29ad01a7eead91aa4 # rust-rand_hc-0.1.0-3.fc30 rust-rand_isaac: - buildorder: 30 + buildorder: 20 rationale: |- Dependency of other components. @@ -1351,7 +1357,7 @@ data: (built by rust-rand) ref: 3cf62a581a3f5f399234f95f9da9d107fdd27bb5 # rust-rand_isaac-0.1.1-4.fc31 rust-rand_xorshift: - buildorder: 30 + buildorder: 20 rationale: |- Dependency of other components. @@ -1363,7 +1369,7 @@ data: (built by rust-rand) ref: 45df31bb381c91d5f7bfd570192673d8809a627e # rust-rand_xorshift-0.1.1-3.fc31 rust-regex: - buildorder: 30 + buildorder: 20 rationale: |- Dependency of other components. @@ -1373,9 +1379,9 @@ data: Required by: * rust-env_logger0.5+default-devel (built by rust-env_logger0.5) - ref: 3b32c066c90d665594c7ff75476d31c78ef7c132 # rust-regex-1.1.2-1.fc31 + ref: d1396d0a0c3ec97c542e78cd3470220ef8fd42cd # rust-regex-1.1.6-1.fc31 rust-rustc_version: - buildorder: 30 + buildorder: 20 rationale: |- Dependency of other components. @@ -1387,7 +1393,7 @@ data: (built by rust-newtype_derive) ref: ca4603e4a52064674282104f297dd25dc12f909e # rust-rustc_version-0.2.3-4.fc30 rust-env_logger0.5: - buildorder: 40 + buildorder: 30 rationale: |- Dependency of other components. @@ -1395,7 +1401,7 @@ data: * stratisd ref: 4ee154b2dbd393e82b5d8cd9125a23bb793c6cba # rust-env_logger0.5-0.5.13-4.fc30 rust-error-chain: - buildorder: 40 + buildorder: 30 rationale: |- Dependency of other components. @@ -1408,7 +1414,7 @@ data: (built by rust-devicemapper) ref: 19b4dec04e8c3877f6ba43d93f619d2e19123d9d # rust-error-chain-0.12.0-4.fc30 rust-newtype_derive: - buildorder: 40 + buildorder: 30 rationale: |- Dependency of other components. @@ -1420,7 +1426,7 @@ data: (built by rust-devicemapper) ref: c2a32d81de27600858eac005b130e2fae21dfff1 # rust-newtype_derive-0.1.6-6.fc30 rust-rand: - buildorder: 40 + buildorder: 30 rationale: |- Dependency of other components. @@ -1439,7 +1445,7 @@ data: (built by rust-uuid) ref: ed88355deb5e2867d0422f861bcbe4c720e12e0b # rust-rand-0.6.5-3.fc31 rust-syn: - buildorder: 40 + buildorder: 30 rationale: |- Dependency of other components. @@ -1449,21 +1455,17 @@ data: Required by: * rust-serde_derive-devel (built by rust-serde_derive) - ref: 2078d9b6fc0501d0dae05f8f564dd3345f1d4078 # rust-syn-0.15.29-1.fc31 + ref: 26b8a08f513893aec9bad71d68e26ac121e8e95f # rust-syn-0.15.32-1.fc31 rust-serde_derive: - buildorder: 50 + buildorder: 40 rationale: |- Dependency of other components. BuildRequired by: * stratisd - - Required by: - * rust-serde+derive-devel - (built by rust-serde) - ref: 5a760243ceaa6d89570498ebb78c41294bf6163c # rust-serde_derive-1.0.89-1.fc31 + ref: 5e3d37a6f0cc592eb8bc387cf47d0cdaa50953b2 # rust-serde_derive-1.0.90-1.fc31 rust-tempfile: - buildorder: 50 + buildorder: 40 rationale: |- Dependency of other components. @@ -1480,23 +1482,15 @@ data: (built by rust-rusty-fork) ref: 0ae8e8a1d0071fa5c84ef8a7c08a92892731cb2f # rust-tempfile-3.0.7-1.fc30 rust-devicemapper: - buildorder: 60 + buildorder: 50 rationale: |- Dependency of other components. BuildRequired by: * stratisd ref: 1cf2fd67770dca92ef3f27c26bab39c8fbcfeb62 # rust-devicemapper-0.26.1-3.fc30 - rust-either: - buildorder: 60 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: f3ab5b66e8738640ddc0b96a0307ac2ee2c15dcf # rust-either-1.5.1-1.fc31 rust-rusty-fork: - buildorder: 60 + buildorder: 50 rationale: |- Dependency of other components. @@ -1508,9 +1502,9 @@ data: (built by rust-proptest) * rust-proptest+timeout-devel (built by rust-proptest) - ref: a931f57b0f137d91ac931edb51bdc6c6a7d4096d # rust-rusty-fork-0.2.1-2.fc30 + ref: d1f645d85f32f1a3897cf234ccdff6700317003d # rust-rusty-fork-0.2.2-1.fc31 rust-proptest: - buildorder: 70 + buildorder: 60 rationale: |- Dependency of other components. @@ -1518,10 +1512,10 @@ data: * stratisd ref: 029c398352cb885b68afcfd0d9678fae9e74bfc4 # rust-proptest-0.8.7-5.fc30 stratisd: - buildorder: 80 + buildorder: 70 rationale: Main component. ref: 1 stratis-cli: - buildorder: 80 + buildorder: 70 rationale: Main component. ref: 1 From 502b37d32a7a8a8dc8196a78e2d0d0640c2ea67b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 7 May 2019 09:33:10 +0200 Subject: [PATCH 39/43] Update to 1.0.4 Signed-off-by: Igor Gnatenko --- stratis.yaml | 240 +++++---------------------------------------------- 1 file changed, 23 insertions(+), 217 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index 38e53b6..3d7c412 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -57,13 +57,8 @@ data: - rust-backtrace-devel - rust-backtrace-sys+default-devel - rust-backtrace-sys-devel - - rust-bit-set+default-devel - - rust-bit-set+std-devel - - rust-bit-set-devel - - rust-bit-vec+default-devel - - rust-bit-vec+std-devel - - rust-bit-vec-devel - rust-bitflags+default-devel + - rust-bitflags+example_generated-devel - rust-bitflags-devel - rust-build_const+default-devel - rust-build_const+std-devel @@ -108,21 +103,13 @@ data: - rust-dbus-devel - rust-devicemapper+default-devel - rust-devicemapper-devel - - rust-either+default-devel - - rust-either+serde-devel - - rust-either+use_std-devel - - rust-either-devel - rust-env_logger0.5+default-devel - rust-env_logger0.5+regex-devel - rust-env_logger0.5-devel - - rust-errno+default-devel - - rust-errno-devel - rust-error-chain+backtrace-devel - rust-error-chain+default-devel - rust-error-chain+example_generated-devel - rust-error-chain-devel - - rust-fnv+default-devel - - rust-fnv-devel - rust-humantime+default-devel - rust-humantime-devel - rust-itoa+default-devel @@ -162,14 +149,10 @@ data: - rust-log+serde-devel - rust-log+std-devel - rust-log-devel - - rust-loopdev+default-devel - - rust-loopdev-devel - rust-macro-attr+default-devel - rust-macro-attr+std-devel - rust-macro-attr+unstable-macros-1-1-devel - rust-macro-attr-devel - - rust-matches+default-devel - - rust-matches-devel - rust-memchr+default-devel - rust-memchr+libc-devel - rust-memchr+use_std-devel @@ -191,21 +174,10 @@ data: - rust-pkg-config+default-devel - rust-pkg-config-devel - rust-proc-macro2+default-devel + - rust-proc-macro2+nightly-devel - rust-proc-macro2+proc-macro-devel - rust-proc-macro2+span-locations-devel - rust-proc-macro2-devel - - rust-proptest+alloc-devel - - rust-proptest+bit-set-devel - - rust-proptest+default-devel - - rust-proptest+fork-devel - - rust-proptest+quick-error-devel - - rust-proptest+regex-syntax-devel - - rust-proptest+rusty-fork-devel - - rust-proptest+std-devel - - rust-proptest+tempfile-devel - - rust-proptest+timeout-devel - - rust-proptest+unstable-devel - - rust-proptest-devel - rust-quick-error+default-devel - rust-quick-error-devel - rust-quote+default-devel @@ -276,10 +248,6 @@ data: - rust-rustc-demangle-devel - rust-rustc_version+default-devel - rust-rustc_version-devel - - rust-rusty-fork+default-devel - - rust-rusty-fork+timeout-devel - - rust-rusty-fork+wait-timeout-devel - - rust-rusty-fork-devel - rust-ryu+default-devel - rust-ryu+no-panic-devel - rust-ryu+small-devel @@ -368,8 +336,6 @@ data: - rust-void+default-devel - rust-void+std-devel - rust-void-devel - - rust-wait-timeout+default-devel - - rust-wait-timeout-devel components: rpms: rust-ansi_term: @@ -405,20 +371,6 @@ data: * rust-rand_pcg-devel (built by rust-rand_pcg) ref: 81a855938853d5b158170384a78b4bfd0e640fd5 # rust-autocfg-0.1.2-3.fc30 - rust-bit-vec: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-bit-set - - Required by: - * rust-bit-set+std-devel - (built by rust-bit-set) - * rust-bit-set-devel - (built by rust-bit-set) - ref: d9e8ffbec08756d3497988ee28cea6038ba52e36 # rust-bit-vec-0.5.1-1.fc31 rust-bitflags: buildorder: 0 rationale: |- @@ -428,7 +380,6 @@ data: * rust-clap * rust-devicemapper * rust-nix - * rust-proptest Required by: * rust-clap-devel @@ -437,9 +388,7 @@ data: (built by rust-devicemapper) * rust-nix-devel (built by rust-nix) - * rust-proptest-devel - (built by rust-proptest) - ref: d6cb4b7f827a92a89c3d6c4744c6dd5525fc394f # rust-bitflags-1.0.4-4.fc30 + ref: 88d8eb1d1a298cef1872aa9be0b64ec34d185e52 # rust-bitflags-1.0.5-1.fc31 rust-build_const: buildorder: 0 rationale: |- @@ -458,14 +407,7 @@ data: Dependency of other components. BuildRequired by: - * rust-proptest * stratisd - - Required by: - * rust-proptest+std-devel - (built by rust-proptest) - * rust-proptest-devel - (built by rust-proptest) ref: 9121d26b6afea36bcb39252abdb3e3826b37af11 # rust-byteorder-1.3.1-2.fc30 rust-cc: buildorder: 0 @@ -478,7 +420,7 @@ data: Required by: * rust-backtrace-sys-devel (built by rust-backtrace-sys) - ref: 50986962acfdc525fcd0a6bbd31ac16021d5c392 # rust-cc-1.0.35-1.fc31 + ref: bffa96e2baa91d64143fc80bfd67b5d0cfa0ed6b # rust-cc-1.0.36-1.fc31 rust-cfg-if: buildorder: 0 rationale: |- @@ -500,26 +442,6 @@ data: * rust-tempfile-devel (built by rust-tempfile) ref: fa49aac8a48bd413f6e3f2062adbe2a4d56d9abf # rust-cfg-if-0.1.7-1.fc31 - rust-either: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 29d370ac672a7424a8b064b0d665c4352da400d7 # rust-either-1.5.2-1.fc31 - rust-fnv: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-rusty-fork - - Required by: - * rust-rusty-fork-devel - (built by rust-rusty-fork) - ref: 6fc5413ebbbd5d44337be1c961b39002e5b92345 # rust-fnv-1.0.6-7.fc30 rust-itoa: buildorder: 0 rationale: |- @@ -531,20 +453,17 @@ data: Required by: * rust-serde_json-devel (built by rust-serde_json) - ref: 7b951314bd701ac8cde5e65ec10c1306b8c5964d # rust-itoa-0.4.3-4.fc30 + ref: 2d16a14f66d7ac84037f4b9014452de6394ad22e # rust-itoa-0.4.4-1.fc31 rust-lazy_static: buildorder: 0 rationale: |- Dependency of other components. BuildRequired by: - * rust-proptest * rust-thread_local * stratisd Required by: - * rust-proptest-devel - (built by rust-proptest) * rust-thread_local-devel (built by rust-thread_local) ref: 6e30973f915da136bba20baa034e2cff95a6b74e # rust-lazy_static-1.3.0-3.fc31 @@ -559,19 +478,17 @@ data: * rust-backtrace-sys * rust-dbus * rust-devicemapper - * rust-errno * rust-libmount * rust-libudev * rust-libudev-sys - * rust-loopdev * rust-nix * rust-rand * rust-rand0.4 + * rust-rand_jitter * rust-rand_os * rust-tempfile * rust-time * rust-timerfd - * rust-wait-timeout * stratisd Required by: @@ -585,22 +502,20 @@ data: (built by rust-dbus) * rust-devicemapper-devel (built by rust-devicemapper) - * rust-errno-devel - (built by rust-errno) * rust-libmount-devel (built by rust-libmount) * rust-libudev-devel (built by rust-libudev) * rust-libudev-sys-devel (built by rust-libudev-sys) - * rust-loopdev-devel - (built by rust-loopdev) * rust-nix-devel (built by rust-nix) * rust-rand-devel (built by rust-rand) * rust-rand0.4+std-devel (built by rust-rand0.4) + * rust-rand_jitter-devel + (built by rust-rand_jitter) * rust-rand_os-devel (built by rust-rand_os) * rust-tempfile-devel @@ -609,9 +524,7 @@ data: (built by rust-time) * rust-timerfd-devel (built by rust-timerfd) - * rust-wait-timeout-devel - (built by rust-wait-timeout) - ref: e7c60a86439ac84f37f6fba723ae8a12fc2f4226 # rust-libc-0.2.51-1.fc31 + ref: e1e1793b395e36f86d400448351a153c56bf6565 # rust-libc-0.2.54-1.fc31 rust-macro-attr: buildorder: 0 rationale: |- @@ -624,14 +537,6 @@ data: * rust-devicemapper-devel (built by rust-devicemapper) ref: 54c3593ab06978846935be42fe86df01e351e7b2 # rust-macro-attr-0.2.0-7.fc31 - rust-matches: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 8e9a1c4f46c1355869374fe7fb403a6b6c1b0fca # rust-matches-0.1.8-4.fc30 rust-memchr: buildorder: 0 rationale: |- @@ -657,17 +562,12 @@ data: BuildRequired by: * rust-chrono * rust-num-integer - * rust-proptest Required by: * rust-chrono-devel (built by rust-chrono) * rust-num-integer-devel (built by rust-num-integer) - * rust-proptest+std-devel - (built by rust-proptest) - * rust-proptest-devel - (built by rust-proptest) ref: f52b292282ba55da6bfe30e849f3e8a74fe9e1f9 # rust-num-traits-0.2.6-4.fc30 rust-pkg-config: buildorder: 0 @@ -692,18 +592,12 @@ data: BuildRequired by: * rust-humantime * rust-libmount - * rust-proptest - * rust-rusty-fork Required by: * rust-humantime-devel (built by rust-humantime) * rust-libmount-devel (built by rust-libmount) - * rust-proptest+std-devel - (built by rust-proptest) - * rust-rusty-fork-devel - (built by rust-rusty-fork) ref: ce58a31b95536dc7c985ed30b7652944e0644234 # rust-quick-error-1.2.2-5.fc30 rust-rand_core: buildorder: 0 @@ -770,7 +664,7 @@ data: Required by: * rust-serde_json-devel (built by rust-serde_json) - ref: d9b73e871f3b01f8180355d804434566e0f5c66b # rust-ryu-0.2.7-3.fc31 + ref: b7b7ef4fcaf372ebe0dfd9a5081e09a44f4a1ec7 # rust-ryu-0.2.8-1.fc31 rust-semver-parser0.7: buildorder: 0 rationale: |- @@ -885,7 +779,6 @@ data: Dependency of other components. BuildRequired by: - * rust-devicemapper * stratisd ref: a51b9bf964bf4823c0d9bbd85adf7c865fe1ef31 # rust-uuid-0.7.4-1.fc31 rust-vec_map: @@ -951,18 +844,6 @@ data: * rust-backtrace+libbacktrace-devel (built by rust-backtrace) ref: 4881ae8b7c5ebd061d70d1d394aa595940899d58 # rust-backtrace-sys-0.1.28-2.fc30 - rust-bit-set: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-proptest - - Required by: - * rust-proptest+default-devel - (built by rust-proptest) - ref: a22c58a6accd5c4e8a8bd188ad292d003303cfec # rust-bit-set-0.5.1-1.fc31 rust-crc: buildorder: 10 rationale: |- @@ -971,18 +852,6 @@ data: BuildRequired by: * stratisd ref: 53c80f4238740a53dfa355dbb7c682e0f29ce6d4 # rust-crc-1.8.1-5.fc30 - rust-errno: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-loopdev - - Required by: - * rust-loopdev-devel - (built by rust-loopdev) - ref: d2bcaf150ce94a141e99d1270895d0f95cad88cd # rust-errno-0.2.4-4.fc30 rust-humantime: buildorder: 10 rationale: |- @@ -1081,7 +950,7 @@ data: (built by rust-syn) * rust-syn-devel (built by rust-syn) - ref: ca5260fd7290b7d14824b423e8c4890d9fd2f6bd # rust-proc-macro2-0.4.28-1.fc31 + ref: 4300a7c5be537eae055d6772da5dcd9f948be04f # rust-proc-macro2-0.4.29-1.fc31 rust-rand0.4: buildorder: 10 rationale: |- @@ -1124,7 +993,7 @@ data: (built by rust-rand) * rust-rand-devel (built by rust-rand) - ref: 397d4a229a47ef2806e7c3cd0a5c05382fa66344 # rust-rand_jitter-0.1.3-2.fc31 + ref: db78e2ee6e2a871048c092be245c416be8f92b8d # rust-rand_jitter-0.1.4-1.fc31 rust-rand_os: buildorder: 10 rationale: |- @@ -1155,12 +1024,9 @@ data: Dependency of other components. BuildRequired by: - * rust-proptest * rust-regex Required by: - * rust-proptest+std-devel - (built by rust-proptest) * rust-regex-devel (built by rust-regex) ref: 0b2634c7c2a106884898b344d42a1995098287f0 # rust-regex-syntax-0.6.6-1.fc31 @@ -1228,18 +1094,6 @@ data: BuildRequired by: * stratisd ref: 5ff1279ea179931dd6433c46c6dcc4f36fd8f4c2 # rust-timerfd-1.0.0-4.fc31 - rust-wait-timeout: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-rusty-fork - - Required by: - * rust-rusty-fork+timeout-devel - (built by rust-rusty-fork) - ref: ca0fa8c4bb869255c79e6dca7e7f137d6a9c6533 # rust-wait-timeout-0.2.0-1.fc31 rust-backtrace: buildorder: 20 rationale: |- @@ -1282,7 +1136,6 @@ data: Dependency of other components. BuildRequired by: - * rust-devicemapper * stratisd ref: a52bd2c2192c28667ce5829b64c86500c5381af1 # rust-libmount-0.1.12-1.fc30 rust-libudev: @@ -1291,18 +1144,8 @@ data: Dependency of other components. BuildRequired by: - * rust-devicemapper * stratisd ref: 2bb40130076f7070c5d6926f64ea583b980e39db # rust-libudev-0.2.0-6.fc30 - rust-loopdev: - buildorder: 20 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-devicemapper - * stratisd - ref: 531a3f266a7ac36c1bb340577f9e732981f7a6c6 # rust-loopdev-0.2.1-3.fc30 rust-quote: buildorder: 20 rationale: |- @@ -1407,7 +1250,6 @@ data: BuildRequired by: * rust-devicemapper - * stratisd Required by: * rust-devicemapper-devel @@ -1431,14 +1273,9 @@ data: Dependency of other components. BuildRequired by: - * rust-proptest * rust-tempfile Required by: - * rust-proptest+std-devel - (built by rust-proptest) - * rust-proptest-devel - (built by rust-proptest) * rust-tempfile-devel (built by rust-tempfile) * rust-uuid+v4-devel @@ -1455,7 +1292,15 @@ data: Required by: * rust-serde_derive-devel (built by rust-serde_derive) - ref: 26b8a08f513893aec9bad71d68e26ac121e8e95f # rust-syn-0.15.32-1.fc31 + ref: 719d3a44abfc6988dbbd1b169440f8b78994fc86 # rust-syn-0.15.33-1.fc31 + rust-devicemapper: + buildorder: 40 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + ref: 020ac7db7b2cadc6977def6178108b045d41cb76 # rust-devicemapper-0.27.0-1.fc31 rust-serde_derive: buildorder: 40 rationale: |- @@ -1470,52 +1315,13 @@ data: Dependency of other components. BuildRequired by: - * rust-devicemapper - * rust-proptest - * rust-rusty-fork * stratisd - - Required by: - * rust-proptest+fork-devel - (built by rust-proptest) - * rust-rusty-fork-devel - (built by rust-rusty-fork) ref: 0ae8e8a1d0071fa5c84ef8a7c08a92892731cb2f # rust-tempfile-3.0.7-1.fc30 - rust-devicemapper: - buildorder: 50 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 1cf2fd67770dca92ef3f27c26bab39c8fbcfeb62 # rust-devicemapper-0.26.1-3.fc30 - rust-rusty-fork: - buildorder: 50 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-proptest - - Required by: - * rust-proptest+fork-devel - (built by rust-proptest) - * rust-proptest+timeout-devel - (built by rust-proptest) - ref: d1f645d85f32f1a3897cf234ccdff6700317003d # rust-rusty-fork-0.2.2-1.fc31 - rust-proptest: - buildorder: 60 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 029c398352cb885b68afcfd0d9678fae9e74bfc4 # rust-proptest-0.8.7-5.fc30 stratisd: - buildorder: 70 + buildorder: 50 rationale: Main component. ref: 1 stratis-cli: - buildorder: 70 + buildorder: 50 rationale: Main component. ref: 1 From 4b038764a494ba186aeec418cfd51c7401f240da Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 7 Sep 2019 11:43:23 +0200 Subject: [PATCH 40/43] Update to 1.0.5 Signed-off-by: Igor Gnatenko --- stratis.yaml | 1498 +++++++++++++++++++++++--------------------------- 1 file changed, 683 insertions(+), 815 deletions(-) diff --git a/stratis.yaml b/stratis.yaml index 3d7c412..33c3ab3 100644 --- a/stratis.yaml +++ b/stratis.yaml @@ -8,6 +8,7 @@ data: dependencies: - buildrequires: platform: [] + rpm: [4.15] rust: [stable] requires: platform: [] @@ -29,8 +30,8 @@ data: - rust-aho-corasick+default-devel - rust-aho-corasick+std-devel - rust-aho-corasick-devel - - rust-ansi_term+default-devel - - rust-ansi_term-devel + - rust-ansi_term0.11+default-devel + - rust-ansi_term0.11-devel - rust-atty+default-devel - rust-atty-devel - rust-autocfg+default-devel @@ -41,12 +42,10 @@ data: - rust-backtrace+default-devel - rust-backtrace+dladdr-devel - rust-backtrace+findshlibs-devel - - rust-backtrace+gimli-devel - rust-backtrace+gimli-symbolize-devel - rust-backtrace+libbacktrace-devel - rust-backtrace+libunwind-devel - rust-backtrace+memmap-devel - - rust-backtrace+object-devel - rust-backtrace+rustc-serialize-devel - rust-backtrace+serde-devel - rust-backtrace+serde_derive-devel @@ -67,6 +66,14 @@ data: - rust-byteorder+i128-devel - rust-byteorder+std-devel - rust-byteorder-devel + - rust-c2-chacha+byteorder-devel + - rust-c2-chacha+default-devel + - rust-c2-chacha+lazy_static-devel + - rust-c2-chacha+rustcrypto_api-devel + - rust-c2-chacha+simd-devel + - rust-c2-chacha+std-devel + - rust-c2-chacha+stream-cipher-devel + - rust-c2-chacha-devel - rust-cc+default-devel - rust-cc+parallel-devel - rust-cc+rayon-devel @@ -81,10 +88,13 @@ data: - rust-chrono-devel - rust-clap+ansi_term-devel - rust-clap+atty-devel + - rust-clap+clippy-devel - rust-clap+color-devel - rust-clap+debug-devel - rust-clap+default-devel - rust-clap+doc-devel + - rust-clap+lints-devel + - rust-clap+nightly-devel - rust-clap+no_cargo-devel - rust-clap+strsim-devel - rust-clap+suggestions-devel @@ -110,6 +120,14 @@ data: - rust-error-chain+default-devel - rust-error-chain+example_generated-devel - rust-error-chain-devel + - rust-getrandom+compiler_builtins-devel + - rust-getrandom+default-devel + - rust-getrandom+dummy-devel + - rust-getrandom+log-devel + - rust-getrandom+rustc-dep-of-std-devel + - rust-getrandom+rustc-std-workspace-core-devel + - rust-getrandom+std-devel + - rust-getrandom-devel - rust-humantime+default-devel - rust-humantime-devel - rust-itoa+default-devel @@ -123,6 +141,9 @@ data: - rust-libc+align-devel - rust-libc+default-devel - rust-libc+extra_traits-devel + - rust-libc+rustc-dep-of-std-devel + - rust-libc+rustc-std-workspace-core-devel + - rust-libc+std-devel - rust-libc+use_std-devel - rust-libc-devel - rust-libdbus-sys+default-devel @@ -134,6 +155,8 @@ data: - rust-libudev-sys+default-devel - rust-libudev-sys-devel - rust-log+default-devel + - rust-log+kv_unstable-devel + - rust-log+kv_unstable_sval-devel - rust-log+max_level_debug-devel - rust-log+max_level_error-devel - rust-log+max_level_info-devel @@ -148,19 +171,12 @@ data: - rust-log+release_max_level_warn-devel - rust-log+serde-devel - rust-log+std-devel + - rust-log+sval-devel - rust-log-devel - - rust-macro-attr+default-devel - - rust-macro-attr+std-devel - - rust-macro-attr+unstable-macros-1-1-devel - - rust-macro-attr-devel - rust-memchr+default-devel - rust-memchr+libc-devel - rust-memchr+use_std-devel - rust-memchr-devel - - rust-newtype_derive+default-devel - - rust-newtype_derive+std-devel - - rust-newtype_derive+std-unstable-devel - - rust-newtype_derive-devel - rust-nix+default-devel - rust-nix-devel - rust-num-integer+default-devel @@ -173,6 +189,10 @@ data: - rust-num-traits-devel - rust-pkg-config+default-devel - rust-pkg-config-devel + - rust-ppv-lite86+default-devel + - rust-ppv-lite86+simd-devel + - rust-ppv-lite86+std-devel + - rust-ppv-lite86-devel - rust-proc-macro2+default-devel - rust-proc-macro2+nightly-devel - rust-proc-macro2+proc-macro-devel @@ -185,25 +205,49 @@ data: - rust-quote-devel - rust-rand+alloc-devel - rust-rand+default-devel - - rust-rand+i128_support-devel + - rust-rand+getrandom-devel - rust-rand+log-devel - - rust-rand+rand_os-devel + - rust-rand+nightly-devel + - rust-rand+packed_simd-devel + - rust-rand+rand_pcg-devel - rust-rand+serde1-devel + - rust-rand+simd_support-devel + - rust-rand+small_rng-devel - rust-rand+std-devel + - rust-rand+stdweb-devel + - rust-rand+wasm-bindgen-devel - rust-rand-devel - rust-rand0.4+alloc-devel - rust-rand0.4+default-devel - rust-rand0.4+i128_support-devel - rust-rand0.4+libc-devel + - rust-rand0.4+nightly-devel - rust-rand0.4+std-devel - rust-rand0.4-devel + - rust-rand0.6+alloc-devel + - rust-rand0.6+default-devel + - rust-rand0.6+i128_support-devel + - rust-rand0.6+log-devel + - rust-rand0.6+nightly-devel + - rust-rand0.6+packed_simd-devel + - rust-rand0.6+rand_os-devel + - rust-rand0.6+serde1-devel + - rust-rand0.6+simd_support-devel + - rust-rand0.6+std-devel + - rust-rand0.6+stdweb-devel + - rust-rand0.6+wasm-bindgen-devel + - rust-rand0.6-devel - rust-rand_chacha+default-devel + - rust-rand_chacha+simd-devel + - rust-rand_chacha+std-devel - rust-rand_chacha-devel + - rust-rand_chacha0.1+default-devel + - rust-rand_chacha0.1-devel - rust-rand_core+alloc-devel - rust-rand_core+default-devel + - rust-rand_core+getrandom-devel - rust-rand_core+serde-devel - rust-rand_core+serde1-devel - - rust-rand_core+serde_derive-devel - rust-rand_core+std-devel - rust-rand_core-devel - rust-rand_core0.3+alloc-devel @@ -211,30 +255,37 @@ data: - rust-rand_core0.3+serde1-devel - rust-rand_core0.3+std-devel - rust-rand_core0.3-devel - - rust-rand_hc+default-devel - - rust-rand_hc-devel - - rust-rand_isaac+default-devel - - rust-rand_isaac+serde-devel - - rust-rand_isaac+serde1-devel - - rust-rand_isaac+serde_derive-devel - - rust-rand_isaac-devel - - rust-rand_jitter+default-devel - - rust-rand_jitter+log-devel - - rust-rand_jitter+std-devel - - rust-rand_jitter-devel - - rust-rand_os+default-devel - - rust-rand_os+log-devel - - rust-rand_os-devel - - rust-rand_pcg+default-devel - - rust-rand_pcg+serde-devel - - rust-rand_pcg+serde1-devel - - rust-rand_pcg+serde_derive-devel - - rust-rand_pcg-devel - - rust-rand_xorshift+default-devel - - rust-rand_xorshift+serde-devel - - rust-rand_xorshift+serde1-devel - - rust-rand_xorshift+serde_derive-devel - - rust-rand_xorshift-devel + - rust-rand_core0.4+alloc-devel + - rust-rand_core0.4+default-devel + - rust-rand_core0.4+serde-devel + - rust-rand_core0.4+serde1-devel + - rust-rand_core0.4+serde_derive-devel + - rust-rand_core0.4+std-devel + - rust-rand_core0.4-devel + - rust-rand_hc0.1+default-devel + - rust-rand_hc0.1-devel + - rust-rand_isaac0.1+default-devel + - rust-rand_isaac0.1+serde-devel + - rust-rand_isaac0.1+serde1-devel + - rust-rand_isaac0.1+serde_derive-devel + - rust-rand_isaac0.1-devel + - rust-rand_jitter0.1+default-devel + - rust-rand_jitter0.1+log-devel + - rust-rand_jitter0.1+std-devel + - rust-rand_jitter0.1-devel + - rust-rand_os0.1+default-devel + - rust-rand_os0.1+log-devel + - rust-rand_os0.1-devel + - rust-rand_pcg0.1+default-devel + - rust-rand_pcg0.1+serde-devel + - rust-rand_pcg0.1+serde1-devel + - rust-rand_pcg0.1+serde_derive-devel + - rust-rand_pcg0.1-devel + - rust-rand_xorshift0.1+default-devel + - rust-rand_xorshift0.1+serde-devel + - rust-rand_xorshift0.1+serde1-devel + - rust-rand_xorshift0.1+serde_derive-devel + - rust-rand_xorshift0.1-devel - rust-regex+default-devel - rust-regex+pattern-devel - rust-regex+unstable-devel @@ -244,19 +295,15 @@ data: - rust-regex-syntax-devel - rust-remove_dir_all+default-devel - rust-remove_dir_all-devel + - rust-rustc-demangle+compiler_builtins-devel - rust-rustc-demangle+default-devel + - rust-rustc-demangle+rustc-dep-of-std-devel + - rust-rustc-demangle+rustc-std-workspace-core-devel - rust-rustc-demangle-devel - - rust-rustc_version+default-devel - - rust-rustc_version-devel - rust-ryu+default-devel - rust-ryu+no-panic-devel - rust-ryu+small-devel - rust-ryu-devel - - rust-semver+default-devel - - rust-semver+serde-devel - - rust-semver-devel - - rust-semver-parser0.7+default-devel - - rust-semver-parser0.7-devel - rust-serde+alloc-devel - rust-serde+default-devel - rust-serde+derive-devel @@ -305,81 +352,117 @@ data: - rust-time-devel - rust-timerfd+default-devel - rust-timerfd-devel - - rust-ucd-util+default-devel - - rust-ucd-util-devel + - rust-unicode-width+bench-devel + - rust-unicode-width+compiler_builtins-devel - rust-unicode-width+default-devel - rust-unicode-width+no_std-devel + - rust-unicode-width+rustc-dep-of-std-devel + - rust-unicode-width+rustc-std-workspace-core-devel + - rust-unicode-width+rustc-std-workspace-std-devel - rust-unicode-width-devel + - rust-unicode-xid+bench-devel - rust-unicode-xid+default-devel - rust-unicode-xid+no_std-devel - rust-unicode-xid-devel - - rust-utf8-ranges+default-devel - - rust-utf8-ranges-devel - rust-uuid+byteorder-devel + - rust-uuid+const_fn-devel - rust-uuid+default-devel - rust-uuid+md5-devel + - rust-uuid+nightly-devel - rust-uuid+rand-devel - rust-uuid+serde-devel - rust-uuid+sha1-devel - rust-uuid+slog-devel - rust-uuid+std-devel + - rust-uuid+stdweb-devel - rust-uuid+u128-devel - rust-uuid+v1-devel - rust-uuid+v3-devel - rust-uuid+v4-devel - rust-uuid+v5-devel + - rust-uuid+wasm-bindgen-devel - rust-uuid-devel - rust-vec_map+default-devel - rust-vec_map+eders-devel - rust-vec_map+serde-devel - rust-vec_map-devel + - rust-version_check+default-devel + - rust-version_check-devel - rust-void+default-devel - rust-void+std-devel - rust-void-devel components: rpms: - rust-ansi_term: + rust-aho-corasick: buildorder: 0 rationale: |- Dependency of other components. - BuildRequired by: - * rust-clap + Required by: + * rust-regex-devel + (built by rust-regex) + ref: 6d410bb8539f8450b112addee3977d0a4cc169d1 # rust-aho-corasick-0.7.6-1.fc31 + rust-ansi_term0.11: + buildorder: 0 + rationale: |- + Dependency of other components. Required by: * rust-clap+color-devel (built by rust-clap) - ref: 981f698b95b96924110b56201491bca38b4a43a8 # rust-ansi_term-0.11.0-5.fc30 + ref: c1ba242f86d3ae1b4bf7118b94b7416664741a7d # rust-ansi_term0.11-0.11.0-2.fc31 + rust-atty: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-clap+color-devel + (built by rust-clap) + * rust-env_logger0.5-devel + (built by rust-env_logger0.5) + ref: f6227f635455d8ef88fd0750c90b9a9e707bcf20 # rust-atty-0.2.11-7.fc31 rust-autocfg: buildorder: 0 rationale: |- Dependency of other components. - BuildRequired by: - * rust-backtrace - * rust-rand - * rust-rand_chacha - * rust-rand_pcg - Required by: * rust-backtrace-devel (built by rust-backtrace) - * rust-rand-devel - (built by rust-rand) - * rust-rand_chacha-devel - (built by rust-rand_chacha) - * rust-rand_pcg-devel - (built by rust-rand_pcg) - ref: 81a855938853d5b158170384a78b4bfd0e640fd5 # rust-autocfg-0.1.2-3.fc30 - rust-bitflags: + * rust-num-integer-devel + (built by rust-num-integer) + * rust-num-traits-devel + (built by rust-num-traits) + * rust-rand0.6-devel + (built by rust-rand0.6) + * rust-rand_chacha0.1-devel + (built by rust-rand_chacha0.1) + * rust-rand_pcg0.1-devel + (built by rust-rand_pcg0.1) + ref: d96e156ef291dfc902961811478fe6934b1fe36a # rust-autocfg-0.1.6-1.fc32 + rust-backtrace: buildorder: 0 rationale: |- Dependency of other components. - BuildRequired by: - * rust-clap - * rust-devicemapper - * rust-nix + Required by: + * rust-error-chain+default-devel + (built by rust-error-chain) + ref: 24ad490ecdaa7bfb409e80f3f27ec4de03f31dba # rust-backtrace-0.3.30-3.fc31 + rust-backtrace-sys: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-backtrace+libbacktrace-devel + (built by rust-backtrace) + ref: 78498e40860e5d5b7f6816b44318c7de4f9d33a1 # rust-backtrace-sys-0.1.28-4.fc31 + rust-bitflags: + buildorder: 0 + rationale: |- + Dependency of other components. Required by: * rust-clap-devel @@ -388,19 +471,16 @@ data: (built by rust-devicemapper) * rust-nix-devel (built by rust-nix) - ref: 88d8eb1d1a298cef1872aa9be0b64ec34d185e52 # rust-bitflags-1.0.5-1.fc31 + ref: 0f5a5aa6095679141328d4783e73b9cd289e9beb # rust-bitflags-1.1.0-4.fc31 rust-build_const: buildorder: 0 rationale: |- Dependency of other components. - BuildRequired by: - * rust-crc - Required by: * rust-crc-devel (built by rust-crc) - ref: 137dfa1cb0559450bebd66967ffa38a47c48c06b # rust-build_const-0.2.1-5.fc30 + ref: 819d6366e301f8214cb409ccf7f339c871adaaca # rust-build_const-0.2.1-7.fc31 rust-byteorder: buildorder: 0 rationale: |- @@ -408,87 +488,150 @@ data: BuildRequired by: * stratisd - ref: 9121d26b6afea36bcb39252abdb3e3826b37af11 # rust-byteorder-1.3.1-2.fc30 + ref: 78f45a95c227e1ccb99ca1983cc15e03c8050db7 # rust-byteorder-1.3.2-3.fc31 + rust-c2-chacha: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-rand_chacha+std-devel + (built by rust-rand_chacha) + * rust-rand_chacha-devel + (built by rust-rand_chacha) + ref: 07b829810abc88859796ab59bef3d8aa724bfd6c # rust-c2-chacha-0.2.2-1.fc31 rust-cc: buildorder: 0 rationale: |- Dependency of other components. - BuildRequired by: - * rust-backtrace-sys - Required by: * rust-backtrace-sys-devel (built by rust-backtrace-sys) - ref: bffa96e2baa91d64143fc80bfd67b5d0cfa0ed6b # rust-cc-1.0.36-1.fc31 + ref: 3c73389bb986267d9acbcdea784ac5e599c3d98b # rust-cc-1.0.37-4.fc31 rust-cfg-if: buildorder: 0 rationale: |- Dependency of other components. - BuildRequired by: - * rust-backtrace - * rust-log - * rust-nix - * rust-tempfile - Required by: * rust-backtrace-devel (built by rust-backtrace) + * rust-getrandom-devel + (built by rust-getrandom) * rust-log-devel (built by rust-log) * rust-nix-devel (built by rust-nix) * rust-tempfile-devel (built by rust-tempfile) - ref: fa49aac8a48bd413f6e3f2062adbe2a4d56d9abf # rust-cfg-if-0.1.7-1.fc31 - rust-itoa: + ref: 4ecc25b8fb39a9893bd1ab6cd8796d168f166035 # rust-cfg-if-0.1.9-4.fc31 + rust-chrono: buildorder: 0 rationale: |- Dependency of other components. BuildRequired by: - * rust-serde_json + * stratisd + ref: c771a531c7c36e7a475736f30977125636783006 # rust-chrono-0.4.8-1.fc32 + rust-clap: + buildorder: 0 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + ref: b1ef923e3a2391a94bca7a83f6c6d1759e1b07fa # rust-clap-2.33.0-5.fc31 + rust-crc: + buildorder: 0 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + ref: 0dda3035ac216a845fe3c596106f04a2e32b4a69 # rust-crc-1.8.1-7.fc31 + rust-dbus: + buildorder: 0 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + ref: 2b8bc27eda7a970d64c1d4c2abd5a3949342a3c5 # rust-dbus-0.6.5-1.fc32 + rust-devicemapper: + buildorder: 0 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + ref: be257090bf0902ad847ee3598e613a6d4b07153a # rust-devicemapper-0.28.0-1.fc32 + rust-env_logger0.5: + buildorder: 0 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + ref: 9064791f28ac66b83808738580ce7ab398dfea87 # rust-env_logger0.5-0.5.13-6.fc32 + rust-error-chain: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-devicemapper-devel + (built by rust-devicemapper) + ref: b9bb0396f5025eb6f2eddf15f9cde99d03692297 # rust-error-chain-0.12.1-3.fc31 + rust-getrandom: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-rand+getrandom-devel + (built by rust-rand) + * rust-rand_core+std-devel + (built by rust-rand_core) + ref: 1dd6cd44ff839d85f9e1ae2cc8d8df9887b52ce8 # rust-getrandom-0.1.11-1.fc32 + rust-humantime: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-env_logger0.5-devel + (built by rust-env_logger0.5) + ref: f82b406cb3c67a1e8b338d32a50f52a999844c5d # rust-humantime-1.2.0-4.fc31 + rust-itoa: + buildorder: 0 + rationale: |- + Dependency of other components. Required by: * rust-serde_json-devel (built by rust-serde_json) - ref: 2d16a14f66d7ac84037f4b9014452de6394ad22e # rust-itoa-0.4.4-1.fc31 + ref: f3ccddce9643e80b458030571cb74ab00cef184a # rust-itoa-0.4.4-4.fc31 rust-lazy_static: buildorder: 0 rationale: |- Dependency of other components. BuildRequired by: - * rust-thread_local * stratisd Required by: + * rust-c2-chacha+std-devel + (built by rust-c2-chacha) * rust-thread_local-devel (built by rust-thread_local) - ref: 6e30973f915da136bba20baa034e2cff95a6b74e # rust-lazy_static-1.3.0-3.fc31 + ref: d7402f7f4cca9904fbf67ef78860b32009c50716 # rust-lazy_static-1.4.0-1.fc32 rust-libc: buildorder: 0 rationale: |- Dependency of other components. BuildRequired by: - * rust-atty - * rust-backtrace - * rust-backtrace-sys - * rust-dbus - * rust-devicemapper - * rust-libmount - * rust-libudev - * rust-libudev-sys - * rust-nix - * rust-rand - * rust-rand0.4 - * rust-rand_jitter - * rust-rand_os - * rust-tempfile - * rust-time - * rust-timerfd * stratisd Required by: @@ -498,10 +641,14 @@ data: (built by rust-backtrace) * rust-backtrace-sys-devel (built by rust-backtrace-sys) + * rust-chrono-devel + (built by rust-chrono) * rust-dbus-devel (built by rust-dbus) * rust-devicemapper-devel (built by rust-devicemapper) + * rust-getrandom-devel + (built by rust-getrandom) * rust-libmount-devel (built by rust-libmount) * rust-libudev-devel @@ -514,38 +661,68 @@ data: (built by rust-rand) * rust-rand0.4+std-devel (built by rust-rand0.4) - * rust-rand_jitter-devel - (built by rust-rand_jitter) - * rust-rand_os-devel - (built by rust-rand_os) + * rust-rand0.6-devel + (built by rust-rand0.6) + * rust-rand_os0.1-devel + (built by rust-rand_os0.1) * rust-tempfile-devel (built by rust-tempfile) * rust-time-devel (built by rust-time) * rust-timerfd-devel (built by rust-timerfd) - ref: e1e1793b395e36f86d400448351a153c56bf6565 # rust-libc-0.2.54-1.fc31 - rust-macro-attr: + ref: 284ece1a1dd936ac9f579786179496cdf1cf97f6 # rust-libc-0.2.62-1.fc32 + rust-libdbus-sys: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-dbus-devel + (built by rust-dbus) + ref: 45e594c7352c9e1857c6a28c89fd1843c56ddc39 # rust-libdbus-sys-0.2.1-1.fc32 + rust-libmount: buildorder: 0 rationale: |- Dependency of other components. BuildRequired by: - * rust-devicemapper + * stratisd + ref: 4b6fd4b4435b6ac01b1f9c31f6de01293dd23c66 # rust-libmount-0.1.13-3.fc32 + rust-libudev: + buildorder: 0 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + ref: 78743fe5a618fca8f20aa63788daaeea51eef026 # rust-libudev-0.2.0-8.fc32 + rust-libudev-sys: + buildorder: 0 + rationale: |- + Dependency of other components. Required by: - * rust-devicemapper-devel - (built by rust-devicemapper) - ref: 54c3593ab06978846935be42fe86df01e351e7b2 # rust-macro-attr-0.2.0-7.fc31 + * rust-libudev-devel + (built by rust-libudev) + ref: 2b4681e70ff4a821d04f4f3a60f5126b93ccf192 # rust-libudev-sys-0.1.4-8.fc32 + rust-log: + buildorder: 0 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + + Required by: + * rust-env_logger0.5-devel + (built by rust-env_logger0.5) + ref: 7eeedd1516381e0448192cd74b419c0addbe9c95 # rust-log-0.4.8-1.fc31 rust-memchr: buildorder: 0 rationale: |- Dependency of other components. - BuildRequired by: - * rust-aho-corasick - * rust-regex - Required by: * rust-aho-corasick+std-devel (built by rust-aho-corasick) @@ -553,392 +730,68 @@ data: (built by rust-aho-corasick) * rust-regex-devel (built by rust-regex) - ref: 1e687e82d0f14eca98597968c0985a0eaa048f38 # rust-memchr-2.2.0-2.fc31 - rust-num-traits: + ref: 0b755928d2aeebd98335120915773d3e0cde90a8 # rust-memchr-2.2.1-2.fc31 + rust-nix: buildorder: 0 rationale: |- Dependency of other components. BuildRequired by: - * rust-chrono - * rust-num-integer + * stratisd + + Required by: + * rust-devicemapper-devel + (built by rust-devicemapper) + * rust-libmount-devel + (built by rust-libmount) + ref: 7f217cbca1d7c9df4a60e4de1680e7130434c4fe # rust-nix-0.14.1-4.fc31 + rust-num-integer: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-chrono-devel + (built by rust-chrono) + ref: 58acca768b461e5c184e271c1ab787db6b11d259 # rust-num-integer-0.1.41-4.fc31 + rust-num-traits: + buildorder: 0 + rationale: |- + Dependency of other components. Required by: * rust-chrono-devel (built by rust-chrono) * rust-num-integer-devel (built by rust-num-integer) - ref: f52b292282ba55da6bfe30e849f3e8a74fe9e1f9 # rust-num-traits-0.2.6-4.fc30 + ref: 146b87fe919fe539d346f9c3efbf5ae84e665ecf # rust-num-traits-0.2.8-4.fc31 rust-pkg-config: buildorder: 0 rationale: |- Dependency of other components. - BuildRequired by: - * rust-libdbus-sys - * rust-libudev-sys - Required by: * rust-libdbus-sys-devel (built by rust-libdbus-sys) * rust-libudev-sys-devel (built by rust-libudev-sys) - ref: 4ed2590b18b486e7105d76b94f9baad214b3d2a0 # rust-pkg-config-0.3.14-4.fc30 - rust-quick-error: + ref: d58d3f5c13cda97769f9b487b28f6b71ff46972e # rust-pkg-config-0.3.14-7.fc31 + rust-ppv-lite86: buildorder: 0 rationale: |- Dependency of other components. - BuildRequired by: - * rust-humantime - * rust-libmount - Required by: - * rust-humantime-devel - (built by rust-humantime) - * rust-libmount-devel - (built by rust-libmount) - ref: ce58a31b95536dc7c985ed30b7652944e0644234 # rust-quick-error-1.2.2-5.fc30 - rust-rand_core: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-rand - * rust-rand_core0.3 - * rust-rand_jitter - * rust-rand_os - * rust-rand_pcg - - Required by: - * rust-rand+alloc-devel - (built by rust-rand) - * rust-rand+std-devel - (built by rust-rand) - * rust-rand-devel - (built by rust-rand) - * rust-rand_core0.3-devel - (built by rust-rand_core0.3) - * rust-rand_jitter+std-devel - (built by rust-rand_jitter) - * rust-rand_jitter-devel - (built by rust-rand_jitter) - * rust-rand_os-devel - (built by rust-rand_os) - * rust-rand_pcg-devel - (built by rust-rand_pcg) - ref: 2ffed169b8788f3f390f33f36bdcaa94c99ca8ce # rust-rand_core-0.4.0-3.fc31 - rust-remove_dir_all: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-tempfile - - Required by: - * rust-tempfile-devel - (built by rust-tempfile) - ref: 8fe0af9b623f38dd787b38e38920ea425abca29b # rust-remove_dir_all-0.5.1-5.fc31 - rust-rustc-demangle: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-backtrace - - Required by: - * rust-backtrace-devel - (built by rust-backtrace) - ref: f6591e77439e59774539826c2c50d8ba66280772 # rust-rustc-demangle-0.1.14-1.fc31 - rust-ryu: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-serde_json - - Required by: - * rust-serde_json-devel - (built by rust-serde_json) - ref: b7b7ef4fcaf372ebe0dfd9a5081e09a44f4a1ec7 # rust-ryu-0.2.8-1.fc31 - rust-semver-parser0.7: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-semver - - Required by: - * rust-semver-devel - (built by rust-semver) - ref: 171aa5834211cb7ba17fe68f68587879040bf342 # rust-semver-parser0.7-0.7.0-9.fc30 - rust-serde: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-devicemapper - * rust-serde_json - * stratisd - - Required by: - * rust-devicemapper-devel - (built by rust-devicemapper) - * rust-serde_json-devel - (built by rust-serde_json) - * rust-uuid+serde-devel - (built by rust-uuid) - ref: 904d8cc515235d1a806c9a7aded22bd6ffa04c7b # rust-serde-1.0.90-1.fc31 - rust-strsim: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-clap - - Required by: - * rust-clap+suggestions-devel - (built by rust-clap) - ref: 6db610582eecbd8ea9f81a1f077e4c48106b16c7 # rust-strsim-0.9.0-1.fc31 - rust-termcolor: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-env_logger0.5 - - Required by: - * rust-env_logger0.5-devel - (built by rust-env_logger0.5) - ref: e9ebce417e8bd04ba8aa868874bfc9a969322b32 # rust-termcolor-1.0.4-4.fc31 - rust-ucd-util: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-regex-syntax - - Required by: - * rust-regex-syntax-devel - (built by rust-regex-syntax) - ref: b1e81c701e5edeeb5bf13f05529c9efd651d7cc3 # rust-ucd-util-0.1.3-2.fc30 - rust-unicode-width: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-clap - * rust-textwrap - - Required by: - * rust-clap-devel - (built by rust-clap) - * rust-textwrap-devel - (built by rust-textwrap) - ref: 6b7a220e29805a34e566e0bbc056f04288e46b98 # rust-unicode-width-0.1.5-5.fc30 - rust-unicode-xid: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-proc-macro2 - * rust-syn - - Required by: - * rust-proc-macro2-devel - (built by rust-proc-macro2) - * rust-syn-devel - (built by rust-syn) - ref: f0f240a98191837a508e3a829186f3e68fb073a7 # rust-unicode-xid-0.1.0-8.fc30 - rust-utf8-ranges: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-regex - - Required by: - * rust-regex-devel - (built by rust-regex) - ref: 9ffdb97b701fca2b72af10278be1a94dbf09fbf9 # rust-utf8-ranges-1.0.2-2.fc30 - rust-uuid: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: a51b9bf964bf4823c0d9bbd85adf7c865fe1ef31 # rust-uuid-0.7.4-1.fc31 - rust-vec_map: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-clap - - Required by: - * rust-clap+default-devel - (built by rust-clap) - ref: 8061e58004d95400d13c320814f4dc5525f7e99e # rust-vec_map-0.8.1-6.fc31 - rust-void: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-nix - - Required by: - * rust-nix-devel - (built by rust-nix) - ref: 625a54a91606a4a7e765f8dcc3d05843c01a551c # rust-void-1.0.2-8.fc30 - rust-aho-corasick: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-regex - - Required by: - * rust-regex-devel - (built by rust-regex) - ref: 8ae49fe3cc182b7574c49496db81bfc23dc53a47 # rust-aho-corasick-0.7.3-1.fc31 - rust-atty: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-clap - * rust-env_logger0.5 - - Required by: - * rust-clap+color-devel - (built by rust-clap) - * rust-env_logger0.5-devel - (built by rust-env_logger0.5) - ref: 8292e9fbe915444fb7fc60ae8843c039ae41ee5c # rust-atty-0.2.11-4.fc30 - rust-backtrace-sys: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-backtrace - - Required by: - * rust-backtrace+libbacktrace-devel - (built by rust-backtrace) - ref: 4881ae8b7c5ebd061d70d1d394aa595940899d58 # rust-backtrace-sys-0.1.28-2.fc30 - rust-crc: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 53c80f4238740a53dfa355dbb7c682e0f29ce6d4 # rust-crc-1.8.1-5.fc30 - rust-humantime: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-env_logger0.5 - - Required by: - * rust-env_logger0.5-devel - (built by rust-env_logger0.5) - ref: f3f737bd54171c69073df4e486febe2b8acf31a4 # rust-humantime-1.2.0-2.fc30 - rust-libdbus-sys: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-dbus - - Required by: - * rust-dbus-devel - (built by rust-dbus) - ref: 83ba5405c4c5e421feaa041594682e62dfb38cdf # rust-libdbus-sys-0.1.5-2.fc30 - rust-libudev-sys: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-libudev - - Required by: - * rust-libudev-devel - (built by rust-libudev) - ref: 9f47aa41f9ec8b3cc6472528531c0e62bf71421c # rust-libudev-sys-0.1.4-6.fc30 - rust-log: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-env_logger0.5 - * stratisd - - Required by: - * rust-env_logger0.5-devel - (built by rust-env_logger0.5) - ref: f2ed0b96f2aef62b3f25f527f3970f857e7e42a3 # rust-log-0.4.6-3.fc31 - rust-nix: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-devicemapper - * rust-libmount - * stratisd - - Required by: - * rust-devicemapper-devel - (built by rust-devicemapper) - * rust-libmount-devel - (built by rust-libmount) - ref: 0e9497e1b6af0c94f68e866a877047681a29231a # rust-nix-0.13.0-2.fc30 - rust-num-integer: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-chrono - - Required by: - * rust-chrono-devel - (built by rust-chrono) - ref: 95b28ad1b64403e529c3f3c8eb7cdd95218b865e # rust-num-integer-0.1.39-6.fc31 + * rust-c2-chacha+simd-devel + (built by rust-c2-chacha) + * rust-c2-chacha-devel + (built by rust-c2-chacha) + ref: 9759052360769e9eaec66958101c1772d49a402d # rust-ppv-lite86-0.2.5-1.fc31 rust-proc-macro2: - buildorder: 10 + buildorder: 0 rationale: |- Dependency of other components. - BuildRequired by: - * rust-quote - * rust-serde_derive - * rust-syn - Required by: * rust-quote+proc-macro-devel (built by rust-quote) @@ -950,211 +803,23 @@ data: (built by rust-syn) * rust-syn-devel (built by rust-syn) - ref: 4300a7c5be537eae055d6772da5dcd9f948be04f # rust-proc-macro2-0.4.29-1.fc31 - rust-rand0.4: - buildorder: 10 + ref: f1db2a0a7321181c5e6e34064c95c39471fa52cb # rust-proc-macro2-1.0.2-1.fc32 + rust-quick-error: + buildorder: 0 rationale: |- Dependency of other components. - BuildRequired by: - * stratisd - ref: bae1113c3288a9a721e1169a88a007a92f0cdaef # rust-rand0.4-0.4.6-3.fc31 - rust-rand_core0.3: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-rand_chacha - * rust-rand_hc - * rust-rand_isaac - * rust-rand_xorshift - Required by: - * rust-rand_chacha-devel - (built by rust-rand_chacha) - * rust-rand_hc-devel - (built by rust-rand_hc) - * rust-rand_isaac-devel - (built by rust-rand_isaac) - * rust-rand_xorshift-devel - (built by rust-rand_xorshift) - ref: e87f2e4a155d98dab8dd94f064e8e6de4c75fd95 # rust-rand_core0.3-0.3.1-3.fc31 - rust-rand_jitter: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-rand - - Required by: - * rust-rand+std-devel - (built by rust-rand) - * rust-rand-devel - (built by rust-rand) - ref: db78e2ee6e2a871048c092be245c416be8f92b8d # rust-rand_jitter-0.1.4-1.fc31 - rust-rand_os: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-rand - - Required by: - * rust-rand+std-devel - (built by rust-rand) - ref: bf6aba9620e08749b5697e4d3d3e4b5f2b3d8cf9 # rust-rand_os-0.1.3-2.fc31 - rust-rand_pcg: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-rand - - Required by: - * rust-rand-devel - (built by rust-rand) - ref: 55c099d27ef3d71b49404ff1cdaefa980dce3ae1 # rust-rand_pcg-0.1.2-2.fc31 - rust-regex-syntax: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-regex - - Required by: - * rust-regex-devel - (built by rust-regex) - ref: 0b2634c7c2a106884898b344d42a1995098287f0 # rust-regex-syntax-0.6.6-1.fc31 - rust-semver: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-rustc_version - - Required by: - * rust-rustc_version-devel - (built by rust-rustc_version) - ref: c6b7210fce440b9e2b2f8f489d49af557c023ae7 # rust-semver-0.9.0-8.fc31 - rust-serde_json: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 61cade1d268658cb972dbc4f16e4804e82448116 # rust-serde_json-1.0.39-2.fc31 - rust-textwrap: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-clap - - Required by: - * rust-clap-devel - (built by rust-clap) - ref: 0776aa5c1485c4af8fb70fb89827473d012aa50c # rust-textwrap-0.11.0-1.fc31 - rust-thread_local: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-regex - - Required by: - * rust-regex-devel - (built by rust-regex) - ref: 203b239665653ad710d5dc0f750bfe691b3054f1 # rust-thread_local-0.3.6-4.fc30 - rust-time: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-chrono - - Required by: - * rust-chrono+clock-devel - (built by rust-chrono) - ref: afc60bde9c4f5e9075775b51b084c7e2de45e2a7 # rust-time-0.1.42-4.fc31 - rust-timerfd: - buildorder: 10 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 5ff1279ea179931dd6433c46c6dcc4f36fd8f4c2 # rust-timerfd-1.0.0-4.fc31 - rust-backtrace: - buildorder: 20 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-error-chain - - Required by: - * rust-error-chain+default-devel - (built by rust-error-chain) - ref: f344647b2e444a7a8c8a75dc633caeaa3a49a658 # rust-backtrace-0.3.15-1.fc31 - rust-chrono: - buildorder: 20 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: f1fc5b2924e40b293ec6baec47b83aecd5726aa9 # rust-chrono-0.4.6-4.fc31 - rust-clap: - buildorder: 20 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 6e71af04e33895c2f43142e49c7075fef09f439e # rust-clap-2.33.0-2.fc31 - rust-dbus: - buildorder: 20 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: f313a357e0a40a24aa8e8c525bb83c1e87335104 # rust-dbus-0.6.4-2.fc30 - rust-libmount: - buildorder: 20 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: a52bd2c2192c28667ce5829b64c86500c5381af1 # rust-libmount-0.1.12-1.fc30 - rust-libudev: - buildorder: 20 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 2bb40130076f7070c5d6926f64ea583b980e39db # rust-libudev-0.2.0-6.fc30 + * rust-humantime-devel + (built by rust-humantime) + * rust-libmount-devel + (built by rust-libmount) + ref: 975f8c39bf75ddb92daaece6a9e8dcea532706e6 # rust-quick-error-1.2.2-7.fc31 rust-quote: - buildorder: 20 + buildorder: 0 rationale: |- Dependency of other components. - BuildRequired by: - * rust-serde_derive - * rust-syn - Required by: * rust-serde_derive-devel (built by rust-serde_derive) @@ -1162,166 +827,369 @@ data: (built by rust-syn) * rust-syn+proc-macro-devel (built by rust-syn) - ref: 8c5ff10d7856a8a9633a0ea1950f307351654314 # rust-quote-0.6.12-1.fc31 - rust-rand_chacha: - buildorder: 20 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-rand - - Required by: - * rust-rand-devel - (built by rust-rand) - ref: 0e9ac782e7b4d9b50a674f96392dcf00527ee639 # rust-rand_chacha-0.1.1-2.fc30 - rust-rand_hc: - buildorder: 20 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-rand - - Required by: - * rust-rand-devel - (built by rust-rand) - ref: 4b6818ef7dabe874c31778c29ad01a7eead91aa4 # rust-rand_hc-0.1.0-3.fc30 - rust-rand_isaac: - buildorder: 20 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-rand - - Required by: - * rust-rand-devel - (built by rust-rand) - ref: 3cf62a581a3f5f399234f95f9da9d107fdd27bb5 # rust-rand_isaac-0.1.1-4.fc31 - rust-rand_xorshift: - buildorder: 20 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-rand - - Required by: - * rust-rand-devel - (built by rust-rand) - ref: 45df31bb381c91d5f7bfd570192673d8809a627e # rust-rand_xorshift-0.1.1-3.fc31 - rust-regex: - buildorder: 20 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-env_logger0.5 - - Required by: - * rust-env_logger0.5+default-devel - (built by rust-env_logger0.5) - ref: d1396d0a0c3ec97c542e78cd3470220ef8fd42cd # rust-regex-1.1.6-1.fc31 - rust-rustc_version: - buildorder: 20 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-newtype_derive - - Required by: - * rust-newtype_derive-devel - (built by rust-newtype_derive) - ref: ca4603e4a52064674282104f297dd25dc12f909e # rust-rustc_version-0.2.3-4.fc30 - rust-env_logger0.5: - buildorder: 30 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 4ee154b2dbd393e82b5d8cd9125a23bb793c6cba # rust-env_logger0.5-0.5.13-4.fc30 - rust-error-chain: - buildorder: 30 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-devicemapper - - Required by: - * rust-devicemapper-devel - (built by rust-devicemapper) - ref: 19b4dec04e8c3877f6ba43d93f619d2e19123d9d # rust-error-chain-0.12.0-4.fc30 - rust-newtype_derive: - buildorder: 30 - rationale: |- - Dependency of other components. - - BuildRequired by: - * rust-devicemapper - - Required by: - * rust-devicemapper-devel - (built by rust-devicemapper) - ref: c2a32d81de27600858eac005b130e2fae21dfff1 # rust-newtype_derive-0.1.6-6.fc30 + ref: 620472f5bba68ca2e906c2cf7d42e0162c354808 # rust-quote-1.0.2-1.fc32 rust-rand: - buildorder: 30 + buildorder: 0 rationale: |- Dependency of other components. - BuildRequired by: - * rust-tempfile - Required by: * rust-tempfile-devel (built by rust-tempfile) - * rust-uuid+v4-devel - (built by rust-uuid) - ref: ed88355deb5e2867d0422f861bcbe4c720e12e0b # rust-rand-0.6.5-3.fc31 - rust-syn: - buildorder: 30 + ref: 0a35da365472f2731bebcad07f61b5333bc9c1d6 # rust-rand-0.7.0-1.fc31 + rust-rand0.4: + buildorder: 0 rationale: |- Dependency of other components. BuildRequired by: - * rust-serde_derive + * stratisd + ref: 9f9e2ad415e777528a9317ef8ef61bfdb692fe2c # rust-rand0.4-0.4.6-5.fc31 + rust-rand0.6: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-uuid+v4-devel + (built by rust-uuid) + ref: 95c186b4867c4139ce955526e41c5f6dd5385ae9 # rust-rand0.6-0.6.5-1.fc31 + rust-rand_chacha: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-rand-devel + (built by rust-rand) + ref: a9f00f57c762425b7a41ceba4428b4b22666ff62 # rust-rand_chacha-0.2.1-1.fc31 + rust-rand_chacha0.1: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-rand0.6-devel + (built by rust-rand0.6) + ref: dae34fea00ab983f16b1c71ae228bafe9b13df95 # rust-rand_chacha0.1-0.1.1-1.fc31 + rust-rand_core: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-rand+alloc-devel + (built by rust-rand) + * rust-rand+std-devel + (built by rust-rand) + * rust-rand-devel + (built by rust-rand) + * rust-rand_chacha-devel + (built by rust-rand_chacha) + ref: c580ca4baa7cdfd72462bc79414f7295a511cf6a # rust-rand_core-0.5.1-1.fc32 + rust-rand_core0.3: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-rand_chacha0.1-devel + (built by rust-rand_chacha0.1) + * rust-rand_hc0.1-devel + (built by rust-rand_hc0.1) + * rust-rand_isaac0.1-devel + (built by rust-rand_isaac0.1) + * rust-rand_xorshift0.1-devel + (built by rust-rand_xorshift0.1) + ref: 29bcad72ed976165adf61ef249e1979c195b2582 # rust-rand_core0.3-0.3.1-6.fc31 + rust-rand_core0.4: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-rand0.6+alloc-devel + (built by rust-rand0.6) + * rust-rand0.6+std-devel + (built by rust-rand0.6) + * rust-rand0.6-devel + (built by rust-rand0.6) + * rust-rand_core0.3-devel + (built by rust-rand_core0.3) + * rust-rand_jitter0.1+std-devel + (built by rust-rand_jitter0.1) + * rust-rand_jitter0.1-devel + (built by rust-rand_jitter0.1) + * rust-rand_os0.1-devel + (built by rust-rand_os0.1) + * rust-rand_pcg0.1-devel + (built by rust-rand_pcg0.1) + ref: 79972a3253a0ff307c3a004deb27b9a2d3f8c15a # rust-rand_core0.4-0.4.0-1.fc31 + rust-rand_hc0.1: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-rand0.6-devel + (built by rust-rand0.6) + ref: 81729ab7d41c32731d47b18992b68181514d6bf7 # rust-rand_hc0.1-0.1.0-1.fc31 + rust-rand_isaac0.1: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-rand0.6-devel + (built by rust-rand0.6) + ref: fa55394b4318236ca457999682655a1060a2af90 # rust-rand_isaac0.1-0.1.1-1.fc31 + rust-rand_jitter0.1: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-rand0.6+std-devel + (built by rust-rand0.6) + * rust-rand0.6-devel + (built by rust-rand0.6) + ref: 9c27f915d10b70203ebcb92f0687c06f4cc58b8d # rust-rand_jitter0.1-0.1.4-1.fc31 + rust-rand_os0.1: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-rand0.6+std-devel + (built by rust-rand0.6) + ref: 8db3a7702018e61e2a37edd02e1738983c0810c9 # rust-rand_os0.1-0.1.3-1.fc31 + rust-rand_pcg0.1: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-rand0.6-devel + (built by rust-rand0.6) + ref: d43c9b33729a4e3a86caef100cbfd70bd9bbb50e # rust-rand_pcg0.1-0.1.2-1.fc31 + rust-rand_xorshift0.1: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-rand0.6-devel + (built by rust-rand0.6) + ref: 8a315e4a4f0513f083ba0905c3e1bdde4e34f669 # rust-rand_xorshift0.1-0.1.1-1.fc31 + rust-regex: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-env_logger0.5+default-devel + (built by rust-env_logger0.5) + ref: 805d43c95bf9525f194c270d57177b20189d1ba4 # rust-regex-1.2.1-1.fc31 + rust-regex-syntax: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-regex-devel + (built by rust-regex) + ref: f3434321881656ceb08030930b4fd8d7dd86b179 # rust-regex-syntax-0.6.11-1.fc31 + rust-remove_dir_all: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-tempfile-devel + (built by rust-tempfile) + ref: 206b0f6783a1515e7b843ceae0de8755ffadbf68 # rust-remove_dir_all-0.5.2-2.fc31 + rust-rustc-demangle: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-backtrace-devel + (built by rust-backtrace) + ref: 6f424e99463c820ecc8e89cf838e0d6a254d48de # rust-rustc-demangle-0.1.15-3.fc31 + rust-ryu: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-serde_json-devel + (built by rust-serde_json) + ref: a417ca2dc0b3dd30fc30b7c0cd7aff46c465be22 # rust-ryu-1.0.0-2.fc31 + rust-serde: + buildorder: 0 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + + Required by: + * rust-devicemapper-devel + (built by rust-devicemapper) + * rust-serde_json-devel + (built by rust-serde_json) + * rust-uuid+serde-devel + (built by rust-uuid) + ref: 6819257f95b3e3d71c7fa4713aa78e654ca5e8a9 # rust-serde-1.0.99-1.fc32 + rust-serde_derive: + buildorder: 0 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + ref: db266a5ca04cc0f9ee1a663788187237a170118f # rust-serde_derive-1.0.99-1.fc32 + rust-serde_json: + buildorder: 0 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + ref: d0d7671206d7544ed4e9d1c48dfe4d88af8886ae # rust-serde_json-1.0.40-2.fc31 + rust-strsim: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-clap+suggestions-devel + (built by rust-clap) + ref: b5f0782c883ecb1ab39767b48d511d64244821ee # rust-strsim-0.9.2-4.fc31 + rust-syn: + buildorder: 0 + rationale: |- + Dependency of other components. Required by: * rust-serde_derive-devel (built by rust-serde_derive) - ref: 719d3a44abfc6988dbbd1b169440f8b78994fc86 # rust-syn-0.15.33-1.fc31 - rust-devicemapper: - buildorder: 40 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 020ac7db7b2cadc6977def6178108b045d41cb76 # rust-devicemapper-0.27.0-1.fc31 - rust-serde_derive: - buildorder: 40 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 5e3d37a6f0cc592eb8bc387cf47d0cdaa50953b2 # rust-serde_derive-1.0.90-1.fc31 + ref: f6d3cc745cfd96e4c174a4bc8ef8cf17c4739228 # rust-syn-1.0.5-1.fc32 rust-tempfile: - buildorder: 40 + buildorder: 0 rationale: |- Dependency of other components. BuildRequired by: * stratisd - ref: 0ae8e8a1d0071fa5c84ef8a7c08a92892731cb2f # rust-tempfile-3.0.7-1.fc30 + ref: 10b93ccc76d80d8f7bdd590e3540e3b92a516540 # rust-tempfile-3.1.0-2.fc31 + rust-termcolor: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-env_logger0.5-devel + (built by rust-env_logger0.5) + ref: 5e93a1349851dd3ddbabf5b007800d302fa2f3ee # rust-termcolor-1.0.5-4.fc31 + rust-textwrap: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-clap-devel + (built by rust-clap) + ref: 3b431c8a999c80dd9e5e7121a3c4e7d5d13ad10a # rust-textwrap-0.11.0-4.fc31 + rust-thread_local: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-regex-devel + (built by rust-regex) + ref: 80fa593fa618999dc92fe12718199c9305ea6e6a # rust-thread_local-0.3.6-7.fc31 + rust-time: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-chrono+clock-devel + (built by rust-chrono) + ref: 89a8c83a8b252c161a8c6debe0965ac9bf1caff5 # rust-time-0.1.42-7.fc31 + rust-timerfd: + buildorder: 0 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + ref: c62f323c91e21443bff0f9b26f52fc66d74ebbc1 # rust-timerfd-1.0.0-6.fc32 + rust-unicode-width: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-clap-devel + (built by rust-clap) + * rust-textwrap-devel + (built by rust-textwrap) + ref: 786eb5d2db71ac1939b308cb41bce159f3cdb9af # rust-unicode-width-0.1.6-1.fc32 + rust-unicode-xid: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-proc-macro2-devel + (built by rust-proc-macro2) + * rust-syn-devel + (built by rust-syn) + ref: 69a38ed9ea667acdf620dd51f01ab72a0c30b87d # rust-unicode-xid-0.2.0-1.fc32 + rust-uuid: + buildorder: 0 + rationale: |- + Dependency of other components. + + BuildRequired by: + * stratisd + ref: 3d5f401ea64fc9bf9a78ecaf82dc4ef92617d9ea # rust-uuid-0.7.4-3.fc31 + rust-vec_map: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-clap+default-devel + (built by rust-clap) + ref: f4ff8423bf30a46d2022f184112004e9d954cbf6 # rust-vec_map-0.8.1-9.fc31 + rust-version_check: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-error-chain-devel + (built by rust-error-chain) + ref: 2d411606c05300f1f80fba03cea14d39f6632365 # rust-version_check-0.1.5-7.fc31 + rust-void: + buildorder: 0 + rationale: |- + Dependency of other components. + + Required by: + * rust-nix-devel + (built by rust-nix) + ref: d5e705e0da26f2ec80dc7108c9e0a1c4419100fa # rust-void-1.0.2-10.fc31 stratisd: - buildorder: 50 + buildorder: 10 rationale: Main component. - ref: 1 + ref: 92c23b60cbf27baa5ae279f7d50c3990308c6e09 # stratisd-1.0.5-1.fc32 stratis-cli: - buildorder: 50 + buildorder: 10 rationale: Main component. - ref: 1 + ref: 501d5e2cec8cad8669f2ae7b6948f3e81ebfb986 # stratis-cli-1.0.4-1.fc32 From 3ff02914e5bed361adf7b8331150467fdbad2805 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 7 Sep 2019 14:33:38 +0200 Subject: [PATCH 41/43] Rebuild Signed-off-by: Igor Gnatenko From 804724eca06b0964dba9375f1703a685d88de8b1 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 7 Sep 2019 23:46:11 +0200 Subject: [PATCH 42/43] Rebuild Signed-off-by: Igor Gnatenko From 44911760d14adb4c17ac2e8e543c2f6882119bae Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 25 Oct 2019 18:31:45 +0200 Subject: [PATCH 43/43] Demodularizing --- README.md | 3 - dead.module | 1 + stratis.yaml | 1195 -------------------------------------------------- 3 files changed, 1 insertion(+), 1198 deletions(-) delete mode 100644 README.md create mode 100644 dead.module delete mode 100644 stratis.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 5994d99..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# stratis - -Easy to use local storage management \ No newline at end of file diff --git a/dead.module b/dead.module new file mode 100644 index 0000000..37b2fe0 --- /dev/null +++ b/dead.module @@ -0,0 +1 @@ +Demodularizing diff --git a/stratis.yaml b/stratis.yaml deleted file mode 100644 index 33c3ab3..0000000 --- a/stratis.yaml +++ /dev/null @@ -1,1195 +0,0 @@ -document: modulemd -version: 2 -data: - summary: Stratis Storage - description: Easy to use local storage management. - license: - module: [MIT] - dependencies: - - buildrequires: - platform: [] - rpm: [4.15] - rust: [stable] - requires: - platform: [] - references: - community: https://github.com/stratis-storage - documentation: https://stratis-storage.github.io - tracker: https://github.com/stratis-storage/stratisd/issues - api: - rpms: - - stratisd - - stratis-cli - profiles: - default: - rpms: - - stratisd - - stratis-cli - filter: - rpms: - - rust-aho-corasick+default-devel - - rust-aho-corasick+std-devel - - rust-aho-corasick-devel - - rust-ansi_term0.11+default-devel - - rust-ansi_term0.11-devel - - rust-atty+default-devel - - rust-atty-devel - - rust-autocfg+default-devel - - rust-autocfg-devel - - rust-backtrace+addr2line-devel - - rust-backtrace+backtrace-sys-devel - - rust-backtrace+cpp_demangle-devel - - rust-backtrace+default-devel - - rust-backtrace+dladdr-devel - - rust-backtrace+findshlibs-devel - - rust-backtrace+gimli-symbolize-devel - - rust-backtrace+libbacktrace-devel - - rust-backtrace+libunwind-devel - - rust-backtrace+memmap-devel - - rust-backtrace+rustc-serialize-devel - - rust-backtrace+serde-devel - - rust-backtrace+serde_derive-devel - - rust-backtrace+serialize-rustc-devel - - rust-backtrace+serialize-serde-devel - - rust-backtrace+std-devel - - rust-backtrace+unix-backtrace-devel - - rust-backtrace-devel - - rust-backtrace-sys+default-devel - - rust-backtrace-sys-devel - - rust-bitflags+default-devel - - rust-bitflags+example_generated-devel - - rust-bitflags-devel - - rust-build_const+default-devel - - rust-build_const+std-devel - - rust-build_const-devel - - rust-byteorder+default-devel - - rust-byteorder+i128-devel - - rust-byteorder+std-devel - - rust-byteorder-devel - - rust-c2-chacha+byteorder-devel - - rust-c2-chacha+default-devel - - rust-c2-chacha+lazy_static-devel - - rust-c2-chacha+rustcrypto_api-devel - - rust-c2-chacha+simd-devel - - rust-c2-chacha+std-devel - - rust-c2-chacha+stream-cipher-devel - - rust-c2-chacha-devel - - rust-cc+default-devel - - rust-cc+parallel-devel - - rust-cc+rayon-devel - - rust-cc-devel - - rust-cfg-if+default-devel - - rust-cfg-if-devel - - rust-chrono+clock-devel - - rust-chrono+default-devel - - rust-chrono+rustc-serialize-devel - - rust-chrono+serde-devel - - rust-chrono+time-devel - - rust-chrono-devel - - rust-clap+ansi_term-devel - - rust-clap+atty-devel - - rust-clap+clippy-devel - - rust-clap+color-devel - - rust-clap+debug-devel - - rust-clap+default-devel - - rust-clap+doc-devel - - rust-clap+lints-devel - - rust-clap+nightly-devel - - rust-clap+no_cargo-devel - - rust-clap+strsim-devel - - rust-clap+suggestions-devel - - rust-clap+term_size-devel - - rust-clap+unstable-devel - - rust-clap+vec_map-devel - - rust-clap+wrap_help-devel - - rust-clap+yaml-devel - - rust-clap+yaml-rust-devel - - rust-clap-devel - - rust-crc+default-devel - - rust-crc+std-devel - - rust-crc-devel - - rust-dbus+default-devel - - rust-dbus+no-string-validation-devel - - rust-dbus-devel - - rust-devicemapper+default-devel - - rust-devicemapper-devel - - rust-env_logger0.5+default-devel - - rust-env_logger0.5+regex-devel - - rust-env_logger0.5-devel - - rust-error-chain+backtrace-devel - - rust-error-chain+default-devel - - rust-error-chain+example_generated-devel - - rust-error-chain-devel - - rust-getrandom+compiler_builtins-devel - - rust-getrandom+default-devel - - rust-getrandom+dummy-devel - - rust-getrandom+log-devel - - rust-getrandom+rustc-dep-of-std-devel - - rust-getrandom+rustc-std-workspace-core-devel - - rust-getrandom+std-devel - - rust-getrandom-devel - - rust-humantime+default-devel - - rust-humantime-devel - - rust-itoa+default-devel - - rust-itoa+i128-devel - - rust-itoa+std-devel - - rust-itoa-devel - - rust-lazy_static+default-devel - - rust-lazy_static+spin-devel - - rust-lazy_static+spin_no_std-devel - - rust-lazy_static-devel - - rust-libc+align-devel - - rust-libc+default-devel - - rust-libc+extra_traits-devel - - rust-libc+rustc-dep-of-std-devel - - rust-libc+rustc-std-workspace-core-devel - - rust-libc+std-devel - - rust-libc+use_std-devel - - rust-libc-devel - - rust-libdbus-sys+default-devel - - rust-libdbus-sys-devel - - rust-libmount+default-devel - - rust-libmount-devel - - rust-libudev+default-devel - - rust-libudev-devel - - rust-libudev-sys+default-devel - - rust-libudev-sys-devel - - rust-log+default-devel - - rust-log+kv_unstable-devel - - rust-log+kv_unstable_sval-devel - - rust-log+max_level_debug-devel - - rust-log+max_level_error-devel - - rust-log+max_level_info-devel - - rust-log+max_level_off-devel - - rust-log+max_level_trace-devel - - rust-log+max_level_warn-devel - - rust-log+release_max_level_debug-devel - - rust-log+release_max_level_error-devel - - rust-log+release_max_level_info-devel - - rust-log+release_max_level_off-devel - - rust-log+release_max_level_trace-devel - - rust-log+release_max_level_warn-devel - - rust-log+serde-devel - - rust-log+std-devel - - rust-log+sval-devel - - rust-log-devel - - rust-memchr+default-devel - - rust-memchr+libc-devel - - rust-memchr+use_std-devel - - rust-memchr-devel - - rust-nix+default-devel - - rust-nix-devel - - rust-num-integer+default-devel - - rust-num-integer+i128-devel - - rust-num-integer+std-devel - - rust-num-integer-devel - - rust-num-traits+default-devel - - rust-num-traits+i128-devel - - rust-num-traits+std-devel - - rust-num-traits-devel - - rust-pkg-config+default-devel - - rust-pkg-config-devel - - rust-ppv-lite86+default-devel - - rust-ppv-lite86+simd-devel - - rust-ppv-lite86+std-devel - - rust-ppv-lite86-devel - - rust-proc-macro2+default-devel - - rust-proc-macro2+nightly-devel - - rust-proc-macro2+proc-macro-devel - - rust-proc-macro2+span-locations-devel - - rust-proc-macro2-devel - - rust-quick-error+default-devel - - rust-quick-error-devel - - rust-quote+default-devel - - rust-quote+proc-macro-devel - - rust-quote-devel - - rust-rand+alloc-devel - - rust-rand+default-devel - - rust-rand+getrandom-devel - - rust-rand+log-devel - - rust-rand+nightly-devel - - rust-rand+packed_simd-devel - - rust-rand+rand_pcg-devel - - rust-rand+serde1-devel - - rust-rand+simd_support-devel - - rust-rand+small_rng-devel - - rust-rand+std-devel - - rust-rand+stdweb-devel - - rust-rand+wasm-bindgen-devel - - rust-rand-devel - - rust-rand0.4+alloc-devel - - rust-rand0.4+default-devel - - rust-rand0.4+i128_support-devel - - rust-rand0.4+libc-devel - - rust-rand0.4+nightly-devel - - rust-rand0.4+std-devel - - rust-rand0.4-devel - - rust-rand0.6+alloc-devel - - rust-rand0.6+default-devel - - rust-rand0.6+i128_support-devel - - rust-rand0.6+log-devel - - rust-rand0.6+nightly-devel - - rust-rand0.6+packed_simd-devel - - rust-rand0.6+rand_os-devel - - rust-rand0.6+serde1-devel - - rust-rand0.6+simd_support-devel - - rust-rand0.6+std-devel - - rust-rand0.6+stdweb-devel - - rust-rand0.6+wasm-bindgen-devel - - rust-rand0.6-devel - - rust-rand_chacha+default-devel - - rust-rand_chacha+simd-devel - - rust-rand_chacha+std-devel - - rust-rand_chacha-devel - - rust-rand_chacha0.1+default-devel - - rust-rand_chacha0.1-devel - - rust-rand_core+alloc-devel - - rust-rand_core+default-devel - - rust-rand_core+getrandom-devel - - rust-rand_core+serde-devel - - rust-rand_core+serde1-devel - - rust-rand_core+std-devel - - rust-rand_core-devel - - rust-rand_core0.3+alloc-devel - - rust-rand_core0.3+default-devel - - rust-rand_core0.3+serde1-devel - - rust-rand_core0.3+std-devel - - rust-rand_core0.3-devel - - rust-rand_core0.4+alloc-devel - - rust-rand_core0.4+default-devel - - rust-rand_core0.4+serde-devel - - rust-rand_core0.4+serde1-devel - - rust-rand_core0.4+serde_derive-devel - - rust-rand_core0.4+std-devel - - rust-rand_core0.4-devel - - rust-rand_hc0.1+default-devel - - rust-rand_hc0.1-devel - - rust-rand_isaac0.1+default-devel - - rust-rand_isaac0.1+serde-devel - - rust-rand_isaac0.1+serde1-devel - - rust-rand_isaac0.1+serde_derive-devel - - rust-rand_isaac0.1-devel - - rust-rand_jitter0.1+default-devel - - rust-rand_jitter0.1+log-devel - - rust-rand_jitter0.1+std-devel - - rust-rand_jitter0.1-devel - - rust-rand_os0.1+default-devel - - rust-rand_os0.1+log-devel - - rust-rand_os0.1-devel - - rust-rand_pcg0.1+default-devel - - rust-rand_pcg0.1+serde-devel - - rust-rand_pcg0.1+serde1-devel - - rust-rand_pcg0.1+serde_derive-devel - - rust-rand_pcg0.1-devel - - rust-rand_xorshift0.1+default-devel - - rust-rand_xorshift0.1+serde-devel - - rust-rand_xorshift0.1+serde1-devel - - rust-rand_xorshift0.1+serde_derive-devel - - rust-rand_xorshift0.1-devel - - rust-regex+default-devel - - rust-regex+pattern-devel - - rust-regex+unstable-devel - - rust-regex+use_std-devel - - rust-regex-devel - - rust-regex-syntax+default-devel - - rust-regex-syntax-devel - - rust-remove_dir_all+default-devel - - rust-remove_dir_all-devel - - rust-rustc-demangle+compiler_builtins-devel - - rust-rustc-demangle+default-devel - - rust-rustc-demangle+rustc-dep-of-std-devel - - rust-rustc-demangle+rustc-std-workspace-core-devel - - rust-rustc-demangle-devel - - rust-ryu+default-devel - - rust-ryu+no-panic-devel - - rust-ryu+small-devel - - rust-ryu-devel - - rust-serde+alloc-devel - - rust-serde+default-devel - - rust-serde+derive-devel - - rust-serde+rc-devel - - rust-serde+serde_derive-devel - - rust-serde+std-devel - - rust-serde+unstable-devel - - rust-serde-devel - - rust-serde_derive+default-devel - - rust-serde_derive+deserialize_in_place-devel - - rust-serde_derive-devel - - rust-serde_json+arbitrary_precision-devel - - rust-serde_json+default-devel - - rust-serde_json+indexmap-devel - - rust-serde_json+preserve_order-devel - - rust-serde_json+raw_value-devel - - rust-serde_json+unbounded_depth-devel - - rust-serde_json-devel - - rust-strsim+default-devel - - rust-strsim-devel - - rust-syn+clone-impls-devel - - rust-syn+default-devel - - rust-syn+derive-devel - - rust-syn+extra-traits-devel - - rust-syn+fold-devel - - rust-syn+full-devel - - rust-syn+parsing-devel - - rust-syn+printing-devel - - rust-syn+proc-macro-devel - - rust-syn+quote-devel - - rust-syn+visit-devel - - rust-syn+visit-mut-devel - - rust-syn-devel - - rust-tempfile+default-devel - - rust-tempfile-devel - - rust-termcolor+default-devel - - rust-termcolor-devel - - rust-textwrap+default-devel - - rust-textwrap+hyphenation-devel - - rust-textwrap+term_size-devel - - rust-textwrap-devel - - rust-thread_local+default-devel - - rust-thread_local-devel - - rust-time+default-devel - - rust-time+rustc-serialize-devel - - rust-time-devel - - rust-timerfd+default-devel - - rust-timerfd-devel - - rust-unicode-width+bench-devel - - rust-unicode-width+compiler_builtins-devel - - rust-unicode-width+default-devel - - rust-unicode-width+no_std-devel - - rust-unicode-width+rustc-dep-of-std-devel - - rust-unicode-width+rustc-std-workspace-core-devel - - rust-unicode-width+rustc-std-workspace-std-devel - - rust-unicode-width-devel - - rust-unicode-xid+bench-devel - - rust-unicode-xid+default-devel - - rust-unicode-xid+no_std-devel - - rust-unicode-xid-devel - - rust-uuid+byteorder-devel - - rust-uuid+const_fn-devel - - rust-uuid+default-devel - - rust-uuid+md5-devel - - rust-uuid+nightly-devel - - rust-uuid+rand-devel - - rust-uuid+serde-devel - - rust-uuid+sha1-devel - - rust-uuid+slog-devel - - rust-uuid+std-devel - - rust-uuid+stdweb-devel - - rust-uuid+u128-devel - - rust-uuid+v1-devel - - rust-uuid+v3-devel - - rust-uuid+v4-devel - - rust-uuid+v5-devel - - rust-uuid+wasm-bindgen-devel - - rust-uuid-devel - - rust-vec_map+default-devel - - rust-vec_map+eders-devel - - rust-vec_map+serde-devel - - rust-vec_map-devel - - rust-version_check+default-devel - - rust-version_check-devel - - rust-void+default-devel - - rust-void+std-devel - - rust-void-devel - components: - rpms: - rust-aho-corasick: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-regex-devel - (built by rust-regex) - ref: 6d410bb8539f8450b112addee3977d0a4cc169d1 # rust-aho-corasick-0.7.6-1.fc31 - rust-ansi_term0.11: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-clap+color-devel - (built by rust-clap) - ref: c1ba242f86d3ae1b4bf7118b94b7416664741a7d # rust-ansi_term0.11-0.11.0-2.fc31 - rust-atty: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-clap+color-devel - (built by rust-clap) - * rust-env_logger0.5-devel - (built by rust-env_logger0.5) - ref: f6227f635455d8ef88fd0750c90b9a9e707bcf20 # rust-atty-0.2.11-7.fc31 - rust-autocfg: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-backtrace-devel - (built by rust-backtrace) - * rust-num-integer-devel - (built by rust-num-integer) - * rust-num-traits-devel - (built by rust-num-traits) - * rust-rand0.6-devel - (built by rust-rand0.6) - * rust-rand_chacha0.1-devel - (built by rust-rand_chacha0.1) - * rust-rand_pcg0.1-devel - (built by rust-rand_pcg0.1) - ref: d96e156ef291dfc902961811478fe6934b1fe36a # rust-autocfg-0.1.6-1.fc32 - rust-backtrace: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-error-chain+default-devel - (built by rust-error-chain) - ref: 24ad490ecdaa7bfb409e80f3f27ec4de03f31dba # rust-backtrace-0.3.30-3.fc31 - rust-backtrace-sys: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-backtrace+libbacktrace-devel - (built by rust-backtrace) - ref: 78498e40860e5d5b7f6816b44318c7de4f9d33a1 # rust-backtrace-sys-0.1.28-4.fc31 - rust-bitflags: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-clap-devel - (built by rust-clap) - * rust-devicemapper-devel - (built by rust-devicemapper) - * rust-nix-devel - (built by rust-nix) - ref: 0f5a5aa6095679141328d4783e73b9cd289e9beb # rust-bitflags-1.1.0-4.fc31 - rust-build_const: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-crc-devel - (built by rust-crc) - ref: 819d6366e301f8214cb409ccf7f339c871adaaca # rust-build_const-0.2.1-7.fc31 - rust-byteorder: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 78f45a95c227e1ccb99ca1983cc15e03c8050db7 # rust-byteorder-1.3.2-3.fc31 - rust-c2-chacha: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-rand_chacha+std-devel - (built by rust-rand_chacha) - * rust-rand_chacha-devel - (built by rust-rand_chacha) - ref: 07b829810abc88859796ab59bef3d8aa724bfd6c # rust-c2-chacha-0.2.2-1.fc31 - rust-cc: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-backtrace-sys-devel - (built by rust-backtrace-sys) - ref: 3c73389bb986267d9acbcdea784ac5e599c3d98b # rust-cc-1.0.37-4.fc31 - rust-cfg-if: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-backtrace-devel - (built by rust-backtrace) - * rust-getrandom-devel - (built by rust-getrandom) - * rust-log-devel - (built by rust-log) - * rust-nix-devel - (built by rust-nix) - * rust-tempfile-devel - (built by rust-tempfile) - ref: 4ecc25b8fb39a9893bd1ab6cd8796d168f166035 # rust-cfg-if-0.1.9-4.fc31 - rust-chrono: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: c771a531c7c36e7a475736f30977125636783006 # rust-chrono-0.4.8-1.fc32 - rust-clap: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: b1ef923e3a2391a94bca7a83f6c6d1759e1b07fa # rust-clap-2.33.0-5.fc31 - rust-crc: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 0dda3035ac216a845fe3c596106f04a2e32b4a69 # rust-crc-1.8.1-7.fc31 - rust-dbus: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 2b8bc27eda7a970d64c1d4c2abd5a3949342a3c5 # rust-dbus-0.6.5-1.fc32 - rust-devicemapper: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: be257090bf0902ad847ee3598e613a6d4b07153a # rust-devicemapper-0.28.0-1.fc32 - rust-env_logger0.5: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 9064791f28ac66b83808738580ce7ab398dfea87 # rust-env_logger0.5-0.5.13-6.fc32 - rust-error-chain: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-devicemapper-devel - (built by rust-devicemapper) - ref: b9bb0396f5025eb6f2eddf15f9cde99d03692297 # rust-error-chain-0.12.1-3.fc31 - rust-getrandom: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-rand+getrandom-devel - (built by rust-rand) - * rust-rand_core+std-devel - (built by rust-rand_core) - ref: 1dd6cd44ff839d85f9e1ae2cc8d8df9887b52ce8 # rust-getrandom-0.1.11-1.fc32 - rust-humantime: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-env_logger0.5-devel - (built by rust-env_logger0.5) - ref: f82b406cb3c67a1e8b338d32a50f52a999844c5d # rust-humantime-1.2.0-4.fc31 - rust-itoa: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-serde_json-devel - (built by rust-serde_json) - ref: f3ccddce9643e80b458030571cb74ab00cef184a # rust-itoa-0.4.4-4.fc31 - rust-lazy_static: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - - Required by: - * rust-c2-chacha+std-devel - (built by rust-c2-chacha) - * rust-thread_local-devel - (built by rust-thread_local) - ref: d7402f7f4cca9904fbf67ef78860b32009c50716 # rust-lazy_static-1.4.0-1.fc32 - rust-libc: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - - Required by: - * rust-atty-devel - (built by rust-atty) - * rust-backtrace-devel - (built by rust-backtrace) - * rust-backtrace-sys-devel - (built by rust-backtrace-sys) - * rust-chrono-devel - (built by rust-chrono) - * rust-dbus-devel - (built by rust-dbus) - * rust-devicemapper-devel - (built by rust-devicemapper) - * rust-getrandom-devel - (built by rust-getrandom) - * rust-libmount-devel - (built by rust-libmount) - * rust-libudev-devel - (built by rust-libudev) - * rust-libudev-sys-devel - (built by rust-libudev-sys) - * rust-nix-devel - (built by rust-nix) - * rust-rand-devel - (built by rust-rand) - * rust-rand0.4+std-devel - (built by rust-rand0.4) - * rust-rand0.6-devel - (built by rust-rand0.6) - * rust-rand_os0.1-devel - (built by rust-rand_os0.1) - * rust-tempfile-devel - (built by rust-tempfile) - * rust-time-devel - (built by rust-time) - * rust-timerfd-devel - (built by rust-timerfd) - ref: 284ece1a1dd936ac9f579786179496cdf1cf97f6 # rust-libc-0.2.62-1.fc32 - rust-libdbus-sys: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-dbus-devel - (built by rust-dbus) - ref: 45e594c7352c9e1857c6a28c89fd1843c56ddc39 # rust-libdbus-sys-0.2.1-1.fc32 - rust-libmount: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 4b6fd4b4435b6ac01b1f9c31f6de01293dd23c66 # rust-libmount-0.1.13-3.fc32 - rust-libudev: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 78743fe5a618fca8f20aa63788daaeea51eef026 # rust-libudev-0.2.0-8.fc32 - rust-libudev-sys: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-libudev-devel - (built by rust-libudev) - ref: 2b4681e70ff4a821d04f4f3a60f5126b93ccf192 # rust-libudev-sys-0.1.4-8.fc32 - rust-log: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - - Required by: - * rust-env_logger0.5-devel - (built by rust-env_logger0.5) - ref: 7eeedd1516381e0448192cd74b419c0addbe9c95 # rust-log-0.4.8-1.fc31 - rust-memchr: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-aho-corasick+std-devel - (built by rust-aho-corasick) - * rust-aho-corasick-devel - (built by rust-aho-corasick) - * rust-regex-devel - (built by rust-regex) - ref: 0b755928d2aeebd98335120915773d3e0cde90a8 # rust-memchr-2.2.1-2.fc31 - rust-nix: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - - Required by: - * rust-devicemapper-devel - (built by rust-devicemapper) - * rust-libmount-devel - (built by rust-libmount) - ref: 7f217cbca1d7c9df4a60e4de1680e7130434c4fe # rust-nix-0.14.1-4.fc31 - rust-num-integer: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-chrono-devel - (built by rust-chrono) - ref: 58acca768b461e5c184e271c1ab787db6b11d259 # rust-num-integer-0.1.41-4.fc31 - rust-num-traits: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-chrono-devel - (built by rust-chrono) - * rust-num-integer-devel - (built by rust-num-integer) - ref: 146b87fe919fe539d346f9c3efbf5ae84e665ecf # rust-num-traits-0.2.8-4.fc31 - rust-pkg-config: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-libdbus-sys-devel - (built by rust-libdbus-sys) - * rust-libudev-sys-devel - (built by rust-libudev-sys) - ref: d58d3f5c13cda97769f9b487b28f6b71ff46972e # rust-pkg-config-0.3.14-7.fc31 - rust-ppv-lite86: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-c2-chacha+simd-devel - (built by rust-c2-chacha) - * rust-c2-chacha-devel - (built by rust-c2-chacha) - ref: 9759052360769e9eaec66958101c1772d49a402d # rust-ppv-lite86-0.2.5-1.fc31 - rust-proc-macro2: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-quote+proc-macro-devel - (built by rust-quote) - * rust-quote-devel - (built by rust-quote) - * rust-serde_derive-devel - (built by rust-serde_derive) - * rust-syn+proc-macro-devel - (built by rust-syn) - * rust-syn-devel - (built by rust-syn) - ref: f1db2a0a7321181c5e6e34064c95c39471fa52cb # rust-proc-macro2-1.0.2-1.fc32 - rust-quick-error: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-humantime-devel - (built by rust-humantime) - * rust-libmount-devel - (built by rust-libmount) - ref: 975f8c39bf75ddb92daaece6a9e8dcea532706e6 # rust-quick-error-1.2.2-7.fc31 - rust-quote: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-serde_derive-devel - (built by rust-serde_derive) - * rust-syn+printing-devel - (built by rust-syn) - * rust-syn+proc-macro-devel - (built by rust-syn) - ref: 620472f5bba68ca2e906c2cf7d42e0162c354808 # rust-quote-1.0.2-1.fc32 - rust-rand: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-tempfile-devel - (built by rust-tempfile) - ref: 0a35da365472f2731bebcad07f61b5333bc9c1d6 # rust-rand-0.7.0-1.fc31 - rust-rand0.4: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 9f9e2ad415e777528a9317ef8ef61bfdb692fe2c # rust-rand0.4-0.4.6-5.fc31 - rust-rand0.6: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-uuid+v4-devel - (built by rust-uuid) - ref: 95c186b4867c4139ce955526e41c5f6dd5385ae9 # rust-rand0.6-0.6.5-1.fc31 - rust-rand_chacha: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-rand-devel - (built by rust-rand) - ref: a9f00f57c762425b7a41ceba4428b4b22666ff62 # rust-rand_chacha-0.2.1-1.fc31 - rust-rand_chacha0.1: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-rand0.6-devel - (built by rust-rand0.6) - ref: dae34fea00ab983f16b1c71ae228bafe9b13df95 # rust-rand_chacha0.1-0.1.1-1.fc31 - rust-rand_core: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-rand+alloc-devel - (built by rust-rand) - * rust-rand+std-devel - (built by rust-rand) - * rust-rand-devel - (built by rust-rand) - * rust-rand_chacha-devel - (built by rust-rand_chacha) - ref: c580ca4baa7cdfd72462bc79414f7295a511cf6a # rust-rand_core-0.5.1-1.fc32 - rust-rand_core0.3: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-rand_chacha0.1-devel - (built by rust-rand_chacha0.1) - * rust-rand_hc0.1-devel - (built by rust-rand_hc0.1) - * rust-rand_isaac0.1-devel - (built by rust-rand_isaac0.1) - * rust-rand_xorshift0.1-devel - (built by rust-rand_xorshift0.1) - ref: 29bcad72ed976165adf61ef249e1979c195b2582 # rust-rand_core0.3-0.3.1-6.fc31 - rust-rand_core0.4: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-rand0.6+alloc-devel - (built by rust-rand0.6) - * rust-rand0.6+std-devel - (built by rust-rand0.6) - * rust-rand0.6-devel - (built by rust-rand0.6) - * rust-rand_core0.3-devel - (built by rust-rand_core0.3) - * rust-rand_jitter0.1+std-devel - (built by rust-rand_jitter0.1) - * rust-rand_jitter0.1-devel - (built by rust-rand_jitter0.1) - * rust-rand_os0.1-devel - (built by rust-rand_os0.1) - * rust-rand_pcg0.1-devel - (built by rust-rand_pcg0.1) - ref: 79972a3253a0ff307c3a004deb27b9a2d3f8c15a # rust-rand_core0.4-0.4.0-1.fc31 - rust-rand_hc0.1: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-rand0.6-devel - (built by rust-rand0.6) - ref: 81729ab7d41c32731d47b18992b68181514d6bf7 # rust-rand_hc0.1-0.1.0-1.fc31 - rust-rand_isaac0.1: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-rand0.6-devel - (built by rust-rand0.6) - ref: fa55394b4318236ca457999682655a1060a2af90 # rust-rand_isaac0.1-0.1.1-1.fc31 - rust-rand_jitter0.1: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-rand0.6+std-devel - (built by rust-rand0.6) - * rust-rand0.6-devel - (built by rust-rand0.6) - ref: 9c27f915d10b70203ebcb92f0687c06f4cc58b8d # rust-rand_jitter0.1-0.1.4-1.fc31 - rust-rand_os0.1: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-rand0.6+std-devel - (built by rust-rand0.6) - ref: 8db3a7702018e61e2a37edd02e1738983c0810c9 # rust-rand_os0.1-0.1.3-1.fc31 - rust-rand_pcg0.1: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-rand0.6-devel - (built by rust-rand0.6) - ref: d43c9b33729a4e3a86caef100cbfd70bd9bbb50e # rust-rand_pcg0.1-0.1.2-1.fc31 - rust-rand_xorshift0.1: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-rand0.6-devel - (built by rust-rand0.6) - ref: 8a315e4a4f0513f083ba0905c3e1bdde4e34f669 # rust-rand_xorshift0.1-0.1.1-1.fc31 - rust-regex: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-env_logger0.5+default-devel - (built by rust-env_logger0.5) - ref: 805d43c95bf9525f194c270d57177b20189d1ba4 # rust-regex-1.2.1-1.fc31 - rust-regex-syntax: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-regex-devel - (built by rust-regex) - ref: f3434321881656ceb08030930b4fd8d7dd86b179 # rust-regex-syntax-0.6.11-1.fc31 - rust-remove_dir_all: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-tempfile-devel - (built by rust-tempfile) - ref: 206b0f6783a1515e7b843ceae0de8755ffadbf68 # rust-remove_dir_all-0.5.2-2.fc31 - rust-rustc-demangle: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-backtrace-devel - (built by rust-backtrace) - ref: 6f424e99463c820ecc8e89cf838e0d6a254d48de # rust-rustc-demangle-0.1.15-3.fc31 - rust-ryu: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-serde_json-devel - (built by rust-serde_json) - ref: a417ca2dc0b3dd30fc30b7c0cd7aff46c465be22 # rust-ryu-1.0.0-2.fc31 - rust-serde: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - - Required by: - * rust-devicemapper-devel - (built by rust-devicemapper) - * rust-serde_json-devel - (built by rust-serde_json) - * rust-uuid+serde-devel - (built by rust-uuid) - ref: 6819257f95b3e3d71c7fa4713aa78e654ca5e8a9 # rust-serde-1.0.99-1.fc32 - rust-serde_derive: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: db266a5ca04cc0f9ee1a663788187237a170118f # rust-serde_derive-1.0.99-1.fc32 - rust-serde_json: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: d0d7671206d7544ed4e9d1c48dfe4d88af8886ae # rust-serde_json-1.0.40-2.fc31 - rust-strsim: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-clap+suggestions-devel - (built by rust-clap) - ref: b5f0782c883ecb1ab39767b48d511d64244821ee # rust-strsim-0.9.2-4.fc31 - rust-syn: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-serde_derive-devel - (built by rust-serde_derive) - ref: f6d3cc745cfd96e4c174a4bc8ef8cf17c4739228 # rust-syn-1.0.5-1.fc32 - rust-tempfile: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 10b93ccc76d80d8f7bdd590e3540e3b92a516540 # rust-tempfile-3.1.0-2.fc31 - rust-termcolor: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-env_logger0.5-devel - (built by rust-env_logger0.5) - ref: 5e93a1349851dd3ddbabf5b007800d302fa2f3ee # rust-termcolor-1.0.5-4.fc31 - rust-textwrap: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-clap-devel - (built by rust-clap) - ref: 3b431c8a999c80dd9e5e7121a3c4e7d5d13ad10a # rust-textwrap-0.11.0-4.fc31 - rust-thread_local: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-regex-devel - (built by rust-regex) - ref: 80fa593fa618999dc92fe12718199c9305ea6e6a # rust-thread_local-0.3.6-7.fc31 - rust-time: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-chrono+clock-devel - (built by rust-chrono) - ref: 89a8c83a8b252c161a8c6debe0965ac9bf1caff5 # rust-time-0.1.42-7.fc31 - rust-timerfd: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: c62f323c91e21443bff0f9b26f52fc66d74ebbc1 # rust-timerfd-1.0.0-6.fc32 - rust-unicode-width: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-clap-devel - (built by rust-clap) - * rust-textwrap-devel - (built by rust-textwrap) - ref: 786eb5d2db71ac1939b308cb41bce159f3cdb9af # rust-unicode-width-0.1.6-1.fc32 - rust-unicode-xid: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-proc-macro2-devel - (built by rust-proc-macro2) - * rust-syn-devel - (built by rust-syn) - ref: 69a38ed9ea667acdf620dd51f01ab72a0c30b87d # rust-unicode-xid-0.2.0-1.fc32 - rust-uuid: - buildorder: 0 - rationale: |- - Dependency of other components. - - BuildRequired by: - * stratisd - ref: 3d5f401ea64fc9bf9a78ecaf82dc4ef92617d9ea # rust-uuid-0.7.4-3.fc31 - rust-vec_map: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-clap+default-devel - (built by rust-clap) - ref: f4ff8423bf30a46d2022f184112004e9d954cbf6 # rust-vec_map-0.8.1-9.fc31 - rust-version_check: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-error-chain-devel - (built by rust-error-chain) - ref: 2d411606c05300f1f80fba03cea14d39f6632365 # rust-version_check-0.1.5-7.fc31 - rust-void: - buildorder: 0 - rationale: |- - Dependency of other components. - - Required by: - * rust-nix-devel - (built by rust-nix) - ref: d5e705e0da26f2ec80dc7108c9e0a1c4419100fa # rust-void-1.0.2-10.fc31 - stratisd: - buildorder: 10 - rationale: Main component. - ref: 92c23b60cbf27baa5ae279f7d50c3990308c6e09 # stratisd-1.0.5-1.fc32 - stratis-cli: - buildorder: 10 - rationale: Main component. - ref: 501d5e2cec8cad8669f2ae7b6948f3e81ebfb986 # stratis-cli-1.0.4-1.fc32