summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-12-07 15:39:09 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2017-12-07 15:39:09 +0100
commitb8d8c324dc668f55f8153c4a70f3f00ffbc8b4c2 (patch)
treebdf541a1ed09b46d859d3c2b438826ef7165172a
parenteea9686d75b6500366f3537264dee9a17c8291b1 (diff)
downloadnagios-plugin-curl-b8d8c324dc668f55f8153c4a70f3f00ffbc8b4c2.tar.gz
nagios-plugin-curl-b8d8c324dc668f55f8153c4a70f3f00ffbc8b4c2.tar.bz2
updated spec file for fc26 and fc27
-rw-r--r--dist/redhat/nagios-plugin-curl.spec12
1 files changed, 11 insertions, 1 deletions
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