]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
distro/pkg/rpm: provide knot-resolver user and group on openSUSE
authorJakub Ružička <jakub.ruzicka@nic.cz>
Thu, 15 Aug 2024 16:41:46 +0000 (18:41 +0200)
committerJakub Ružička <jakub.ruzicka@nic.cz>
Thu, 15 Aug 2024 17:08:17 +0000 (19:08 +0200)
distro/pkg/rpm/knot-resolver.spec

index 0a7e2838f62ad613ca0f2e313b3620d30e0faf78..293607d4ff5ee022fbfe8e738ca4ecf34ed9a244 100644 (file)
@@ -85,10 +85,14 @@ BuildRequires:  openssl-devel
 %endif
 
 %if 0%{?suse_version}
+# openSUSE specific
 %define NINJA ninja
 BuildRequires:  lmdb-devel
 BuildRequires:  python3-Sphinx
 Requires(pre):  shadow
+
+Provides:   user(knot-resolver)
+Provides:   group(knot-resolver)
 %endif
 
 %if "x%{?rhel}" == "x"