From 81ad291e999af92c0884629ef5c16d6f521f14be Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jun 10 2020 00:59:38 +0000 Subject: import varnish-6-8030020200530080205.30b713e6 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.gitignore diff --git a/.varnish.metadata b/.varnish.metadata new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/.varnish.metadata diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt new file mode 100644 index 0000000..57d978d --- /dev/null +++ b/SOURCES/modulemd.src.txt @@ -0,0 +1,44 @@ +--- +document: modulemd +version: 2 +data: + name: varnish + stream: 6 + summary: Varnish HTTP cache + description: >- + Varnish Cache web application accelerator + license: + module: + - MIT + dependencies: + - buildrequires: + platform: [el8] + requires: + platform: [el8] + references: + documentation: http://varnish-cache.org/docs/ + tracker: https://github.com/varnishcache/varnish-cache/issues + profiles: + common: + rpms: + - varnish + - varnish-modules + api: + rpms: + - varnish + - varnish-modules + buildopts: + rpms: + macros: | + %_without_python2 1 + %_with_python3 1 + components: + rpms: + varnish: + rationale: Module API. + ref: stream-6-rhel-8.3.0 + varnish-modules: + rationale: Extension modules. + ref: stream-6-rhel-8.3.0 + buildorder: 1 +...