[pysvn/el5] Explicitly set the Subversion minimum version

Stephen Gallagher sgallagh at fedoraproject.org
Mon Dec 17 21:09:19 UTC 2012


commit e8b6dda78bcf6437e56bef88d713ffc6f3f4c7e5
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Mon Dec 17 16:09:16 2012 -0500

    Explicitly set the Subversion minimum version

 pysvn.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/pysvn.spec b/pysvn.spec
index d0919d5..9797751 100644
--- a/pysvn.spec
+++ b/pysvn.spec
@@ -2,7 +2,7 @@
 
 Name:           pysvn
 Version:        1.6.2
-Release:        2%{dist}
+Release:        3%{dist}
 Summary:        Pythonic style bindings for Subversion
 Group:          Development/Languages
 License:        ASL 1.1
@@ -17,6 +17,7 @@ BuildRequires:  krb5-devel
 BuildRequires:  neon-devel
 BuildRequires:  apr-devel
 BuildRequires:  openssl-devel
+Requires: subversion >= 1.6.11
 
 %description
 Pythonic style bindings for Subversion
@@ -54,6 +55,9 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose
 %{python_sitearch}/%{name}
 
 %changelog
+* Mon Dec 17 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.6.2-3
+- Explicitly set the Subversion minimum version
+
 * Mon Dec 17 2012 Stephen Gallagher <sgallagh at redhat.com> - 1.6.2-2
 - Rebuild against Subversion 1.6.11 to be compatible with RHEL 5 update
 - Suppress running tests, since they're not updated for Subversion 1.6


More information about the scm-commits mailing list