[php-phpseclib-crypt-rc4] requires Crypt_Base

Adam Williamson adamwill at fedoraproject.org
Wed Nov 12 16:12:08 UTC 2014


commit 7bc7cfc9ef87c3747fba2a89b99ae56fa873ead1
Author: Adam Williamson <awilliam at redhat.com>
Date:   Wed Nov 12 08:10:58 2014 -0800

    requires Crypt_Base

 php-phpseclib-crypt-rc4.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/php-phpseclib-crypt-rc4.spec b/php-phpseclib-crypt-rc4.spec
index 22d03f9..1ba9b78 100644
--- a/php-phpseclib-crypt-rc4.spec
+++ b/php-phpseclib-crypt-rc4.spec
@@ -4,7 +4,7 @@
 
 Name:           php-phpseclib-crypt-rc4
 Version:        0.3.9
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Pure-PHP implementation of RC4
 
 Group:          Development/Libraries
@@ -21,6 +21,7 @@ Requires:       php-pear(PEAR)
 Provides:       php-pear(phpseclib.sourceforge.net/Crypt_RC4) = %{version}
 BuildRequires:  php-channel(phpseclib.sourceforge.net)
 Requires:       php-channel(phpseclib.sourceforge.net)
+Requires:       php-pear(phpseclib.sourceforge.net/Crypt_Base) = %{version}
 
 %description
 Uses mcrypt, if available, and an internal implementation, otherwise.
@@ -62,12 +63,13 @@ fi
 
 %files
 %{pear_xmldir}/%{name}.xml
-# Expand this as needed to avoid owning dirs owned by our dependencies
-# and to avoid unowned dirs
-%{pear_phpdir}/Crypt
+%{pear_phpdir}/Crypt/RC4.php
 
 
 %changelog
+* Wed Nov 12 2014 Adam Williamson <awilliam at redhat.com> - 0.3.9-2
+- requires Crypt_Base
+
 * Wed Nov 12 2014 Adam Williamson <awilliam at redhat.com> - 0.3.9-1
 - new release 0.3.9
 


More information about the scm-commits mailing list