[viewvc] Required subversion-python now as well.

bojan bojan at fedoraproject.org
Tue Nov 1 02:52:29 UTC 2011


commit 4683463d4ed8c164e00f6a4d7c1ce8a9ed164f7c
Author: Bojan Smojver <bojan at rexursive.com>
Date:   Tue Nov 1 13:52:09 2011 +1100

    Required subversion-python now as well.

 viewvc.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/viewvc.spec b/viewvc.spec
index dca977b..6d84a3b 100644
--- a/viewvc.spec
+++ b/viewvc.spec
@@ -2,7 +2,7 @@
 
 Name:           viewvc
 Version:        1.1.11
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Browser interface for CVS and SVN version control repositories
 
 Group:          Development/Tools
@@ -21,6 +21,7 @@ BuildArch:      noarch
 BuildRequires:  python-devel >= 2.0, python-pygments
 Requires:       rcs, diffutils
 Requires:       subversion >= 1.2
+Requires:       subversion-python >= 1.2
 Requires:       cvsgraph
 Requires:       python-pygments
 
@@ -118,6 +119,9 @@ with decent performance when run under Apache.
 %attr(0700,apache,apache) %{_localstatedir}/spool/viewvc
 
 %changelog
+* Tue Nov  1 2011 Bojan Smojver <bojan at rexursive.com> - 1.1.11-3
+- require subversion-python
+
 * Wed Jun  1 2011 Bojan Smojver <bojan at rexursive.com> - 1.1.11-2
 - in response to bug #708721:
 -   remove webserver dependency, can run standalone


More information about the scm-commits mailing list