[pypy] Move devel subpackage requires so that it gets picked up by rpm

Matej Stuchlik mstuchli at fedoraproject.org
Tue Sep 2 07:59:48 UTC 2014


commit 5efcdc8fe2e02fffb9ffce1004f3d25a8e86d593
Author: Matej Stuchlik <mstuchli at redhat.com>
Date:   Tue Sep 2 09:57:46 2014 +0200

    Move devel subpackage requires so that it gets picked up by rpm
    
    Up to this point it belonged to the description, so pypy-devel
    did not require pypy.

 pypy.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/pypy.spec b/pypy.spec
index f811755..6f90d89 100644
--- a/pypy.spec
+++ b/pypy.spec
@@ -250,11 +250,11 @@ Libraries required by the various PyPy implementations of Python.
 %package devel
 Group:    Development/Languages
 Summary:  Development tools for working with PyPy
+Requires: pypy = %{version}-%{release}
+
 %description devel
 Header files for building C extension modules against PyPy
 
-Requires: pypy = %{version}-%{release}
-
 
 %if 0%{with_stackless}
 %package stackless


More information about the scm-commits mailing list