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
This commit is contained in:
Simon Lees 2019-04-11 01:59:09 +00:00 committed by Git OBS Bridge
parent 9a29a9f980
commit 82a961a045
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 10 00:03:00 UTC 2019 - Simon Lees <sflees@suse.de>
- Drop the curl compilations, the curl package now provides a
better version.
-------------------------------------------------------------------
Sun Feb 24 06:14:15 UTC 2019 - seanlew@opensuse.org

View File

@ -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