diff --git a/fish.changes b/fish.changes index 8930fd8..6b684ce 100644 --- a/fish.changes +++ b/fish.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 10 00:03:00 UTC 2019 - Simon Lees + +- Drop the curl compilations, the curl package now provides a + better version. + ------------------------------------------------------------------- Sun Feb 24 06:14:15 UTC 2019 - seanlew@opensuse.org diff --git a/fish.spec b/fish.spec index 51d58ef..7b65282 100644 --- a/fish.spec +++ b/fish.spec @@ -65,6 +65,9 @@ make %{?_smp_mflags} %find_lang %{name} +# Drop the curl completions, the curl packages provide a better version +rm %{buildroot}/%{_datadir}/fish/completions/curl.fish + %post # Add fish to the list of allowed shells in /etc/shells if ! grep -q '^%{_bindir}/%{name}$' %{_sysconfdir}/shells; then