[weechat] Fix default ca-bundle.crt location

Jamie Nguyen jamielinux at fedoraproject.org
Wed Oct 22 22:48:56 UTC 2014


commit b491abfd666f884c8837b9f4952995807584772a
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Wed Oct 22 23:40:28 2014 +0100

    Fix default ca-bundle.crt location

 weechat.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/weechat.spec b/weechat.spec
index d52a749..eb3d4f2 100644
--- a/weechat.spec
+++ b/weechat.spec
@@ -10,7 +10,7 @@
 
 Name:      weechat
 Version:   1.0.1
-Release:   1%{?dist}
+Release:   2%{?dist}
 
 Summary:   Portable, fast, light and extensible IRC client
 URL:       http://weechat.org
@@ -75,6 +75,7 @@ pushd build
   -DENABLE_ENCHANT=ON \
   -DENABLE_DOC=ON \
   -DENABLE_MAN=ON \
+  -DCA_FILE=/etc/pki/tls/certs/ca-bundle.crt \
   ..
 make VERBOSE=1 %{?_smp_mflags}
 popd
@@ -114,6 +115,9 @@ popd
 
 
 %changelog
+* Wed Oct 22 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.0.1-2
+- fix default ca-bundle.crt location (#1151748)
+ 
 * Sun Sep 28 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.0.1-1
 - update to upstream release 1.0.1
 


More information about the scm-commits mailing list