diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-07-09 07:27:05 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-07-09 07:27:05 +0200 | 
| commit | d79128da67629a600d8f6116be5768d3e1098aa0 (patch) | |
| tree | acf14d6635093a52c61f19aaa86c7c384bb123d8 | |
| parent | df97f76860d935dea94902232e97beec734724f2 (diff) | |
php-horde-ingo: fix
| -rw-r--r-- | php-horde-ingo.spec | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/php-horde-ingo.spec b/php-horde-ingo.spec index 1b374ab..a756a94 100644 --- a/php-horde-ingo.spec +++ b/php-horde-ingo.spec @@ -30,6 +30,8 @@ BuildRequires:  php(language) >= 5.3.0  BuildRequires:  php-pear(PEAR) >= 1.7.0  BuildRequires:  php-channel(%{pear_channel})  BuildRequires:  php-pear(%{pear_channel}/Horde_Role) >= 1.0.0 +BuildRequires:  php-pear(%{pear_channel}/Horde_Test) >= 2.1.0 +BuildRequires:  php-pear(%{pear_channel}/Horde_Core) >= 2.3.0  Requires(post): %{__pear}  Requires(postun): %{__pear} @@ -185,6 +187,7 @@ fi  %{_bindir}/ingo-convert-prefs-to-sql  %{_bindir}/ingo-convert-sql-shares-to-sqlng  %{_bindir}/ingo-postfix-policyd +%{_bindir}/ingo-admin-upgrade  %dir %{pear_hordedir}/%{pear_name}  %dir %{pear_hordedir}/%{pear_name}/locale  %{pear_hordedir}/%{pear_name}/*.php @@ -194,6 +197,7 @@ fi  %{pear_hordedir}/%{pear_name}/migration  %{pear_hordedir}/%{pear_name}/templates  %{pear_hordedir}/%{pear_name}/themes +%{pear_testdir}/ingo  %changelog  | 
