1 Commits

Author SHA1 Message Date
trevorb
4c8aa180d5 changed BuildRequires to python3-docutils 2025-10-09 21:21:12 +11:00

View File

@@ -1,6 +1,6 @@
%define name dl %define name dl
%define version 0.18.1 %define version 0.18.1
%define release 4 %define release 5
%define httpuser apache %define httpuser apache
%if 0%{?fedora} >= 11 || 0%{?rhel} >= 5 %if 0%{?fedora} >= 11 || 0%{?rhel} >= 5
@@ -37,7 +37,7 @@ Requires: %{_sbindir}/semanage
BuildRequires: php-cli >= 5.3 BuildRequires: php-cli >= 5.3
BuildRequires: php-mbstring BuildRequires: php-mbstring
BuildRequires: gettext BuildRequires: gettext
BuildRequires: python-docutils BuildRequires: python3-docutils
%package cli %package cli
Summary: A command line client for dl Summary: A command line client for dl
@@ -155,6 +155,9 @@ fi
%{_bindir}/%{name}-cli %{_bindir}/%{name}-cli
%changelog %changelog
* Thu Oct 09 2025 Trevor Batley <trevorb@koozali.org> 0.18.1-5.sme
- changed BuildRequires to python3-docutils
* Thu Oct 09 2025 BogusDateBot * Thu Oct 09 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.