diff options
author | Remi Collet <remi@remirepo.net> | 2020-04-07 15:49:21 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-04-07 15:49:21 +0200 |
commit | 8053f8ba33dc752c78356d6a4ea014b64789fe91 (patch) | |
tree | bbb3f86ca5dd852fabeb65129f47c58f580df798 | |
parent | 178131e59392d810eafaaea846b836f2fc4b998d (diff) |
improve package description
-rw-r--r-- | php-pecl-rpminfo.spec | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/php-pecl-rpminfo.spec b/php-pecl-rpminfo.spec index 88f0ec9..450a959 100644 --- a/php-pecl-rpminfo.spec +++ b/php-pecl-rpminfo.spec @@ -70,13 +70,8 @@ Obsoletes: php74w-pecl-%{pecl_name} <= %{version} %description -Retrieve RPM information using librpm. - -Available functions: -- rpmvercmp to compare 2 EVRs -- rpminfo to retrieve information from a RPM file -- rpmdbinfo to rerieve information from an installed RPM -- rpmdbsearch to search installed RPMs +Retrieve RPM information using librpm, from local +RPM file or from installed packages database. Documentation: https://www.php.net/rpminfo |