From b8d8c324dc668f55f8153c4a70f3f00ffbc8b4c2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 7 Dec 2017 15:39:09 +0100 Subject: updated spec file for fc26 and fc27 --- dist/redhat/nagios-plugin-curl.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/dist/redhat/nagios-plugin-curl.spec b/dist/redhat/nagios-plugin-curl.spec index 2ddc645..609ad7d 100644 --- a/dist/redhat/nagios-plugin-curl.spec +++ b/dist/redhat/nagios-plugin-curl.spec @@ -54,7 +54,17 @@ %endif %if 0%{?fedora_version} == 25 %define dist fc25 -%define fc24 1 +%define fc25 1 +%define fedora 1 +%endif +%if 0%{?fedora_version} == 26 +%define dist fc26 +%define fc26 1 +%define fedora 1 +%endif +%if 0%{?fedora_version} == 27 +%define dist fc27 +%define fc27 1 %define fedora 1 %endif -- cgit v1.2.3-54-g00ecf