From 6c433c59a093f4b9c3d6fc70e9a13d858f54242b9d7ca1571ab62ef66644569e Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 1 May 2022 06:56:15 +0000 Subject: [PATCH] - remove home-in-%post filter in helix-rpmlintrc - fix LICENSE string OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=14 --- helix-rpmlintrc | 1 - helix.changes | 6 ++++++ helix.spec | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/helix-rpmlintrc b/helix-rpmlintrc index 7d8465c..e573e55 100644 --- a/helix-rpmlintrc +++ b/helix-rpmlintrc @@ -1,2 +1 @@ addFilter("files-duplicate") -addFilter("use-of-home-in-%post") diff --git a/helix.changes b/helix.changes index 6d1f5a8..387ecc2 100644 --- a/helix.changes +++ b/helix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 1 06:55:30 UTC 2022 - Soc Virnyl Estela + +- remove home-in-%post filter in helix-rpmlintrc +- fix LICENSE string + ------------------------------------------------------------------- Fri Apr 22 11:42:02 UTC 2022 - Soc Virnyl Estela diff --git a/helix.spec b/helix.spec index a6600e8..bbf6a4e 100644 --- a/helix.spec +++ b/helix.spec @@ -22,7 +22,7 @@ Name: helix Version: 22.03~0 Release: 0 Summary: A post-modern modal text editor written in Rust -License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Apache-2.0 AND BSL-1.0 AND ISC AND MIT AND MPL-2.0+ AND Zlib AND MPL-2.0 +License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT or Unlicense) AND (Zlib OR Apache-2.0 OR MIT) AND Apache-2.0 AND BSL-1.0 AND ISC AND MIT AND MPL-2.0+ AND Zlib AND MPL-2.0 Url: https://github.com/helix-editor/helix Source0: %{name}-%{version}.tar.xz Source1: vendor.tar.xz