summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2016-04-12 21:15:58 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2016-04-12 21:15:58 +0200
commit61846a1f73c82b256971db54145886607a895a4a (patch)
tree91813f1072667da47eb7d78fca2fe92c39e1adbb
parent9d7baf8f6d9f57c38c1901c8b3026873f1b955e3 (diff)
downloadpgfuse-61846a1f73c82b256971db54145886607a895a4a.tar.gz
pgfuse-61846a1f73c82b256971db54145886607a895a4a.tar.bz2
adapted for Fedora 23
-rw-r--r--dist/redhat/pgfuse.spec6
1 files changed, 6 insertions, 0 deletions
diff --git a/dist/redhat/pgfuse.spec b/dist/redhat/pgfuse.spec
index fc54fac..429f6e0 100644
--- a/dist/redhat/pgfuse.spec
+++ b/dist/redhat/pgfuse.spec
@@ -65,6 +65,7 @@
%define fedora 0
%define fc21 0
%define fc22 0
+%define fc23 0
%if 0%{?fedora_version} == 21
%define dist fc21
%define fc21 1
@@ -75,6 +76,11 @@
%define fc22 1
%define fedora 1
%endif
+%if 0%{?fedora_version} == 23
+%define dist fc23
+%define fc23 1
+%define fedora 1
+%endif
%define suse 0
%define osu131 0