https://bugzilla.redhat.com/show_bug.cgi?id=2086484
--- Comment #18 from Richard Russon richard.russon@gmail.com --- Spec URL: https://download.copr.fedorainfracloud.org/results/flatcap/neomutt-test/fedo... SRPM URL: https://download.copr.fedorainfracloud.org/results/flatcap/neomutt-test/fedo...
This should be %{_datadir}/neomutt
of course. fixed
I've added a patch: neomutt-fedora_colors.patch
You can just have that file as an additional source
done
then put it into place during %install. +install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_sysconfdir}/neomuttrc
I changed this to `cat` because we want to append the /etc/neomuttrc that we installed earlier.
the built package is getting an automatic dependency on /usr/bin/python3
ok, understood. I don't have a problem with that. I did a quick check of a minimal Fedora install and that included python3 (it was a requirement for dnf).
Thanks!