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.module.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/rpm/unit.module.spec.in') diff --git a/pkg/rpm/unit.module.spec.in b/pkg/rpm/unit.module.spec.in index 6a229c0f..2ef4ff1b 100644 --- a/pkg/rpm/unit.module.spec.in +++ b/pkg/rpm/unit.module.spec.in @@ -44,7 +44,7 @@ This package contains %%SUMMARY%%. %debug_package %endif -%if 0%{?fedora} +%if (0%{?fedora}) || (0%{?rhel} >= 8) %define _debugsource_template %{nil} %endif -- cgit