Change in ovirt-engine-cli[master]: cli: Always generate the tarball when building RPMs

Juan Hernandez has submitted this change and it was merged. Change subject: cli: Always generate the tarball when building RPMs ...................................................................... cli: Always generate the tarball when building RPMs Currently when building a RPM the tarball is generated using the "git archive" command and the HEAD tree. This means that changes that haven't been locally commited aren't included in the result. In addition the tarball is only generated if there were changes in the Makefile or the .spec template, which has the same effect. To avoid these two issues this patch changes the command used to build the tarball and also changes the Makefile so that the tarball is always regenerated. Change-Id: Iac7989eb69f7a3ec3447cc1cb729b76528b0d012 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M Makefile M ovirt-engine-cli.spec.in 2 files changed, 34 insertions(+), 30 deletions(-) Approvals: Tal Nisan: Looks good to me, but someone else must approve Juan Hernandez: Verified; Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/39857 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iac7989eb69f7a3ec3447cc1cb729b76528b0d012 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-cli Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: automation@ovirt.org
participants (1)
-
juan.hernandez@redhat.com