summaryrefslogtreecommitdiffstats
path: root/distro
diff options
context:
space:
mode:
authorDaniel Salzman <daniel.salzman@nic.cz>2024-05-14 09:48:16 +0200
committerDaniel Salzman <daniel.salzman@nic.cz>2024-05-14 10:07:50 +0200
commit460080ecf2c8c855ecaf5c6b4208f0726de2335d (patch)
tree3b2d69a1c91d53766d0114be53236fa32852f51f /distro
parentMerge branch 'tls_handshake_timeout' into 'master' (diff)
downloadknot-460080ecf2c8c855ecaf5c6b4208f0726de2335d.tar.xz
knot-460080ecf2c8c855ecaf5c6b4208f0726de2335d.zip
distro/rpm: add fix for OpenSUSE Tumbleweed
Diffstat (limited to 'distro')
-rw-r--r--distro/pkg/rpm/knot.spec4
1 files changed, 4 insertions, 0 deletions
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.