diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-11 15:31:48 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-11 15:31:48 +0100 |
commit | db270c6c4667957045127ad04af206ce48e9a5c8 (patch) | |
tree | d11a4957179e9c969fc5eab53183d55e83950889 /package.xml | |
parent | 2e3e6f8220d68a5e62197d51aed16a3e08da223b (diff) |
add match_mode parameters to rpmdbinfo function
allowing to search packages with name matching a glob or a regex
Diffstat (limited to 'package.xml')
-rw-r--r-- | package.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.xml b/package.xml index 01360d6..b5c6e65 100644 --- a/package.xml +++ b/package.xml @@ -26,7 +26,8 @@ Available functions: </stability> <license>PHP 3.01</license> <notes> -- +- add match_mode parameters to rpmdbinfo function allowing + to search packages with name matching a glob or a regex. </notes> <contents> <dir name="/"> |