Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
398089cc72 |
2 changed files with 8 additions and 45 deletions
|
|
@ -1,11 +0,0 @@
|
|||
diff -up ./docs/en/rst/conf.py.orig ./docs/en/rst/conf.py
|
||||
--- ./docs/en/rst/conf.py.orig 2023-04-17 12:51:46.689758866 +0200
|
||||
+++ ./docs/en/rst/conf.py 2023-04-17 22:43:10.003583492 +0200
|
||||
@@ -391,5 +391,5 @@ if on_rtd:
|
||||
else:
|
||||
base_api_url = '../integrating/api/'
|
||||
|
||||
-extlinks = {'bug': ('https://bugzilla.mozilla.org/show_bug.cgi?id=%s', 'bug '),
|
||||
- 'api': (base_api_url + '%s', '')}
|
||||
+extlinks = {'bug': ('https://bugzilla.mozilla.org/show_bug.cgi?id=%s', 'bug %s'),
|
||||
+ 'api': (base_api_url + '%s', '%s')}
|
||||
|
|
@ -5,9 +5,8 @@ Summary: Bug tracking system
|
|||
URL: https://www.bugzilla.org/
|
||||
Name: bugzilla
|
||||
Version: 5.0.6
|
||||
Release: 25%{?dist}
|
||||
# Automatically converted from old format: MPLv1.1 - review is highly recommended.
|
||||
License: LicenseRef-Callaway-MPLv1.1
|
||||
Release: 17%{?dist}
|
||||
License: MPLv1.1
|
||||
Source0: https://github.com/bugzilla/bugzilla/archive/release-%{version}.tar.gz
|
||||
Source1: bugzilla-httpd-conf
|
||||
Source2: README.fedora.bugzilla
|
||||
|
|
@ -17,7 +16,6 @@ Patch1: bugzilla-dnf.patch
|
|||
Patch2: bugzilla-1438957-concatenate-assets.patch
|
||||
# https://bug1657496.bmoattachments.org/attachment.cgi?id=9169528
|
||||
Patch3: bugzilla-1855962-non-html-mail.patch
|
||||
Patch4: bugzilla-2180465-sphinx-build.patch
|
||||
|
||||
BuildArch: noarch
|
||||
Requires: patchutils
|
||||
|
|
@ -68,11 +66,13 @@ BuildRequires: tex(tgtermes.sty)
|
|||
BuildRequires: tex(threeparttable.sty)
|
||||
BuildRequires: tex(titlesec.sty)
|
||||
BuildRequires: tex(wrapfig.sty)
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: tex(capt-of.sty)
|
||||
BuildRequires: tex(eqparbox.sty)
|
||||
BuildRequires: tex(needspace.sty)
|
||||
BuildRequires: tex(tabulary.sty)
|
||||
BuildRequires: tex(upquote.sty)
|
||||
%endif
|
||||
|
||||
%package doc
|
||||
Summary: Bugzilla documentation
|
||||
|
|
@ -171,11 +171,10 @@ Contributed scripts and functions for Bugzilla
|
|||
|
||||
%prep
|
||||
%setup -q -n %{name}-release-%{version}
|
||||
%patch -P 0 -p1
|
||||
%patch -P 1 -p1
|
||||
%patch -P 2 -p1
|
||||
%patch -P 3 -p1
|
||||
%patch -P 4 -p1
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
%patch3 -p1
|
||||
|
||||
# Deal with changing /usr/local paths here instead of via patches
|
||||
/usr/bin/perl -pi -e 's|/usr/local/bin/python\b|%{__python3}|' contrib/*.py
|
||||
|
|
@ -291,31 +290,6 @@ popd > /dev/null)
|
|||
%{bzinstallprefix}/bugzilla/contrib/Bugzilla.pm
|
||||
|
||||
%changelog
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-25
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Aug 28 2024 Miroslav Suchý <msuchy@redhat.com> - 5.0.6-23
|
||||
- convert license to SPDX
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-22
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-21
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-20
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.6-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sun May 07 2023 Emmanuel Seyman <emmanuel@seyman.fr> - 5.0.6-18
|
||||
- Patch to build against Sphinx 6.1.3 (#2180465)
|
||||
- Use new patch syntax
|
||||
|
||||
* Sun Feb 12 2023 Emmanuel Seyman <emmanuel@seyman.fr> - 5.0.6-17
|
||||
- Add missing buildrequirement on tgtermes.sty (#2160038)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue