rpms/php-channel-phpunit/F-12 php-channel-phpunit.spec,1.5,1.6

Remi Collet remi at fedoraproject.org
Fri Dec 18 19:40:18 UTC 2009


Author: remi

Update of /cvs/pkgs/rpms/php-channel-phpunit/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5145

Modified Files:
	php-channel-phpunit.spec 
Log Message:
missing Requires for post/postun


Index: php-channel-phpunit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-channel-phpunit/F-12/php-channel-phpunit.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- php-channel-phpunit.spec	18 Dec 2009 18:58:22 -0000	1.5
+++ php-channel-phpunit.spec	18 Dec 2009 19:40:18 -0000	1.6
@@ -3,7 +3,7 @@
 Name:           php-channel-phpunit
 # Use REST version
 Version:        1.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Adds phpunit channel to PEAR
 
 Group:          Development/Languages
@@ -15,6 +15,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{ve
 BuildArch:      noarch
 BuildRequires:  php-pear >= 1:1.4.9-1.2
 Requires:       php >= 5.1.4 php-pear(PEAR)
+Requires(post): %{__pear}
+Requires(postun): %{__pear}
 Provides:       php-channel(pear.phpunit.de)
 
 %description
@@ -60,6 +62,9 @@ fi
 
 
 %changelog
+* Fri Dec 18 2009 Remi Collet <Fedora at FamilleCollet.com> - 1.3-2
+- missing Requires for post/postun
+
 * Fri Dec 18 2009 Remi Collet <Fedora at FamilleCollet.com> - 1.3-1
 - update for REST 1.3 and new URL (#542417)
 - rename pear.phpunit.de.xml to php-channel-phpunit.xml




More information about the fedora-extras-commits mailing list