diff --git a/vis.changes b/vis.changes index db37537..ece9c30 100644 --- a/vis.changes +++ b/vis.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 5 23:00:35 UTC 2021 - Matej Cepl + +- Add BR libselinux-devel to make vis SELinux aware. + ------------------------------------------------------------------- Tue Dec 8 18:42:07 UTC 2020 - Matej Cepl diff --git a/vis.spec b/vis.spec index a1d9cbb..9bde24a 100644 --- a/vis.spec +++ b/vis.spec @@ -1,7 +1,7 @@ # # spec file for package vis # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ Group: Productivity/Text/Editors URL: https://github.com/martanne/vis Source0: https://github.com/martanne/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: https://github.com/martanne/vis-test/releases/download/v%{test_version}/vis-test-%{test_version}.tar.gz +BuildRequires: libselinux-devel BuildRequires: libtermkey-devel BuildRequires: lua-devel BuildRequires: lua-lpeg @@ -53,7 +54,7 @@ export CFLAGS="%{optflags} -fcommon" %make_install %check -# According to the debian/rules: +# According to the debian/rules: # The vim tests harness is not solid, let's skip them for the moment. # Upstream mentioned the possibility of phasing them out entirely. make -C test/core