From 826c12b48a0dfcbfd5b67ee1aa5fe0a71af93262 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Mon, 12 Nov 2012 12:06:44 +0100 Subject: [PATCH] - rpm5 treats all '#' as comments, use '?' in URL hack - rel 5 --- ekg2.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ekg2.spec b/ekg2.spec index d5e6056..d4580c2 100644 --- a/ekg2.spec +++ b/ekg2.spec @@ -28,7 +28,7 @@ %define subver 20110703 %endif -%define rel 4 +%define rel 5 %if %{with sqlite} %undefine sqlite3 @@ -43,7 +43,7 @@ Epoch: 2 License: GPL v2+ Group: Applications/Communications %if %{without git} -Source0: https://github.com/leafnode/ekg2/tarball/master#/%{name}-%{subver}.tar.bz2 +Source0: https://github.com/leafnode/ekg2/tarball/master?/%{name}-%{subver}.tar.bz2 # Source0-md5: f451ea9f281d6b8c2578059a3863cee3 %endif Patch0: %{name}-perl-install.patch -- 2.44.0