Cosmetic change aligned with jdk8

This commit is contained in:
Jiri Vanek 2018-06-21 16:03:02 +02:00
parent 202a7bb885
commit f272c6f4f1
1 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
######################################################
# RPM conditionals so as to be able to dynamically produce # RPM conditionals so as to be able to dynamically produce
# slowdebug/release builds. See: # slowdebug/release builds. See:
# http://rpm.org/user_doc/conditional_builds.html # http://rpm.org/user_doc/conditional_builds.html
@ -17,7 +16,6 @@
# Only produce a debug build on x86_64: # Only produce a debug build on x86_64:
# $ fedpkg local --without release # $ fedpkg local --without release
# #
######################################################
# Enable slowdebug builds by default on relevant arches. # Enable slowdebug builds by default on relevant arches.
%bcond_without slowdebug %bcond_without slowdebug
# Enable release builds by default on relevant arches. # Enable release builds by default on relevant arches.
@ -38,7 +36,6 @@
%global debug_on with full debug on %global debug_on with full debug on
%global for_debug for packages with debug on %global for_debug for packages with debug on
# by default we build normal build
%if %{with release} %if %{with release}
%global include_normal_build 1 %global include_normal_build 1
%else %else