mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
fish.spec.in: Remove which
dependency
Also changelog
This commit is contained in:
parent
757a95123d
commit
702de29549
2 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
- Completions for `helm` added (#3829).
|
- Completions for `helm` added (#3829).
|
||||||
- Empty CDPATH elements are now equivalent to "." (#2106).
|
- 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).
|
- 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).
|
- 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).
|
- 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).
|
- `bg`s argument parsing has been reworked. It now fails for invalid arguments but allows non-existent jobs (#3909).
|
||||||
|
|
|
@ -19,7 +19,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_
|
||||||
|
|
||||||
Requires: bc
|
Requires: bc
|
||||||
Requires: python
|
Requires: python
|
||||||
Requires: which
|
|
||||||
Requires: man
|
Requires: man
|
||||||
|
|
||||||
%if 0%{?rhel_version} >= 700 || 0%{?centos_version} >= 700 || 0%{?fedora} || 0%{?is_opensuse}
|
%if 0%{?rhel_version} >= 700 || 0%{?centos_version} >= 700 || 0%{?fedora} || 0%{?is_opensuse}
|
||||||
|
|
Loading…
Reference in a new issue