From 3d7a47c9acb1120f90225c833fd56cffeb99c2cd Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Tue, 26 Mar 2019 13:22:59 +0300 Subject: Packages: added RHEL 8 support. --- pkg/rpm/unit.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/rpm/unit.spec.in') diff --git a/pkg/rpm/unit.spec.in b/pkg/rpm/unit.spec.in index 05ee79af..7fc950ec 100644 --- a/pkg/rpm/unit.spec.in +++ b/pkg/rpm/unit.spec.in @@ -67,7 +67,7 @@ dynamically via an API. %debug_package %endif -%if 0%{?fedora} +%if (0%{?fedora}) || (0%{?rhel} >= 8) %define _debugsource_template %{nil} %endif -- cgit