Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 149171 Details for
Bug 230512
Review Request: viewvc - Browser interface for CVS and SVN version control repositories
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
conditionals for epel
epel-support.patch (text/plain), 1.42 KB, created by
Bernard Johnson
on 2007-03-03 10:23:02 UTC
(
hide
)
Description:
conditionals for epel
Filename:
MIME Type:
Creator:
Bernard Johnson
Created:
2007-03-03 10:23:02 UTC
Size:
1.42 KB
patch
obsolete
>--- viewvc.spec.orig 2007-03-02 19:48:35.000000000 -0700 >+++ viewvc.spec 2007-03-03 02:56:08.000000000 -0700 >@@ -1,5 +1,20 @@ > %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} > >+# EL4 & EL5 do not have cvsgraph or enscript.. yet >+%if 0%{?rhel} >+%define with_cvsgraph_enscript 0 >+%else >+%define with_cvsgraph_enscript 1 >+%endif >+ >+# EL4 has a subversion that does not meet the minimum reqs for subversion >+%if 0%{?rhel} && "%rhel" <= "5" >+%define with_subversion 0 >+%else >+%define with_subversion 1 >+%endif >+ >+ > Name: viewvc > Version: 1.0.3 > Release: 7%{?dist} >@@ -15,8 +30,13 @@ > > BuildArch: noarch > BuildRequires: python-devel >= 2.0 >-Requires: mod_python, subversion >= 1.2, rcs, diffutils >+Requires: mod_python, rcs, diffutils >+%if 0%{with_subversion} >+Requires: subversion >= 1.2 >+%endif >+%if 0%{with_cvsgraph_enscript} > Requires: enscript, cvsgraph >+%endif > > %description > ViewVC is a browser interface for CVS and Subversion version control >@@ -26,6 +46,10 @@ > of the report-like functionality you expect out of your version control tool, > but much more prettily than the average textual command-line program output. > >+%if 0%{!?with_subversion} >+This version only supports CVS repositories. >+%endif >+ > %package selinux > Summary: SElinux file contexts for ViewVC > Group: Development/Tools
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230512
: 149171 |
149198
|
149306
|
149318