commit eaaa36df8735ecb34c0f6c58fc585a61d0a5c403 Author: James Antill Date: Mon Feb 20 02:11:41 2023 -0500 Update yaml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..b5749d7 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,11 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate_modules +subject_type: redhat-module +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier2.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier3.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.acceptance-tier.functional} + diff --git a/php-7.3.yaml b/php-7.3.yaml new file mode 100644 index 0000000..258799b --- /dev/null +++ b/php-7.3.yaml @@ -0,0 +1,156 @@ +--- +document: modulemd +version: 2 +data: + name: php + stream: 7.3 + version: 8020020200916165253 + context: 2c7ca891 + summary: PHP scripting language + description: >- + php 7.3 module + license: + module: + - GPLv2+ + content: + - BSD + - MIT + - PHP + - Zend + xmd: + mbs: + mse: TRUE + buildrequires: + platform: + ref: virtual + stream: el8.2.0 + context: 00000000 + version: 2 + koji_tag: module-centos-8.2.0-build + stream_collision_modules: + ursine_rpms: + filtered_rpms: [] + nginx: + ref: fe716c9418180fe3231f67a2df32481aa75fcd81 + stream: 1.14 + context: 55190bc5 + version: 8000020191007205758 + koji_tag: module-nginx-1.14-8000020191007205758-55190bc5 + filtered_rpms: [] + httpd: + ref: 8227a02fe1e0fda12a49d33d0c1be8bec85544c9 + stream: 2.4 + context: 6a468ee4 + version: 8020020200915151829 + koji_tag: module-httpd-2.4-8020020200915151829-6a468ee4 + filtered_rpms: [] + scmurl: git+https://git.centos.org/modules/php.git?#ee9994c5d4eec88dacd69ea6187c7a5e5ebcac0d + commit: ee9994c5d4eec88dacd69ea6187c7a5e5ebcac0d + rpms: + php-pear: + ref: 4c171b02975cc443bf43375bab5d2bc74b3af74c + php-pecl-apcu: + ref: 025f9e66479957e2f770b45587fd959ca19e6727 + php-pecl-xdebug: + ref: 89dadbe1c1644b73b748c16f2c075a435c70c759 + php-pecl-zip: + ref: acf725f396086756a26971325c4fd13c7e50b73d + libzip: + ref: fe41880e6316b5c96243d1eb28dc9072c92b4e14 + php: + ref: 06c859d28eff30658283da9e48fe76021a895a37 + php-pecl-rrd: + ref: db05f7b1edecc662b6c759fd7ad86ddd4068de20 + dependencies: + - buildrequires: + httpd: [2.4] + nginx: [1.14] + platform: [el8.2.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-json + - php-mbstring + - php-xml + devel: + rpms: + - libzip + - php-cli + - php-common + - php-devel + - php-fpm + - php-json + - 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 + repository: git+https://git.centos.org/rpms/libzip + cache: https://git.centos.org/repo/pkgs/libzip + ref: fe41880e6316b5c96243d1eb28dc9072c92b4e14 + buildorder: 1 + arches: [aarch64, i686, ppc64le, x86_64] + php: + rationale: Module API. + repository: git+https://git.centos.org/rpms/php + cache: https://git.centos.org/repo/pkgs/php + ref: 06c859d28eff30658283da9e48fe76021a895a37 + buildorder: 1 + arches: [aarch64, i686, ppc64le, x86_64] + php-pear: + rationale: Extension management + repository: git+https://git.centos.org/rpms/php-pear + cache: https://git.centos.org/repo/pkgs/php-pear + ref: 4c171b02975cc443bf43375bab5d2bc74b3af74c + buildorder: 2 + arches: [aarch64, i686, ppc64le, x86_64] + php-pecl-apcu: + rationale: APCu extension + repository: git+https://git.centos.org/rpms/php-pecl-apcu + cache: https://git.centos.org/repo/pkgs/php-pecl-apcu + ref: 025f9e66479957e2f770b45587fd959ca19e6727 + buildorder: 3 + arches: [aarch64, i686, ppc64le, x86_64] + php-pecl-rrd: + rationale: RRD extension + repository: git+https://git.centos.org/rpms/php-pecl-rrd + cache: https://git.centos.org/repo/pkgs/php-pecl-rrd + ref: db05f7b1edecc662b6c759fd7ad86ddd4068de20 + buildorder: 3 + arches: [aarch64, i686, ppc64le, x86_64] + php-pecl-xdebug: + rationale: Xdebug extension + repository: git+https://git.centos.org/rpms/php-pecl-xdebug + cache: https://git.centos.org/repo/pkgs/php-pecl-xdebug + ref: 89dadbe1c1644b73b748c16f2c075a435c70c759 + buildorder: 3 + arches: [aarch64, i686, ppc64le, x86_64] + php-pecl-zip: + rationale: ZIP extension + repository: git+https://git.centos.org/rpms/php-pecl-zip + cache: https://git.centos.org/repo/pkgs/php-pecl-zip + ref: acf725f396086756a26971325c4fd13c7e50b73d + buildorder: 3 + arches: [aarch64, i686, ppc64le, x86_64] +... diff --git a/php.yaml b/php.yaml new file mode 100644 index 0000000..9691df7 --- /dev/null +++ b/php.yaml @@ -0,0 +1,64 @@ +--- +document: modulemd-packager +version: 3 +data: + name: php + stream: 8.1 + summary: PHP scripting language + description: >- + php 8.1 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: stream-php-8.1-rhel-9.1.0 + buildorder: 1 + php-pecl-apcu: + rationale: APCu extension + ref: stream-php-8.1-rhel-9.1.0 + buildorder: 2 + php-pecl-rrd: + rationale: RRD extension + ref: stream-php-8.1-rhel-9.1.0 + buildorder: 2 + php-pecl-xdebug3: + rationale: Xdebug extension + ref: stream-php-8.1-rhel-9.1.0 + buildorder: 2 + php-pecl-zip: + rationale: ZIP extension + ref: stream-php-8.1-rhel-9.1.0 + buildorder: 2 +...