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 307384 Details for
Bug 449401
RFE: add Testopia extension to Fedora bugzilla packages
[?]
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]
patch to specfile following approach (b): simply add testopia to main bugzilla package
add-testopia-as-buildtime-option.patch (text/plain), 2.61 KB, created by
Dave Malcolm
on 2008-06-02 16:16:26 UTC
(
hide
)
Description:
patch to specfile following approach (b): simply add testopia to main bugzilla package
Filename:
MIME Type:
Creator:
Dave Malcolm
Created:
2008-06-02 16:16:26 UTC
Size:
2.61 KB
patch
obsolete
>Index: bugzilla.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/bugzilla/devel/bugzilla.spec,v >retrieving revision 1.19 >diff -u -p -r1.19 bugzilla.spec >--- bugzilla.spec 9 May 2008 13:49:51 -0000 1.19 >+++ bugzilla.spec 2 Jun 2008 15:47:31 -0000 >@@ -1,16 +1,30 @@ > %define bzinstallprefix %{_datadir} > %define bzdatadir %{_localstatedir}/lib/bugzilla > >+# Testopia (http://www.mozilla.org/projects/testopia/) is an extension of >+# Bugzilla that adds test-case management, allowing test plans and result >+# reporting to be integrated into the Bugzilla web UI. It patches the core >+# of Bugzilla, and hence has to be built as part of the core package, rather >+# than a separate srpm. >+%define with_testopia 1 >+%if %{with_testopia} >+%define testopia_version 2.0-RC1 >+%define testopia_patch_version 3.0.x >+%endif >+ > Summary: Bug tracking system > URL: http://www.bugzilla.org/ > Name: bugzilla > Version: 3.0.4 > Group: Applications/Publishing >-Release: 1%{?dist} >+Release: 2%{?dist} > License: MPL > Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz > Source1: bugzilla-httpd-conf > Source2: README.fedora.bugzilla >+%if %{with_testopia} >+Source3: testopia-%{testopia_version}.tar.gz >+%endif > Patch0: bugzilla-rw-paths.patch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > BuildArch: noarch >@@ -39,6 +53,16 @@ Contributed scripts and functions for Bu > %setup -q -n %{name}-%{version} > %patch0 -p1 > >+%if %{with_testopia} >+# Unpack testopia tarball: >+tar -zxf %{SOURCE3} -C %{_builddir}/bugzilla-%{version} >+ >+# Apply patch from within testopia tarball to bugzilla: >+pushd %{_builddir}/bugzilla-%{version} >+patch -p0 -i testopia/patch-%{testopia_patch_version} >+popd >+%endif # of %{with_testopia} >+ > # Filter unwanted Requires: > cat << \EOF > %{name}-req > #!/bin/sh >@@ -115,6 +139,11 @@ popd > /dev/null > %{bzinstallprefix}/bugzilla/template > %{bzinstallprefix}/bugzilla/cron.daily > %{bzinstallprefix}/bugzilla/cron.whine >+%if %{with_testopia} >+%{bzinstallprefix}/bugzilla/extensions >+%{bzinstallprefix}/bugzilla/testopia >+%{bzinstallprefix}/bugzilla/testopia.dtd >+%endif > %ghost %{bzinstallprefix}/bugzilla/bugzilla-req > %config(noreplace) %{_sysconfdir}/httpd/conf.d/bugzilla.conf > %defattr(-,root,root,-) >@@ -134,6 +163,9 @@ popd > /dev/null > %{bzinstallprefix}/bugzilla/contrib > > %changelog >+* Mon Jun 2 2008 David Malcolm <dmalcolm@redhat.com> - 3.0.4-2 >+- add testopia to the build >+ > * Fri May 9 2008 John Berninger <john at ncphotography dot com> - 3.0.4-1 > - Update to upstream 3.0.4 to fix multiple security vulns > - Change perms on /etc/bugzilla for bz 427981
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 449401
:
307383
| 307384