From 99046674a7a9a1bd0cdd0d7d95f6956e5cb52ee0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 24 Apr 2019 11:09:42 +0200 Subject: [PATCH 01/16] Initial import Signed-off-by: Igor Gnatenko --- rust.yaml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 rust.yaml diff --git a/rust.yaml b/rust.yaml new file mode 100644 index 0000000..3c5491c --- /dev/null +++ b/rust.yaml @@ -0,0 +1,31 @@ +document: modulemd +version: 2 +data: + summary: The Rust programming Language + description: |- + Rust is a systems programming language that runs blazingly fast, prevents + segfaults, and guarantees thread safety. + license: + module: [MIT] + dependencies: + - buildrequires: + platform: [] + requires: + platform: [] + references: + community: https://www.rust-lang.org/ + documentation: https://doc.rust-lang.org/ + tracker: https://github.com/rust-lang/rust/ + api: + rpms: + - rust + - cargo + profiles: + buildroot: + rpms: + - rust-srpm-macros + components: + rpms: + rust-srpm-macros: + buildorder: 0 + rationale: Main component. From d1ffe29a07be0a7f049c5729051784c72b8581bf Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 24 Apr 2019 11:14:14 +0200 Subject: [PATCH 02/16] =?UTF-8?q?buildroot=20=E2=86=92=20srpm-buildroot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Igor Gnatenko --- rust.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust.yaml b/rust.yaml index 3c5491c..68b6788 100644 --- a/rust.yaml +++ b/rust.yaml @@ -21,7 +21,7 @@ data: - rust - cargo profiles: - buildroot: + srpm-buildroot: rpms: - rust-srpm-macros components: From 9aa7397c9e71a314019cd31ff152fd313b6380df Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 24 Apr 2019 12:48:38 +0200 Subject: [PATCH 03/16] Add rust-packaging Signed-off-by: Igor Gnatenko --- rust.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rust.yaml b/rust.yaml index 68b6788..b626a84 100644 --- a/rust.yaml +++ b/rust.yaml @@ -10,6 +10,7 @@ data: dependencies: - buildrequires: platform: [] + rust: [stable] requires: platform: [] references: @@ -29,3 +30,6 @@ data: rust-srpm-macros: buildorder: 0 rationale: Main component. + rust-packaging: + buildorder: 0 + rationale: Main component. From b6e9c6a82925770b198560a77284e60c5d81e3c7 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 5 May 2019 12:03:15 +0200 Subject: [PATCH 04/16] Update to 9 Signed-off-by: Igor Gnatenko From e03b3cc03921c5e23adfe015a0df2c9832f953f3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 8 Jun 2019 20:30:11 +0200 Subject: [PATCH 05/16] Rebuild Signed-off-by: Igor Gnatenko From 0668f4b3eef80a241ba4b9ec7c3232503c501bc0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 8 Jun 2019 23:09:21 +0200 Subject: [PATCH 06/16] Rebuild Signed-off-by: Igor Gnatenko From 9f634681234312f33bd0b3d57ef27d4321d7df47 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 16 Jun 2019 17:19:22 +0200 Subject: [PATCH 07/16] Rebuild Signed-off-by: Igor Gnatenko From 1bd425e4307066a0ef63a3a9be0103c7a285af76 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 24 Jun 2019 20:38:30 +0200 Subject: [PATCH 08/16] Rebuild Signed-off-by: Igor Gnatenko From 28c3a7b670e848d4e46e612f02e13583e040613b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 12 Aug 2019 15:07:22 +0000 Subject: [PATCH 09/16] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 3fcf05c6b88d3c014b8a50f3a7ce730017a11181 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 13 Aug 2019 20:05:05 +0000 Subject: [PATCH 10/16] Branching f31 from rawhide Signed-off-by: Fedora Release Engineering From d8928028d5c43cab218d662a2276483c275b1ec5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 1 Sep 2019 21:23:18 +0200 Subject: [PATCH 11/16] bootstrap Signed-off-by: Igor Gnatenko --- rust.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rust.yaml b/rust.yaml index b626a84..68b6788 100644 --- a/rust.yaml +++ b/rust.yaml @@ -10,7 +10,6 @@ data: dependencies: - buildrequires: platform: [] - rust: [stable] requires: platform: [] references: @@ -30,6 +29,3 @@ data: rust-srpm-macros: buildorder: 0 rationale: Main component. - rust-packaging: - buildorder: 0 - rationale: Main component. From 65f3a98ffc1e3147148f0c08f04553edb2804cf9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 1 Sep 2019 21:25:52 +0200 Subject: [PATCH 12/16] de-bootstrap Signed-off-by: Igor Gnatenko --- rust.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rust.yaml b/rust.yaml index 68b6788..b626a84 100644 --- a/rust.yaml +++ b/rust.yaml @@ -10,6 +10,7 @@ data: dependencies: - buildrequires: platform: [] + rust: [stable] requires: platform: [] references: @@ -29,3 +30,6 @@ data: rust-srpm-macros: buildorder: 0 rationale: Main component. + rust-packaging: + buildorder: 0 + rationale: Main component. From 37bff840f71cea4117f8c453a25aeed4aa7eab36 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 7 Sep 2019 14:07:44 +0200 Subject: [PATCH 13/16] Rebuild Signed-off-by: Igor Gnatenko From fa254b3fb947f71bacc323197d0fdb20492d3dc2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 7 Sep 2019 17:55:09 +0200 Subject: [PATCH 14/16] Rebuild Signed-off-by: Igor Gnatenko From 2b17e1a95e0b7b1448e878081cadf6f14ae574f0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 25 Oct 2019 18:17:06 +0200 Subject: [PATCH 15/16] Demodularizing --- README.md | 3 --- dead.module | 1 + rust.yaml | 35 ----------------------------------- 3 files changed, 1 insertion(+), 38 deletions(-) delete mode 100644 README.md create mode 100644 dead.module delete mode 100644 rust.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 88405dd..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust - -The rust package \ 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/rust.yaml b/rust.yaml deleted file mode 100644 index b626a84..0000000 --- a/rust.yaml +++ /dev/null @@ -1,35 +0,0 @@ -document: modulemd -version: 2 -data: - summary: The Rust programming Language - description: |- - Rust is a systems programming language that runs blazingly fast, prevents - segfaults, and guarantees thread safety. - license: - module: [MIT] - dependencies: - - buildrequires: - platform: [] - rust: [stable] - requires: - platform: [] - references: - community: https://www.rust-lang.org/ - documentation: https://doc.rust-lang.org/ - tracker: https://github.com/rust-lang/rust/ - api: - rpms: - - rust - - cargo - profiles: - srpm-buildroot: - rpms: - - rust-srpm-macros - components: - rpms: - rust-srpm-macros: - buildorder: 0 - rationale: Main component. - rust-packaging: - buildorder: 0 - rationale: Main component. From 620e7337d003672891766122736fd482230cac9d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 25 Oct 2019 18:17:18 +0200 Subject: [PATCH 16/16] Demodularizing --- README.md | 3 --- dead.module | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 README.md create mode 100644 dead.module diff --git a/README.md b/README.md deleted file mode 100644 index 88405dd..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rust - -The rust package \ 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