fish.spec.in: Remove which dependency

Also changelog
This commit is contained in:
Fabian Homborg 2017-04-08 13:25:26 +02:00
parent 757a95123d
commit 702de29549
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,7 @@
- Completions for `helm` added (#3829).
- Empty CDPATH elements are now equivalent to "." (#2106).
- The `read` command now accepts simple strings for the prompt rather than fish script via the new `-P` and `--prompt-str` flags (#802).
- `type` now no longer requires `which`, which means it is no longer a runtime dependency (#3912).
- `type` now no longer requires `which`, which means it is no longer a dependency (#3912, #3945).
- Using symbolic permissions with the `umask` command now works (#738).
- Command substitutions now have access to the terminal, allowing tools like `fzf` to work in them (#1362, #3922).
- `bg`s argument parsing has been reworked. It now fails for invalid arguments but allows non-existent jobs (#3909).

View file

@ -19,7 +19,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_
Requires: bc
Requires: python
Requires: which
Requires: man
%if 0%{?rhel_version} >= 700 || 0%{?centos_version} >= 700 || 0%{?fedora} || 0%{?is_opensuse}