From 77f6c7c429ddc4158bd158e59f0ee94fe9e6e91d Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Tue, 2 Apr 2024 18:55:24 +0300 Subject: [PATCH] import php-8.2-9040020231129090113.9 --- .gitignore | 0 .php.metadata | 0 SOURCES/modulemd.src.txt | 64 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 64 insertions(+) create mode 100644 .gitignore create mode 100644 .php.metadata create mode 100644 SOURCES/modulemd.src.txt diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/.php.metadata b/.php.metadata new file mode 100644 index 0000000..e69de29 diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt new file mode 100644 index 0000000..8f724af --- /dev/null +++ b/SOURCES/modulemd.src.txt @@ -0,0 +1,64 @@ +--- +document: modulemd-packager +version: 3 +data: + name: php + stream: 8.2 + summary: PHP scripting language + description: >- + php 8.2 module + license: [GPLv2+] + configurations: + - context: '9' + platform: el9 + 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: + - php-cli + - php-common + - php-devel + - php-fpm + - php-mbstring + - php-pecl-zip + - php-process + - php-xml + minimal: + rpms: + - php-cli + - php-common + api: + rpms: + - php-fpm + components: + rpms: + php: + rationale: Module API. + ref: changed/i9c-beta-stream-8.2/php-8.2.13-1.module+el9.4.0+20748+b46899d2 + buildorder: 1 + php-pecl-apcu: + rationale: APCu extension + ref: changed/i9c-beta-stream-8.2/php-pecl-apcu-5.1.23-1.module+el9.4.0+20748+b46899d2 + buildorder: 2 + php-pecl-rrd: + rationale: RRD extension + ref: changed/i9c-beta-stream-8.2/php-pecl-rrd-2.0.3-4.module+el9.4.0+20748+b46899d2 + buildorder: 2 + php-pecl-xdebug3: + rationale: Xdebug extension + ref: changed/i9c-beta-stream-8.2/php-pecl-xdebug3-3.2.2-2.module+el9.4.0+20796+bd4564df + buildorder: 2 + php-pecl-zip: + rationale: ZIP extension + ref: changed/i9c-beta-stream-8.2/php-pecl-zip-1.22.3-1.module+el9.4.0+20748+b46899d2 + buildorder: 2 +...