From 6ff500e88d2b8f3ea7e2318e04eba7869a1ea75d Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 30 2022 02:22:20 +0000 Subject: import php-8.0-8070020220720093548.afd00e68 --- diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt index 95f700d..12f5fce 100644 --- a/SOURCES/modulemd.src.txt +++ b/SOURCES/modulemd.src.txt @@ -58,30 +58,30 @@ data: rpms: libzip: rationale: ZIP library - ref: stream-php-8.0-rhel-8.6.0 + ref: stream-php-8.0-rhel-8.7.0 buildorder: 1 php: rationale: Module API. - ref: stream-php-8.0-rhel-8.6.0 + ref: stream-php-8.0-rhel-8.7.0 buildorder: 1 php-pear: rationale: Extension management - ref: stream-php-8.0-rhel-8.6.0 + ref: stream-php-8.0-rhel-8.7.0 buildorder: 2 php-pecl-apcu: rationale: APCu extension - ref: stream-php-8.0-rhel-8.6.0 + ref: stream-php-8.0-rhel-8.7.0 buildorder: 3 php-pecl-rrd: rationale: RRD extension - ref: stream-php-8.0-rhel-8.6.0 + ref: stream-php-8.0-rhel-8.7.0 buildorder: 3 php-pecl-xdebug3: rationale: Xdebug extension - ref: stream-php-8.0-rhel-8.6.0 + ref: stream-php-8.0-rhel-8.7.0 buildorder: 3 php-pecl-zip: rationale: ZIP extension - ref: stream-php-8.0-rhel-8.6.0 + ref: stream-php-8.0-rhel-8.7.0 buildorder: 3 ... diff --git a/php.yaml b/php.yaml deleted file mode 100644 index a82a979..0000000 --- a/php.yaml +++ /dev/null @@ -1,87 +0,0 @@ ---- -document: modulemd -version: 2 -data: - name: php - stream: "8.0" - summary: PHP scripting language - description: >- - php 8.0 module - license: - module: - - GPLv2+ - content: - - BSD - - MIT - - PHP - - Zend - dependencies: - - buildrequires: - httpd: [2.4] - nginx: [1.14] - platform: [el8.6.0] - requires: - httpd: [2.4] - nginx: [] - platform: [el8] - references: - documentation: http://php.net/ - tracker: https://bugs.php.net/ - profiles: - common: - rpms: - - php-cli - - php-common - - php-fpm - - php-mbstring - - php-xml - devel: - rpms: - - libzip - - php-cli - - php-common - - php-devel - - php-fpm - - php-mbstring - - php-pear - - php-pecl-zip - - php-process - - php-xml - minimal: - rpms: - - php-cli - - php-common - api: - rpms: - - php-fpm - components: - rpms: - libzip: - rationale: ZIP library - ref: cd1410b4d8185ce5c4917d5eb6583b8b24175976 - buildorder: 1 - php: - rationale: Module API. - ref: ce99656ece84458932a53ad04f83d810a9359c68 - buildorder: 1 - php-pear: - rationale: Extension management - ref: a15e8c7800d2593b6242df1e96d89ca0254cd8a0 - buildorder: 2 - php-pecl-apcu: - rationale: APCu extension - ref: a9d52dc5edd19384ba676008fb95c3b6c3818fa0 - buildorder: 3 - php-pecl-rrd: - rationale: RRD extension - ref: ef0bf1c37b54fdea482ef283995bb2b542ea9a9e - buildorder: 3 - php-pecl-xdebug3: - rationale: Xdebug extension - ref: 5fe7afbdd069a31faa839460ca0e54ac5f64a49d - buildorder: 3 - php-pecl-zip: - rationale: ZIP extension - ref: ea7af42136a779cd8767c3fa8aa047d3b440a58d - buildorder: 3 -...