diff options
author | Remi Collet <remi@remirepo.net> | 2024-09-03 15:11:33 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-09-03 15:11:33 +0200 |
commit | 773649c7cfcdcadf6c1d6f0cdfe8c9b6b8b3207b (patch) | |
tree | f28d7bef7fa94085f0268a5c33f0da1dd3f5fefd /package.xml | |
parent | 56b4819dca246f6b2eeaee986c9f8af7fa982ccb (diff) |
drop support for librpm < 4.13
Diffstat (limited to 'package.xml')
-rw-r--r-- | package.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.xml b/package.xml index ff6a59e..196b964 100644 --- a/package.xml +++ b/package.xml @@ -23,10 +23,10 @@ Documentation: https://www.php.net/rpminfo <api>stable</api> </stability> <license uri="https://www.php.net/license/3_01.txt" filesource="LICENSE">PHP-3.01</license> - <notes> -- check open_basedir restriction -- new function: rpmgetsymlink(string $path, string $name): ?string - </notes> + <notes><![CDATA[ +- display author and license in phpinfo +- drop support for librpm < 4.13 + ]]></notes> <contents> <dir name="/"> <!-- sources --> |