summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2016-10-07 10:11:37 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2016-10-07 10:11:37 +0200
commit605dd480dbac55ab8f149ba440e61da28a784f39 (patch)
tree36abe66f32c6138facd39c4cd6a295d553a88e90
parentb590a2082304cec3a4d3c6de2c226eeaf5205ed5 (diff)
downloadnagios-plugin-curl-605dd480dbac55ab8f149ba440e61da28a784f39.tar.gz
nagios-plugin-curl-605dd480dbac55ab8f149ba440e61da28a784f39.tar.bz2
removed old Fedora versions and added FC24
-rw-r--r--dist/redhat/nagios-plugin-curl.spec18
1 files 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