From 9be2c5da1a9e544df7253e146e40bd3daf494ace Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Thu, 26 Dec 2024 03:20:45 +0300 Subject: [PATCH] import php-8.2-9050020241112094217.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..0699ab9 --- /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-stream-8.2/php-8.2.25-1.module+el9.5.0+22477+5fdac06d + 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 +...