Don't use 'release' macro. accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_3.0_ivi accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable tizen tizen_3.0.2014.q3_common tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0_ivi accepted/tizen/common/20140620.140208 accepted/tizen/ivi/20140623.113454 submit/tizen/20140618.154417 submit/tizen/20140618.160448 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0_ivi_release
authorPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Tue, 17 Jun 2014 12:08:37 +0000 (14:08 +0200)
committerPiotr Bartosiewicz <p.bartosiewi@partner.samsung.com>
Wed, 18 Jun 2014 14:45:58 +0000 (16:45 +0200)
Release macro expands to project name instead of release number.

Change-Id: If39cc873b7f337f8b22089a69e164e060a75a7b5

packaging/ebtables.spec

index 2c8c2a1..7312a99 100644 (file)
@@ -5,7 +5,7 @@ Release:        4
 License:        GPL-2.0+
 Group:          Security/Network
 URL:            http://ebtables.sf.net/
-Source:         http://downloads.sf.net/ebtables/%{name}-v%{version}-%{release}.tar.gz
+Source:         http://downloads.sf.net/ebtables/%{name}-v%{version}.tar.gz
 
 # Gbp-Ignore-Patches: 0 1
 Patch0:         no-root-install.patch
@@ -20,7 +20,7 @@ The ebtables tool can be used together with the other Linux filtering tools,
 like iptables. There are no incompatibility issues.
 
 %prep
-%setup -q -n %{name}-v%{version}-%{release}
+%setup -q -n %{name}-v%{version}
 
 # Gbp-Patch-Macros
 %patch0 -p1