From f4047980866675cc57931906fd1e5ff0577d57a4 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 28 Sep 2018 12:18:41 +0200 Subject: [PATCH 1/8] initial import Signed-off-by: Igor Gnatenko --- libgit2.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 libgit2.yaml diff --git a/libgit2.yaml b/libgit2.yaml new file mode 100644 index 0000000..83c007f --- /dev/null +++ b/libgit2.yaml @@ -0,0 +1,27 @@ +document: modulemd +version: 2 +data: + summary: Library implementation of Git + description: The Git linkable library. + license: + module: [MIT] + dependencies: + - buildrequires: + platform: [] + requires: + platform: [] + references: + community: https://libgit2.org/ + api: + rpms: + - libgit2 + - libgit2-devel + components: + rpms: + libgit2: + rationale: Main component. + ref: 0.26 + python-pygit2: + rationale: Main component. + ref: 0.26 + buildorder: 10 From 9fc605d6ff3cffddd6373f535e7b64e1522bb2d0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 6 Oct 2018 11:09:31 +0200 Subject: [PATCH 2/8] rebuild to pick up 0.26.7 Signed-off-by: Igor Gnatenko From dec9e34c8e933dcfe660cbb29856b345974939ff Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 6 Oct 2018 11:56:32 +0200 Subject: [PATCH 3/8] rebuild Signed-off-by: Igor Gnatenko From 9cc4bafb41d2f2d799c4df1b94775e37f20b0913 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 3 Nov 2018 17:52:14 +0100 Subject: [PATCH 4/8] rebuild Signed-off-by: Igor Gnatenko From 571b235daf12da6b4a5f726bcaceac512c81172d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 18 Feb 2019 22:52:43 +0000 Subject: [PATCH 5/8] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering From b5525e17cb4b9b082a78c03b03bd83ea3e749499 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Mar 2019 19:14:44 +0000 Subject: [PATCH 6/8] Branching f30 from rawhide Signed-off-by: Fedora Release Engineering From 2a734d2dc328cbe5620dba0b55047b19996d73e5 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 4 Mar 2019 18:07:35 +0000 Subject: [PATCH 7/8] Branching f30 from rawhide, second attempt after platform:f31 enablement Signed-off-by: Fedora Release Engineering From de65dd99d19f1b099dcd3e0a2d24a49677976c13 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 25 Oct 2019 18:20:55 +0200 Subject: [PATCH 8/8] Demodularizing --- README.md | 3 --- dead.module | 1 + libgit2.yaml | 27 --------------------------- 3 files changed, 1 insertion(+), 30 deletions(-) delete mode 100644 README.md create mode 100644 dead.module delete mode 100644 libgit2.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 341fcc9..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# libgit2 - -The libgit2 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/libgit2.yaml b/libgit2.yaml deleted file mode 100644 index 83c007f..0000000 --- a/libgit2.yaml +++ /dev/null @@ -1,27 +0,0 @@ -document: modulemd -version: 2 -data: - summary: Library implementation of Git - description: The Git linkable library. - license: - module: [MIT] - dependencies: - - buildrequires: - platform: [] - requires: - platform: [] - references: - community: https://libgit2.org/ - api: - rpms: - - libgit2 - - libgit2-devel - components: - rpms: - libgit2: - rationale: Main component. - ref: 0.26 - python-pygit2: - rationale: Main component. - ref: 0.26 - buildorder: 10