Yaniv Dary has uploaded a new change for review.

Change subject: packaging: added leading question mark to dist tag
......................................................................

packaging: added leading question mark to dist tag

when using %{dist} to mark a package as having been built for a
specific distribution, we need to add it to Release field with a
leading question mark.

Change-Id: I8eba6521069049e6535f0eceb2b35764f215afdb
Bug-Url: https://bugzilla.redhat.com/1093599
Signed-off-by: Yaniv Dary <yd...@redhat.com>
---
M ovirt-engine-dwh.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-dwh refs/changes/58/27358/1

diff --git a/ovirt-engine-dwh.spec.in b/ovirt-engine-dwh.spec.in
index 53266f2..d961ede 100644
--- a/ovirt-engine-dwh.spec.in
+++ b/ovirt-engine-dwh.spec.in
@@ -78,7 +78,7 @@
 
 Name:          @PACKAGE_NAME@
 Version:       @RPM_VERSION@
-Release:       @RPM_RELEASE@%{?release_suffix}%{dist}
+Release:       @RPM_RELEASE@%{?release_suffix}%{?dist}
 License:       LGPLv2 and ASL 2.0
 Summary:       %{product_name}
 Group:         Virtualization/Management


-- 
To view, visit http://gerrit.ovirt.org/27358
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I8eba6521069049e6535f0eceb2b35764f215afdb
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-dwh
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

Reply via email to