From 460080ecf2c8c855ecaf5c6b4208f0726de2335d Mon Sep 17 00:00:00 2001 From: Daniel Salzman Date: Tue, 14 May 2024 09:48:16 +0200 Subject: distro/rpm: add fix for OpenSUSE Tumbleweed --- distro/pkg/rpm/knot.spec | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'distro') diff --git a/distro/pkg/rpm/knot.spec b/distro/pkg/rpm/knot.spec index a5c1384fd..3a7d89eb6 100644 --- a/distro/pkg/rpm/knot.spec +++ b/distro/pkg/rpm/knot.spec @@ -75,6 +75,10 @@ Requires(postun): systemd Requires: %{name}-libs%{?_isa} = %{version}-%{release} +%if 0%{?suse_version} +Provides: group(knot) +%endif + %description Knot DNS is a high-performance authoritative DNS server implementation. -- cgit v1.2.3