From d51810155604fa8e9a3950cc60973885fa0719aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Feb 2012 11:52:11 +0100 Subject: ocsinventory: missing dep --- ocsinventory.spec | 7 +++++-- 1 file 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 - 2.0.4-2 +- missing dep on php-mbstring + * Sat Feb 11 2012 Remi Collet - 2.0.4-1 - update to 2.0.4 -- cgit