2 Commits

Author SHA1 Message Date
trevorb
4b6f419e84 remove BuildRequires python-sphinx, needed for sme10 build 2025-10-10 15:19:40 +11:00
trevorb
2f98cff253 remove python-sphinx required for sme10 builder 2025-10-09 11:54:23 +11:00

View File

@@ -5,7 +5,7 @@ Summary: Bug tracking system
URL: https://www.bugzilla.org/ URL: https://www.bugzilla.org/
Name: bugzilla Name: bugzilla
Version: 5.0.6 Version: 5.0.6
Release: 16%{?dist} Release: 17%{?dist}
License: MPLv1.1 License: MPLv1.1
Source0: https://github.com/bugzilla/bugzilla/archive/release-%{version}.tar.gz Source0: https://github.com/bugzilla/bugzilla/archive/release-%{version}.tar.gz
Source1: bugzilla-httpd-conf Source1: bugzilla-httpd-conf
@@ -72,8 +72,6 @@ BuildRequires: tex(needspace.sty)
BuildRequires: tex(tabulary.sty) BuildRequires: tex(tabulary.sty)
BuildRequires: tex(upquote.sty) BuildRequires: tex(upquote.sty)
%endif %endif
#ADD for Koozali builder
BuildRequires: python-sphinx
%package doc %package doc
Summary: Bugzilla documentation Summary: Bugzilla documentation
@@ -291,6 +289,9 @@ popd > /dev/null)
%{bzinstallprefix}/bugzilla/contrib/Bugzilla.pm %{bzinstallprefix}/bugzilla/contrib/Bugzilla.pm
%changelog %changelog
* Fri Oct 10 2025 Trevor Batley <trevorb@koozali.org> 5.0.6-17.sme
- remove BuildRequires python-sphinx, needed for sme10 build
* Wed Oct 08 2025 BogusDateBot * Wed Oct 08 2025 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
by assuming the date is correct and changing the weekday. by assuming the date is correct and changing the weekday.