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