Debug builds are failing. Disable them.

This commit is contained in:
Stephen Gallagher 2016-12-21 10:25:58 -05:00
parent e44c1edddf
commit 997fcd94aa
No known key found for this signature in database
GPG Key ID: 7A25556236BAA3A3
1 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,4 @@
%global with_debug 1
%global with_debug 0
%{?!_pkgdocdir:%global _pkgdocdir %{_docdir}/%{name}-%{version}}
@ -19,7 +19,7 @@
%global nodejs_patch 2
%global nodejs_abi %{nodejs_major}.%{nodejs_minor}
%global nodejs_version %{nodejs_major}.%{nodejs_minor}.%{nodejs_patch}
%global nodejs_release 1
%global nodejs_release 2
# == Bundled Dependency Versions ==
# v8 - from deps/v8/include/v8-version.h
@ -403,6 +403,9 @@ NODE_PATH=%{buildroot}%{_prefix}/lib/node_modules %{buildroot}/%{_bindir}/node -
%{_pkgdocdir}/npm/doc
%changelog
* Wed Dec 21 2016 Stephen Gallagher <sgallagh@redhat.com> - 1:6.9.2-2
- Debug builds are failing. Disable them.
* Thu Dec 08 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1:6.9.2-1
- Update to v6.9.2