- 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

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:
* Breaking changes:
- 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
- Remove helix.png since new logo is now shipped in the tarball
- 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>