diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-16 08:06:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-16 08:06:15 +0000 |
commit | 4eff3853a20adcc66bd55df18f3ba22e5f109dda (patch) | |
tree | d7db75dcc4f1bc295c2343c71c858b5b41dcaa0e | |
parent | 4c713674a60ce0251b466875e83c84b979037e2f (diff) |
automatic import of fisheropeneuler23.09openeuler23.03
-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 |