From fd65630e7eb462577cc0b0b8e61a89d90a2938fb Mon Sep 17 00:00:00 2001 From: Vit Mojzis Date: Tue, 25 Sep 2018 14:49:26 +0200 Subject: [PATCH] Add the modulemd file --- README.md | 4 ++-- setools.yaml | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+), 2 deletions(-) create mode 100644 setools.yaml diff --git a/README.md b/README.md index a0e2f89..458535c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# setools +# setools 4.2.0 -The setools package \ No newline at end of file +Development version of the setools package. diff --git a/setools.yaml b/setools.yaml new file mode 100644 index 0000000..ce0d565 --- /dev/null +++ b/setools.yaml @@ -0,0 +1,35 @@ +--- +document: modulemd +version: 2 +data: + summary: Policy analysis tools for SELinux + description: >- + SETools is a collection of graphical tools, command-line tools, and Python modules + designed to facilitate SELinux policy analysis. + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [] + requires: + platform: [] + profiles: + default: + description: Standard installation + rpms: + - setools-console + api: + rpms: + - python3-setools + - setools-console + components: + rpms: + setools: + rationale: Main component + ref: 4.2.0 + + policycoreutils: + rationale: New version supporting the API of setools 4.2.0 + ref: master + buildorder: 10 \ No newline at end of file