We don't need no libnsl.

This commit is contained in:
Matej Cepl 2023-01-25 22:10:21 +01:00
parent 48722e5a34
commit 8a484c5120
Signed by: mcepl
GPG Key ID: 79205802880BC9D8
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 25 21:09:40 UTC 2023 - Matej Cepl <mcepl@suse.com>
- We don't need no libnsl.
-------------------------------------------------------------------
Mon Nov 7 12:49:08 UTC 2022 - Matej Cepl <mcepl@suse.com>

View File

@ -31,7 +31,6 @@ BuildRequires: cmake
%define lua_archdir %{lua_libdir}
%define lua_noarchdir %{lua_pkgdir}
%define lua_incdir %{_includedir}/lua-%{lua_version}
BuildRequires: libnsl2-devel
Requires: python3-neovim
%bcond_with luajit
%endif
@ -42,7 +41,7 @@ Requires: python3-neovim
%bcond_with luajit
%endif
Name: neovim
Version: 0.8.1+git.1674491625.f08051c2e
Version: 0.8.1+git.1674675198.15394b685
Release: 0
Summary: Vim-fork focused on extensibility and agility
License: Apache-2.0 AND Vim
@ -91,7 +90,6 @@ Recommends: xclip
Recommends: xsel
%endif
%if 0%{?suse_version}
BuildRequires: libnsl-devel
BuildRequires: lua-macros
BuildRequires: lua51-LPeg
BuildRequires: lua51-bit32