diff options
| author | Johan Cwiklinski <jcwiklinski@teclib.com> | 2017-01-23 10:36:49 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2017-01-23 10:39:58 +0100 | 
| commit | c51b64385022a487f6eaa2dd6b116ec72864c439 (patch) | |
| tree | 1498e9343f12c42a3e15f52ca2d40c34c576289f | |
| parent | 829b917bc0e6dd5b62093ab1ee202ff70ea7736a (diff) | |
Missing BR
| -rw-r--r-- | glpi-dev.spec | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/glpi-dev.spec b/glpi-dev.spec index af0b340..be38042 100644 --- a/glpi-dev.spec +++ b/glpi-dev.spec @@ -89,6 +89,8 @@ BuildRequires:  php-composer(phpmailer/phpmailer)       >= 5.2  BuildRequires:  php-composer(tecnickcom/tcpdf)          >= 6.2.13  BuildRequires:  php-mysqli  BuildRequires:  php-xmlrpc +#Missing in mariadb +BuildRequires:  hostname  # remirepo:1  %if 0%{?fedora} >= 11 || 0%{?rhel} >= 6  BuildRequires:  php-composer(zetacomponents/graph) @@ -468,6 +470,7 @@ fi  %changelog  * Mon Jan 23 2017 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 9.1.2-1  - update to 9.1.2 +- add missing hostname BR from MariaDB package  * Mon Jan  9 2017 Remi Collet <remi@fedoraproject.org> - 9.1.1-3  - use new tcpdf classmap autoloader  | 
