diff options
author | Remi Collet <remi@remirepo.net> | 2025-07-18 15:26:22 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-07-18 15:26:22 +0200 |
commit | 7b3ed4a0828239a6ba5f61f321097e8e1d4d538e (patch) | |
tree | 45c6aa71e270e7c0987a8b81108deff2bf8bd6be | |
parent | 4a4a669084f8b1ccb566d2fed8a1aa13898fc436 (diff) |
-rw-r--r-- | package.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.xml b/package.xml index 06bdf8e..033e87c 100644 --- a/package.xml +++ b/package.xml @@ -24,7 +24,8 @@ Documentation: https://www.php.net/rpminfo </stability> <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> <notes><![CDATA[ -- RPMTAG_PKGID and RPMTAG_HDRID removed in RPM 6 +- use RPMTAG_SIGMD5 instead of RPMTAG_PKGID removed in RPM 6 +- use RPMTAG_SHA1HEADER instead of RPMTAG_HDRID removed in RPM 6 ]]></notes> <contents> <dir name="/"> @@ -58,7 +59,6 @@ Documentation: https://www.php.net/rpminfo <file name="013-rpmdbsearch-error.phpt" role="test"/> <file name="014-stream.phpt" role="test"/> <file name="015-rpmmacro.phpt" role="test"/> - <file name="016-rpmdbsearch2.phpt" role="test"/> <file name="bidon.rpm" role="test"/> <file name="bidon-src.rpm" role="test"/> </dir> |