From 88213ed71aad0d58b21e6e28528da42fbb538f471461fa28a57d4d2021620c88 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 14 Jan 2025 12:56:55 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/network/dnsmasq?expand=0&rev=176 --- dnsmasq.changes | 1 - dnsmasq.spec | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/dnsmasq.changes b/dnsmasq.changes index 0fd2dc3..444c2df 100644 --- a/dnsmasq.changes +++ b/dnsmasq.changes @@ -2,7 +2,6 @@ Tue Jan 14 09:53:47 UTC 2025 - Reinhard Max - bsc#1235834: Don't let compile time options change silently. -- Use pkgconfig for libidn2. - Disable --nftset for SLE-15-SP3 and older. - bsc#1235517: Reintroduce nogroup for SLE-15-SP3 and older. diff --git a/dnsmasq.spec b/dnsmasq.spec index 7dc8815..dc0ed5b 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -42,10 +42,10 @@ Source6: system-user-dnsmasq.conf Patch0: dnsmasq-groups.patch BuildRequires: dbus-1-devel BuildRequires: dos2unix +BuildRequires: libidn2-devel BuildRequires: libnettle-devel BuildRequires: lua-devel BuildRequires: pkgconfig -BuildRequires: pkgconfig(libidn2) BuildRequires: pkgconfig(libnetfilter_conntrack) %if %{with nftset} BuildRequires: pkgconfig(libnftables)