From 22a2ab128f8af1cc593656e5834abf2fc886ecf8 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 23 Oct 2025 10:21:38 +0200 Subject: [PATCH] fix spec file name add rpminspect.yaml for unicode, empty package and lto Resolves: RHEL-105827 --- php.spec => php8.4.spec | 5 +++-- rpminspect.yaml | 13 +++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) rename php.spec => php8.4.spec (99%) create mode 100644 rpminspect.yaml diff --git a/php.spec b/php8.4.spec similarity index 99% rename from php.spec rename to php8.4.spec index 0637554..0f9f7fe 100644 --- a/php.spec +++ b/php8.4.spec @@ -71,7 +71,7 @@ Name: php%{major_version} Name: php %endif Version: %{upver}%{?rcver:~%{rcver}} -Release: 2%{?dist} +Release: 3%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1650,8 +1650,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog -* Thu Oct 23 2025 Remi Collet - 8.4.15-1 +* Thu Oct 23 2025 Remi Collet - 8.4.15-3 - fix tmpfiles.d configuration file name +- fix spec file name * Wed Oct 22 2025 Remi Collet - 8.4.14-1 - Update to 8.4.14 - http://www.php.net/releases/8_4_14.php diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..eece100 --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,13 @@ +--- +inspections: + # see RHEL-12233 + unicode: + exclude: ext/json/tests + # tracked as #1988529 php disables LTO in RHEL 9 + lto: off + +emptyrpm: + # metapackage + expected_empty: + - php +