From 605dd480dbac55ab8f149ba440e61da28a784f39 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 7 Oct 2016 10:11:37 +0200 Subject: removed old Fedora versions and added FC24 --- dist/redhat/nagios-plugin-curl.spec | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/dist/redhat/nagios-plugin-curl.spec b/dist/redhat/nagios-plugin-curl.spec index cfc2675..372a98b 100644 --- a/dist/redhat/nagios-plugin-curl.spec +++ b/dist/redhat/nagios-plugin-curl.spec @@ -63,24 +63,18 @@ %endif %define fedora 0 -%define fc21 0 -%define fc22 0 %define fc23 0 -%if 0%{?fedora_version} == 21 -%define dist fc21 -%define fc21 1 -%define fedora 1 -%endif -%if 0%{?fedora_version} == 22 -%define dist fc22 -%define fc22 1 -%define fedora 1 -%endif +%define fc24 0 %if 0%{?fedora_version} == 23 %define dist fc23 %define fc23 1 %define fedora 1 %endif +%if 0%{?fedora_version} == 24 +%define dist fc24 +%define fc24 1 +%define fedora 1 +%endif %define suse 0 %define osu131 0 -- cgit v1.2.3-54-g00ecf