[viewvc] Hopefully address bug #708721.

bojan bojan at fedoraproject.org
Wed Jun 1 01:23:07 UTC 2011


commit 16501264aeabbea5eaeb8d02aa8b1897e31c80f0
Author: Bojan Smojver <bojan at rexursive.com>
Date:   Wed Jun 1 11:22:09 2011 +1000

    Hopefully address bug #708721.

 viewvc.spec |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/viewvc.spec b/viewvc.spec
index cb8f27a..dca977b 100644
--- a/viewvc.spec
+++ b/viewvc.spec
@@ -2,7 +2,7 @@
 
 Name:           viewvc
 Version:        1.1.11
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Browser interface for CVS and SVN version control repositories
 
 Group:          Development/Tools
@@ -19,7 +19,7 @@ Conflicts:      selinux-policy < 2.5.10-2
 
 BuildArch:      noarch
 BuildRequires:  python-devel >= 2.0, python-pygments
-Requires:       webserver, rcs, diffutils
+Requires:       rcs, diffutils
 Requires:       subversion >= 1.2
 Requires:       cvsgraph
 Requires:       python-pygments
@@ -35,7 +35,7 @@ but much more prettily than the average textual command-line program output.
 %package httpd
 Summary:        ViewVC configuration for Apache/mod_python
 Group:          Development/Tools
-Requires:       %{name} = %{version}-%{release}, mod_python
+Requires:       httpd, %{name} = %{version}-%{release}, mod_python
 
 %description httpd
 ViewVC configuration for Apache/mod_python. This package should provide ViewVC
@@ -111,13 +111,19 @@ with decent performance when run under Apache.
 %config(noreplace) %{_sysconfdir}/viewvc
 %{python_sitelib}/*
 %{_datadir}/*
-%attr(0700,apache,apache) %{_localstatedir}/spool/viewvc
 
 %files httpd
 %defattr(-, root, root, -)
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/viewvc.conf
+%attr(0700,apache,apache) %{_localstatedir}/spool/viewvc
 
 %changelog
+* 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
+-   require httpd for httpd package
+-   move spool directory to httpd package
+
 * Wed May 18 2011 Bojan Smojver <bojan at rexursive.com> - 1.1.11-1
 - bump up to 1.1.11
 


More information about the scm-commits mailing list