From a44b4c228a5e0932b43eae820d7d22d363b5fca8 Mon Sep 17 00:00:00 2001 From: Ingvar Hagelund Date: Thu, 17 Nov 2022 23:38:34 +0100 Subject: [PATCH] - Switched to modulemd-packager format v3 - Rebuild for varnish-6.0.11 --- varnish.yaml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/varnish.yaml b/varnish.yaml index eaae773..266fa7c 100644 --- a/varnish.yaml +++ b/varnish.yaml @@ -1,17 +1,21 @@ -document: modulemd -version: 2 +document: modulemd-packager +version: 3 data: name: varnish stream: 6.0 summary: Varnish HTTP cache description: Varnish Cache web application accelerator license: - module: [ MIT ] - dependencies: - - buildrequires: - platform: [-epel7,-el8,-el9] - requires: - platform: [-epel7,-el8,-el9] + - MIT + configurations: + - context: f27b74a8 + platform: f35 + - context: 5e5ad4a0 + platform: f36 + - context: 9e842022 + platform: f37 + - context: 75741a8b + platform: f38 references: documentation: http://varnish-cache.org/docs/ tracker: https://github.com/varnishcache/varnish-cache/issues