From 6380df8ef526224c5c622293c5c92ec37ddbbf50 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 20 Jun 2019 17:46:52 +0200 Subject: [PATCH 1/8] Initial import Signed-off-by: Igor Gnatenko --- rpm.yaml | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 rpm.yaml diff --git a/rpm.yaml b/rpm.yaml new file mode 100644 index 0000000..98589a6 --- /dev/null +++ b/rpm.yaml @@ -0,0 +1,46 @@ +document: modulemd +version: 2 +data: + summary: RPM Package Manager + description: |- + The RPM Package Manager (RPM) is a powerful package management system capable of + + * building computer software from source into easily distributable packages + * installing, updating and uninstalling packaged software + * querying detailed information about the packaged software, + whether installed or not + * verifying integrity of packaged software and resulting software installation + license: + module: [MIT] + dependencies: + - buildrequires: + platform: [] + requires: + platform: [] + references: + community: https://rpm.org/ + documentation: https://rpm.org/documentation.html + tracker: https://github.com/rpm-software-management/rpm/issues + api: + rpms: + - rpm + - rpm-libs + - rpm-build-libs + - rpm-sign-libs + - rpm-devel + - rpm-build + - rpm-sign + - python2-rpm + - python3-rpm + - rpm-apidocs + - rpm-cron + - rpm-plugin-selinux + - rpm-plugin-syslog + - rpm-plugin-systemd-inhibit + - rpm-plugin-ima + - rpm-plugin-prioreset + - rpm-plugin-audit + components: + rpms: + rpm: + rationale: Main component. From 8df7c41ecaf977dfa789b5308e1f2e364ca792bd Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 14 Jul 2019 12:15:07 +0200 Subject: [PATCH 2/8] Rebuild Signed-off-by: Igor Gnatenko From a9250176f7ede9bca8806ee9c0e1f7db1e60f9eb Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 20 Jul 2019 18:58:17 +0200 Subject: [PATCH 3/8] Rebuild Signed-off-by: Igor Gnatenko From 7988aad37845b6abc259b1a8504911bf278f53c1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 12 Aug 2019 15:06:53 +0000 Subject: [PATCH 4/8] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering From c8e7805c5197664764e61f33bb5cf202f5913a03 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 13 Aug 2019 20:04:35 +0000 Subject: [PATCH 5/8] Branching f31 from rawhide Signed-off-by: Fedora Release Engineering From 85239af4c653c3e1efcb9a9fd13c415a19351b3a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 31 Aug 2019 16:17:47 +0200 Subject: [PATCH 6/8] Drop python2-rpm from API Signed-off-by: Igor Gnatenko --- rpm.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/rpm.yaml b/rpm.yaml index 98589a6..d58d04c 100644 --- a/rpm.yaml +++ b/rpm.yaml @@ -30,7 +30,6 @@ data: - rpm-devel - rpm-build - rpm-sign - - python2-rpm - python3-rpm - rpm-apidocs - rpm-cron From cd6710d6923d1b07bb04c07ec50ed87ffb0187a9 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 26 Sep 2019 18:54:27 +0200 Subject: [PATCH 7/8] 4.15.0 Signed-off-by: Igor Gnatenko From 7591e38a097e7c84cd54fbfb5fd2c3e02484c2e6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 25 Oct 2019 18:21:33 +0200 Subject: [PATCH 8/8] Demodularizing --- README.md | 3 --- dead.module | 1 + rpm.yaml | 45 --------------------------------------------- 3 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 README.md create mode 100644 dead.module delete mode 100644 rpm.yaml diff --git a/README.md b/README.md deleted file mode 100644 index 3262f7e..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# rpm - -Automatically requested module for rpms/rpm:4.15. \ 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/rpm.yaml b/rpm.yaml deleted file mode 100644 index d58d04c..0000000 --- a/rpm.yaml +++ /dev/null @@ -1,45 +0,0 @@ -document: modulemd -version: 2 -data: - summary: RPM Package Manager - description: |- - The RPM Package Manager (RPM) is a powerful package management system capable of - - * building computer software from source into easily distributable packages - * installing, updating and uninstalling packaged software - * querying detailed information about the packaged software, - whether installed or not - * verifying integrity of packaged software and resulting software installation - license: - module: [MIT] - dependencies: - - buildrequires: - platform: [] - requires: - platform: [] - references: - community: https://rpm.org/ - documentation: https://rpm.org/documentation.html - tracker: https://github.com/rpm-software-management/rpm/issues - api: - rpms: - - rpm - - rpm-libs - - rpm-build-libs - - rpm-sign-libs - - rpm-devel - - rpm-build - - rpm-sign - - python3-rpm - - rpm-apidocs - - rpm-cron - - rpm-plugin-selinux - - rpm-plugin-syslog - - rpm-plugin-systemd-inhibit - - rpm-plugin-ima - - rpm-plugin-prioreset - - rpm-plugin-audit - components: - rpms: - rpm: - rationale: Main component.