From fddef5420521683dc08271964ae899d6727f4e2f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 02 2021 14:32:12 +0000 Subject: import varnish-6-8040020210722190209.522a0ee4 --- diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index 57d978d..d2c92ab 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -36,9 +36,9 @@ data: rpms: varnish: rationale: Module API. - ref: stream-6-rhel-8.3.0 + ref: stream-6-rhel-8.4.0 varnish-modules: rationale: Extension modules. - ref: stream-6-rhel-8.3.0 + ref: stream-6-rhel-8.4.0 buildorder: 1 ... diff --git a/varnish.yaml b/varnish.yaml deleted file mode 100644 index a9ee6fb..0000000 --- a/varnish.yaml +++ /dev/null @@ -1,44 +0,0 @@ ---- -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.3.0] - 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: 140ef6638e458a88bdad2a274710a2438836c215 - varnish-modules: - rationale: Extension modules. - ref: 18ff7bd559104cbe0e96d4ea8ecd23309bc8ef66 - buildorder: 1 -...