diff options
-rw-r--r-- | packaging/ebtables.spec | 4 |
1 files 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 |