diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-02-13 11:52:11 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-02-13 11:52:11 +0100 |
commit | d51810155604fa8e9a3950cc60973885fa0719aa (patch) | |
tree | 01e8e3ca7d43e48f2abadd788d3cb1272c79614d /ocsinventory.spec | |
parent | c0b61e36b30a9b08b2e3b12e2fa6c3bbccbdf547 (diff) |
ocsinventory: missing dep
Diffstat (limited to 'ocsinventory.spec')
-rw-r--r-- | ocsinventory.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ocsinventory.spec b/ocsinventory.spec index 54c808a..d376732 100644 --- a/ocsinventory.spec +++ b/ocsinventory.spec @@ -12,7 +12,7 @@ Name: ocsinventory Summary: Open Computer and Software Inventory Next Generation Version: 2.0.4 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/Internet License: GPLv2 @@ -101,7 +101,7 @@ Group: Applications/Internet Summary: OCS Inventory NG - Communication server # From phpci : curl, date, dom, imap, ldap, mysql, openssl, pcre, session, xml, zlib Requires: php -Requires: php-mysql php-gd php-xml php-imap php-ldap +Requires: php-mysql php-gd php-xml php-imap php-ldap php-mbstring # Required by the original setup script, but not detected automatically : Requires: perl(DBD::mysql) # Required by ipdiscover-util.pl (nmap and nmblookup) @@ -311,6 +311,9 @@ fi %changelog +* Mon Feb 13 2012 Remi Collet <remi@fedoraproject.org> - 2.0.4-2 +- missing dep on php-mbstring + * Sat Feb 11 2012 Remi Collet <remi@fedoraproject.org> - 2.0.4-1 - update to 2.0.4 |