[php-channel-phpunit/el6/master] don't requires php but php-common (#577040)

Remi Collet remi at fedoraproject.org
Wed Aug 11 19:21:38 UTC 2010


commit 7a0557870819b3b94914726a619d08a98a30499e
Author: remi <fedora at famillecollet.com>
Date:   Wed Aug 11 21:09:00 2010 +0200

    don't requires php but php-common (#577040)

 php-channel-phpunit.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/php-channel-phpunit.spec b/php-channel-phpunit.spec
index b59bcac..2f5c61a 100644
--- a/php-channel-phpunit.spec
+++ b/php-channel-phpunit.spec
@@ -14,7 +14,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  php-pear >= 1:1.4.9-1.2
-Requires:       php >= 5.1.4 php-pear(PEAR)
+Requires:       php-common >= 5.1.4 
+Requires:       php-pear(PEAR)
 Requires(post): %{__pear}
 Requires(postun): %{__pear}
 Provides:       php-channel(pear.phpunit.de)
@@ -62,6 +63,9 @@ fi
 
 
 %changelog
+* Wed Aug 11 2010 Remi Collet <Fedora at FamilleCollet.com> - 1.3-3
+- don't requires php but php-common (#577040)
+
 * Fri Dec 18 2009 Remi Collet <Fedora at FamilleCollet.com> - 1.3-2
 - missing Requires for post/postun
 


More information about the scm-commits mailing list