#3 Update to module packaging format version 3
Opened 2 years ago by mschorm. Modified 2 years ago
modules/ mschorm/mariadb 10.7  into  10.7

file modified
+8 -8
@@ -1,5 +1,5 @@ 

  document: modulemd

- version: 2

+ version: 3

  data:

    summary: 'MariaDB: a very fast and robust SQL database server'

    description: >-
@@ -8,8 +8,7 @@ 

      daemon (mysqld) and many different client programs and libraries. The base package

      contains the standard MariaDB/MySQL client programs and generic MySQL files.

    license:

-     module:

-     - MIT

+   - MIT

  

  

  
@@ -49,11 +48,12 @@ 

  

  

  

-   buildopts:

-     rpms:

-       macros: |

-         %runselftest 0

-         %ignore_testsuite_result 1

+   configurations:

+     buildopts:

+       rpms:

+         macros: |

+           %runselftest 0

+           %ignore_testsuite_result 1

  

  

  

no initial comment

rebased onto bf00211

2 years ago
Metadata