SHA256
1
0
forked from pool/fish
Dominique Leuenberger 2019-04-11 10:18:18 +00:00 committed by Git OBS Bridge
commit 3f8d7840e3
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