From cf651b8f75567e873463814f9d21164ce7e01e38 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 22 Jun 2015 16:53:28 +0200 Subject: [PATCH 1/1] Fix idmetaversion strips n SA-743 --- yazproxy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazproxy.spec b/yazproxy.spec index 0929eb1..fd2e474 100644 --- a/yazproxy.spec +++ b/yazproxy.spec @@ -1,4 +1,4 @@ -%define idmetaversion %(. ./IDMETA; echo $VERSION|tr -d '\n') +%define idmetaversion %(. ./IDMETA; echo $VERSION) Summary: yazproxy Name: yazproxy Version: %{idmetaversion} -- 1.7.10.4