Accepting request 1060855 from home:kukuk:branches:server:mail

- Don't build against libnsl, it's not used and deprecated

OBS-URL: https://build.opensuse.org/request/show/1060855
OBS-URL: https://build.opensuse.org/package/show/server:mail/rspamd?expand=0&rev=84
This commit is contained in:
Bernhard M. Wiedemann 2023-01-27 11:25:32 +00:00 committed by Git OBS Bridge
parent 47d5e0815e
commit 41046cd87d
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 25 11:11:42 UTC 2023 - Thorsten Kukuk <kukuk@suse.com>
- Don't build against libnsl, it's not used and deprecated
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 14 16:35:33 UTC 2022 - Marcus Rueckert <mrueckert@suse.de> Mon Nov 14 16:35:33 UTC 2022 - Marcus Rueckert <mrueckert@suse.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package rspamd # spec file for package rspamd
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -102,7 +102,7 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.28
BuildRequires: pkgconfig(hiredis) BuildRequires: pkgconfig(hiredis)
%endif %endif
BuildRequires: pkgconfig(libev) BuildRequires: pkgconfig(libev)
%if 0%{?suse_version} >= 1500 %if 0%{?suse_version} >= 1500 && 0%{?suse_version} < 1599
BuildRequires: pkgconfig(libnsl) BuildRequires: pkgconfig(libnsl)
%endif %endif
BuildRequires: ragel BuildRequires: ragel