SHA256
1
0
forked from pool/helix

- Add back helix-rpmlintrc

- addFilter "files-duplicate" to remove false rpmlint error
- Update specfile to remove "non-executable-script" rpmlint error

OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=47
This commit is contained in:
Soc Virnyl Estela 2022-12-07 13:24:38 +00:00 committed by Git OBS Bridge
parent 3b731bf1c1
commit a1480cfef4
3 changed files with 7 additions and 3 deletions

1
helix-rpmlintrc Normal file
View File

@ -0,0 +1 @@
addFilter("files-duplicate")

View File

@ -1,7 +1,6 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 7 12:36:05 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com> Wed Dec 7 13:20:16 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Remove helix-rpmlintrc
- Update to version 22.12: - Update to version 22.12:
* Breaking changes: * Breaking changes:
- Remove readline-like navigation bindings from the default insert mode keymap (e12690e, #3811, #3827, #3915, #4088) - Remove readline-like navigation bindings from the default insert mode keymap (e12690e, #3811, #3827, #3915, #4088)
@ -146,6 +145,9 @@ Wed Dec 7 12:36:05 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Improve _service file - Improve _service file
- Remove helix.png since new logo is now shipped in the tarball - Remove helix.png since new logo is now shipped in the tarball
- Remove non-executable-script rpmlint error - Remove non-executable-script rpmlint error
- Add back helix-rpmlintrc
- addFilter "files-duplicate" to remove false rpmlint error
- Update specfile to remove "non-executable-script" rpmlint error
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 4 13:11:27 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com> Sun Dec 4 13:11:27 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>

View File

@ -28,6 +28,7 @@ Source0: %{url}/releases/download/%{version}/%{name}-%{version}-source.ta
Source1: vendor.tar.xz Source1: vendor.tar.xz
Source2: cargo_config Source2: cargo_config
Source3: README-suse-maint.md Source3: README-suse-maint.md
Source4: helix-rpmlintrc
BuildRequires: c++_compiler BuildRequires: c++_compiler
BuildRequires: c_compiler BuildRequires: c_compiler
BuildRequires: cargo-packaging BuildRequires: cargo-packaging
@ -76,7 +77,7 @@ cp %{SOURCE2} .cargo/config.toml
for shell in bash fish zsh for shell in bash fish zsh
do do
sed -i "s|env ${shell}|${shell}|g" contrib/completion/hx.${shell} sed -i "s|\#\!\/usr\/bin\/env ${shell}||g" contrib/completion/hx.${shell}
done done
%package runtime %package runtime