diff options
Diffstat (limited to 'fisher.spec')
-rw-r--r-- | fisher.spec | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/fisher.spec b/fisher.spec index da0b1da..51bb2f5 100644 --- a/fisher.spec +++ b/fisher.spec @@ -1,8 +1,8 @@ Name: fisher Version: 4.4.3 -Release: 1 +Release: 2 Summary: A plugin manager for Fish. -License: LICENSE.md +License: MIT URL: https://github.com/jorgebucaran/fisher Source0: https://github.com/jorgebucaran/fisher/archive/refs/tags/%{version}.tar.gz BuildArch: noarch @@ -13,7 +13,6 @@ Requires: tar Requires: coreutils BuildRequires: fish BuildRequires: binutils -Provides: fish = %{version} %description Manage functions, completions, bindings, and snippets from the command line. Extend your shell capabilities, change the look of your prompt and create repeatable configurations across different systems effortlessly. @@ -47,5 +46,8 @@ install -vDm644 -t "%{buildroot}/%{_datarootdir}/%{name}" LICENSE.md %{_datarootdir}/fish/* %changelog +* Thu Jun 15 2023 lichaoran <pkwarcraft@hotmail.com> - 4.4.3-2 +- Fix: add valid license and remove incorrect provides + * Sun Feb 26 2023 lichaoran <pkwarcraft@hotmail.com> - 4.4.3-1 - Package init |