diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index a9b4c9e..4189279 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -3,6 +3,8 @@ version: 2 data: summary: Rust description: Rust Toolset + name: rust-toolset + stream: rhel8 license: module: [MIT] dependencies: @@ -38,13 +40,13 @@ data: rpms: rust-toolset: rationale: Meta package for rust-toolset. - ref: stream-rhel-8 + ref: stream-rhel-8-rhel-8.0.1 buildorder: 0 rust: rationale: Rust compiler and tools - ref: stream-rhel-8 + ref: stream-rhel-8-rhel-8.0.1 buildorder: 0 cargo-vendor: rationale: Tool for bundling Rust dependencies - ref: stream-rhel-8 + ref: stream-rhel-8-rhel-8.0.1 buildorder: 1 diff --git a/rust-toolset.yaml b/rust-toolset.yaml deleted file mode 100644 index ae61bc1..0000000 --- a/rust-toolset.yaml +++ /dev/null @@ -1,52 +0,0 @@ -document: modulemd -version: 2 -data: - summary: Rust - description: Rust Toolset - name: rust-toolset - stream: rhel8 - license: - module: [MIT] - dependencies: - - buildrequires: - platform: [el8.0.0] - llvm-toolset: [rhel8] - rust-toolset: [rhel8] - requires: - platform: [el8] - llvm-toolset: [rhel8] - profiles: - common: - rpms: - - rust-toolset - api: - rpms: - - cargo - - cargo-doc - - cargo-vendor - - clippy - - rls - - rust - - rust-analysis - - rust-doc - - rust-gdb - - rust-lldb - - rust-src - - rust-std-static - - rust-toolset - - rustfmt - - components: - rpms: - rust-toolset: - rationale: Meta package for rust-toolset. - ref: f73301f0aebcb48e8bfbe6660b6ff0d04a951cf5 - buildorder: 0 - rust: - rationale: Rust compiler and tools - ref: c3f84f113df43c5d5c7acccb920d0954424fe14a - buildorder: 0 - cargo-vendor: - rationale: Tool for bundling Rust dependencies - ref: e799b9ee3af068567bfac399f6d137229c3f3fc2 - buildorder: 1