fixes for modulemd-packager format v3
This commit is contained in:
parent
a44b4c228a
commit
2de737f79a
1 changed files with 26 additions and 10 deletions
36
varnish.yaml
36
varnish.yaml
|
|
@ -10,29 +10,45 @@ data:
|
|||
configurations:
|
||||
- context: f27b74a8
|
||||
platform: f35
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_python2 1
|
||||
%_with_python3 1
|
||||
- context: 5e5ad4a0
|
||||
platform: f36
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_python2 1
|
||||
%_with_python3 1
|
||||
- context: 9e842022
|
||||
platform: f37
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_python2 1
|
||||
%_with_python3 1
|
||||
- context: 75741a8b
|
||||
platform: f38
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_python2 1
|
||||
%_with_python3 1
|
||||
references:
|
||||
documentation: http://varnish-cache.org/docs/
|
||||
tracker: https://github.com/varnishcache/varnish-cache/issues
|
||||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- varnish
|
||||
- varnish-modules
|
||||
buildopts:
|
||||
rpms:
|
||||
macros: |
|
||||
%_without_python2 1
|
||||
%_with_python3 1
|
||||
api:
|
||||
rpms:
|
||||
- varnish
|
||||
- varnish-modules
|
||||
profiles:
|
||||
default:
|
||||
description: A standard installation
|
||||
rpms:
|
||||
- varnish
|
||||
- varnish-modules
|
||||
components:
|
||||
rpms:
|
||||
varnish:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue