[Spice-devel] [NSIS] packaging: spec: avoid suffix in iso label

Yedidyah Bar David didi at redhat.com
Mon Feb 8 17:57:42 UTC 2016


From: Sandro Bonazzola <sbonazzo at redhat.com>

Avoid suffix in iso labeling: release number with the
full suffix exceeds the maximum length allowed.

Change-Id: I8f480b8dc091051416901e3748169e2afe390229
Signed-off-by: Sandro Bonazzola <sbonazzo at redhat.com>
---
 ovirt-guest-tools-iso.spec.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ovirt-guest-tools-iso.spec.in b/ovirt-guest-tools-iso.spec.in
index 4d1829c..6dc1c40 100644
--- a/ovirt-guest-tools-iso.spec.in
+++ b/ovirt-guest-tools-iso.spec.in
@@ -44,7 +44,8 @@ Windows Guest tools ISO for oVirt Virtualization Manager.
 %global make_common_opts \\\
 	PREFIX=%{_prefix} \\\
 	MODE=OVIRT \\\
-	DISPLAYED_VERSION='%{version}-%{release}'
+	DISPLAYED_VERSION='%{version}-%{release}' \\\
+	ISO_LABEL='oVirt-WGT-%{version}-%{rel}'
 
 %prep
 %setup -n %{source_base} -q
-- 
2.1.4



More information about the Spice-devel mailing list