summaryrefslogtreecommitdiffstats
path: root/mkmodular
diff options
context:
space:
mode:
Diffstat (limited to 'mkmodular')
-rwxr-xr-xmkmodular17
1 files changed, 9 insertions, 8 deletions
diff --git a/mkmodular b/mkmodular
index f00fd935..ffd3ff98 100755
--- a/mkmodular
+++ b/mkmodular
@@ -37,7 +37,7 @@ data:
documentation: http://php.net/
tracker: https://bugs.php.net/
profiles:
- default:
+ common:
rpms:
- php-cli
- php-common
@@ -100,7 +100,7 @@ data:
documentation: https://redis.io/documentation
tracker: https://github.com/antirez/redis/issues
profiles:
- default:
+ common:
rpms:
- redis
api:
@@ -138,7 +138,7 @@ data:
documentation: https://glpi-project.org/
tracker: https://github.com/glpi-project/glpi/issues
profiles:
- default:
+ common:
rpms:
- glpi
api:
@@ -156,8 +156,8 @@ version: 1
data:
module: php
profiles:
- remi-7.2: [default]
- remi-7.3: [default]
+ remi-7.2: [common]
+ remi-7.3: [common]
...
---
document: modulemd-defaults
@@ -165,8 +165,9 @@ version: 1
data:
module: glpi
profiles:
- 9.2: [default]
- 9.3: [default]
+ 9.2: [common]
+ 9.3: [common]
+ 9.4: [common]
...
---
document: modulemd-defaults
@@ -174,7 +175,7 @@ version: 1
data:
module: redis
profiles:
- remi-5.0: [default]
+ remi-5.0: [common]
...
EOT;