Yaniv Dary has uploaded a new change for review. Change subject: packaging: fixed rpm build warning ......................................................................
packaging: fixed rpm build warning due to package naming change option the rpm build gave warning: 'File listed twice: /usr/bin/ovirt-engine-reports-setup' this fix causes the file to not appear twice. Change-Id: I11de2c5bb5442bc17a34479b5e6b5a53a7b68d38 Signed-off-by: Yaniv Dary <yd...@redhat.com> --- M packaging/ovirt-engine-reports.spec.in 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/18/12018/1 diff --git a/packaging/ovirt-engine-reports.spec.in b/packaging/ovirt-engine-reports.spec.in index 9542491..78c8ff6 100644 --- a/packaging/ovirt-engine-reports.spec.in +++ b/packaging/ovirt-engine-reports.spec.in @@ -122,7 +122,9 @@ %endif %{_bindir}/%{reports_name}-setup +%if "%{name}" != "%{reports_name} %{_bindir}/%{name}-setup +%endif %changelog * Sun Nov 4 2012 Yaniv Dary <yd...@redhat.com> - 3.1.0 -- To view, visit http://gerrit.ovirt.org/12018 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I11de2c5bb5442bc17a34479b5e6b5a53a7b68d38 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <yd...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches