From b7d1bddce0bf8bdc173b1c19fd27728b794ffde8 Mon Sep 17 00:00:00 2001 From: Piotr Bartosiewicz Date: Tue, 17 Jun 2014 14:08:37 +0200 Subject: [PATCH] Don't use 'release' macro. Release macro expands to project name instead of release number. Change-Id: If39cc873b7f337f8b22089a69e164e060a75a7b5 --- packaging/ebtables.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/ebtables.spec b/packaging/ebtables.spec index 2c8c2a1..7312a99 100644 --- a/packaging/ebtables.spec +++ b/packaging/ebtables.spec @@ -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 -- 2.7.4