diff --git a/SOURCES/cbs-koji.conf b/SOURCES/cbs-koji.conf index 8a9fddd..3bb8256 100644 --- a/SOURCES/cbs-koji.conf +++ b/SOURCES/cbs-koji.conf @@ -19,5 +19,5 @@ cert = ~/.centos.cert ca = ~/.centos-server-ca.cert ;certificate of the CA that issued the HTTP server certificate -serverca = /etc/ssl/certs/ca-bundle.cert +serverca = /etc/ssl/certs/ca-bundle.crt diff --git a/SPECS/centos-packager.spec b/SPECS/centos-packager.spec index adcda7b..4ae2950 100644 --- a/SPECS/centos-packager.spec +++ b/SPECS/centos-packager.spec @@ -44,6 +44,9 @@ ln -sf %{_bindir}/koji %{buildroot}%{_bindir}/cbs %{_bindir}/centos-cert %changelog +* Tue Nov 10 2015 brian@bstinson.com 0.5.2-1 +- Fix a typo pointing to the ca-bundle in the cbs koji profile + * Thu Oct 29 2015 brian@bstinson.com 0.5.1-1 - Refactor to be more friendly if the http request fails - Move centos_cert to centos-cert