public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/nemo] rawhide: Remove spurious Requires: 'odt2txt' from search-helpers
@ 2026-07-25 17:59 Michal Schorm
0 siblings, 0 replies; only message in thread
From: Michal Schorm @ 2026-07-25 17:59 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/nemo
Branch : rawhide
Commit : d3d204e5cc2cb58ad9f884ee339ecd086e4ad815
Author : Michal Schorm <mschorm@redhat.com>
Date : 2026-07-25T16:00:17+02:00
Stats : +0/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/nemo/c/d3d204e5cc2cb58ad9f884ee339ecd086e4ad815?branch=rawhide
Log:
Remove spurious Requires: 'odt2txt' from search-helpers
The 'nemo-odf-to-txt' script uses only Python stdlib modules
(zipfile, html.parser, pathlib). It parses ODF XML directly and
does not shell out to the 'odt2txt' binary.
https://github.com/linuxmint/nemo/blob/6.7.4-unstable/search-helpers/nemo-odf-to-txt
The corresponding 'odf.nemo_search_helper' line 2 lists only
'TryExec=nemo-odf-to-txt;' -- no external tool.
https://github.com/linuxmint/nemo/blob/6.7.4-unstable/search-helpers/odf.nemo_search_helper#L2
Linux Mint also does not list 'odt2txt' as a dependency.
Co-Authored-By: Claude AI <noreply@anthropic.com>
---
diff --git a/nemo.spec b/nemo.spec
index 6b2976a..9147d23 100644
--- a/nemo.spec
+++ b/nemo.spec
@@ -77,7 +77,6 @@ License: GPL-2.0-or-later
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: exif
Requires: ghostscript
-Requires: odt2txt
Requires: poppler-utils
Requires: python3-xlrd
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-25 17:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-25 17:59 [rpms/nemo] rawhide: Remove spurious Requires: 'odt2txt' from search-helpers Michal Schorm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox