From 702de29549dcc5298e3aa2319d4ee12cbf5e5006 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 8 Apr 2017 13:25:26 +0200 Subject: [PATCH] fish.spec.in: Remove `which` dependency Also changelog --- CHANGELOG.md | 2 +- fish.spec.in | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e40be73f..003c1fba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/fish.spec.in b/fish.spec.in index 30986b799..3a1cbf4e2 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -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}