summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2013-04-15 22:09:15 +0200
committerAndreas Baumann <abaumann@yahoo.com>2013-04-15 22:09:15 +0200
commit5840abd0e3ce8944ca05b242b06623244a1a4e56 (patch)
tree4f79b5e94ee32501b8a0d87de3246398bf02ccd6
parent8f92530fd96cadff64fabc711c6b523ffb27fe29 (diff)
downloadpgfuse-5840abd0e3ce8944ca05b242b06623244a1a4e56.tar.gz
pgfuse-5840abd0e3ce8944ca05b242b06623244a1a4e56.tar.bz2
fixed spec file for Fedora 18 OSC build
-rw-r--r--redhat/pgfuse.spec10
1 files changed, 8 insertions, 2 deletions
diff --git a/redhat/pgfuse.spec b/redhat/pgfuse.spec
index ca721bd..c27e6be 100644
--- a/redhat/pgfuse.spec
+++ b/redhat/pgfuse.spec
@@ -50,8 +50,14 @@
%endif
%define fc17 0
%if 0%{?fedora_version} == 17
-%define dist fc16
-%define fc17 1
+%define dist fc17
+%define fc17 1
+%define fedora 1
+%endif
+%define fc18 0
+%if 0%{?fedora_version} == 18
+%define dist fc18
+%define fc18 1
%define fedora 1
%endif