# untracked files
my $upstream_branch = ""; # upstream branch name
my $upstream_tag = ""; # upstream tag name used for generate tar ball
-my $fallback_to_native = 0; # fallback to native packaging mode if export fails
+my $fallback_to_native = 0; # fallback to native packaging mode if export fails
my $squash_patches_until = ""; # Commit_ID used for generate one patch
my $no_patch_export = 0; # don't generate patches if it's 1
my $packaging_dir = "packaging";# packaging dir
info("build failed, exit...");
$TERM = 1;
}
- }
+ }
debug("*** build $name exit with status($status), is dirty:$dirty, (worker: $thread) ***");
return $status;
Requires: perl(JSON)
Requires: perl(HTML::Template)
Requires: tizen-build >= 20140612
+%if 0%{?centos_ver} == 7
+
+%else
Requires: tizen-build-initvm-i586 >= 20140612
+%endif
%ifarch x86_64
Requires: tizen-build-initvm-x86_64 >= 20140612
%endif