From 82a961a0459e86c40d57664223b184d6839f55cd35b5d85a551996c916867d53 Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Thu, 11 Apr 2019 01:59:09 +0000 Subject: [PATCH] Accepting request 693020 from home:simotek:branches:shells - Drop the curl compilations, the curl package now provides a better version. OBS-URL: https://build.opensuse.org/request/show/693020 OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=44 --- fish.changes | 6 ++++++ fish.spec | 3 +++ 2 files changed, 9 insertions(+) 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