Properly limit repository configuration dependencies. (#12661)
Austin S. Hemmelgarn committed
Apr 11, 2022 at 14:38 UTC
e5c28c70eeb3137bb40514df2f0df09da1521990
1 file changed
+1
-1
packaging/repoconfig/netdata-repo.spec
+1
-1
@@ -19,7 +19,7 @@ Source7: netdata-edge.repo.ol
19
20
BuildArch: noarch
21
22
-%if 0%{?centos_ver} < 8
22
+%if 0%{?centos_ver} && 0%{?centos_ver} < 8
23
Requires: yum-plugin-priorities
24
%endif
25