
Sandro Bonazzola has submitted this change and it was merged. Change subject: packaging: Never repack .jar files ...................................................................... packaging: Never repack .jar files Currently we conditionally disable repackaging of .jar files, setting the "__jar_repack" global macro to 0 only for quick builds. But repackaing isn't really useful for us. See a description of the reason behind repackaging here: https://www.redhat.com/archives/fedora-devel-java-list/2008-September/msg000... This patch changes the .spec so that the "__jar_repack" macro is always set to 0, thus speeding up all the builds. Change-Id: I4fcf6e7bcd0209fb9715539c95419a634217069a Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M ovirt-engine.spec.in 1 file changed, 4 insertions(+), 1 deletion(-) Approvals: Sandro Bonazzola: Looks good to me, approved; Passed CI tests Juan Hernandez: Verified Eyal Edri: Looks good to me, but someone else must approve -- To view, visit https://gerrit.ovirt.org/52917 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I4fcf6e7bcd0209fb9715539c95419a634217069a Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Anton Marchukov <amarchuk@redhat.com> Gerrit-Reviewer: Eyal Edri <eedri@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>