Yaniv Dary has uploaded a new change for review. Change subject: packaging: fixed issue in spec file ......................................................................
packaging: fixed issue in spec file Change-Id: I58096ec3fc5ac63b198cc7e0b9bedaaff0728ae4 Signed-off-by: Yaniv Dary <[email protected]> --- M packaging/ovirt-engine-reports.spec.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/29/12229/1 diff --git a/packaging/ovirt-engine-reports.spec.in b/packaging/ovirt-engine-reports.spec.in index 78c8ff6..5c587c3 100644 --- a/packaging/ovirt-engine-reports.spec.in +++ b/packaging/ovirt-engine-reports.spec.in @@ -122,7 +122,7 @@ %endif %{_bindir}/%{reports_name}-setup -%if "%{name}" != "%{reports_name} +%if "%{name}" != "%{reports_name}" %{_bindir}/%{name}-setup %endif -- To view, visit http://gerrit.ovirt.org/12229 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I58096ec3fc5ac63b198cc7e0b9bedaaff0728ae4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
