remove BuildRequires python-sphinx, needed for sme10 build

This commit is contained in:
trevorb
2025-10-10 15:19:40 +11:00
parent 2f98cff253
commit 4b6f419e84

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
@@ -289,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.