From eea9686d75b6500366f3537264dee9a17c8291b1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 16 Feb 2017 13:21:03 +0100 Subject: remoevd FC23 and added FC25 --- dist/redhat/nagios-plugin-curl.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dist/redhat/nagios-plugin-curl.spec b/dist/redhat/nagios-plugin-curl.spec index b24ce78..2ddc645 100644 --- a/dist/redhat/nagios-plugin-curl.spec +++ b/dist/redhat/nagios-plugin-curl.spec @@ -45,18 +45,18 @@ %endif %define fedora 0 -%define fc23 0 %define fc24 0 -%if 0%{?fedora_version} == 23 -%define dist fc23 -%define fc23 1 -%define fedora 1 -%endif +%define fc25 0 %if 0%{?fedora_version} == 24 %define dist fc24 %define fc24 1 %define fedora 1 %endif +%if 0%{?fedora_version} == 25 +%define dist fc25 +%define fc24 1 +%define fedora 1 +%endif %define suse 0 %if 0%{?suse_version} > 1320 -- cgit v1.2.3-54-g00ecf