summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro Bonazzola <sbonazzo@redhat.com>2016-02-08 19:57:42 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-02-09 16:13:30 +0100
commit2ec64dabbeaa13a932160e23ad53a2113a93591e (patch)
treeb79fb1f2e482880cd94171ba11dada597ae10480
parenta867579ce30b70ddb8a50807dd8e7c1770ff6166 (diff)
packaging: spec: avoid suffix in iso label
Avoid suffix in iso labeling. For nightly builds, the release number ends up being "3_master.20160208133359.git1f65ee4.fc23" This exceeds the maximum length allowed, which is 16 chars with Joliet on Windows systems. Change-Id: I8f480b8dc091051416901e3748169e2afe390229 Signed-off-by: Sandro Bonazzola <sbonazzo@redhat.com>
-rw-r--r--ovirt-guest-tools-iso.spec.in3
1 files changed, 2 insertions, 1 deletions
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