[xulrunner] Disable system sqlite for Fedora17 and older

Martin Stransky stransky at fedoraproject.org
Tue Apr 24 09:29:52 UTC 2012


commit a74f3223d9720bb42ba7502085e56fc6efd9fc42
Author: Martin Stransky <stransky at anakreon.cz>
Date:   Tue Apr 24 11:29:38 2012 +0200

    Disable system sqlite for Fedora17 and older

 xulrunner.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xulrunner.spec b/xulrunner.spec
index 94d7441..701000e 100644
--- a/xulrunner.spec
+++ b/xulrunner.spec
@@ -2,7 +2,7 @@
 %define system_nss        1
 
 # Use system sqlite?
-%if 0%{?fedora} <= 15
+%if 0%{?fedora} <= 17
 %define system_sqlite     0
 %else
 %define system_sqlite     1


More information about the scm-commits mailing list