From 0883814e8317edc8f3c409955708c56ccada292a Mon Sep 17 00:00:00 2001 From: Adam Osuchowski Date: Sun, 12 Nov 2017 15:18:33 +0100 Subject: [PATCH] - add "BuildArch: noarch" - rel up --- binwalk.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binwalk.spec b/binwalk.spec index d67ced9..a48aff8 100644 --- a/binwalk.spec +++ b/binwalk.spec @@ -5,7 +5,7 @@ Summary: Binary image analyze tool Name: binwalk Version: 2.1.1 -Release: 2 +Release: 3 License: MIT Group: Applications/Development Source0: https://github.com/devttys0/binwalk/archive/v%{version}.tar.gz @@ -16,6 +16,7 @@ BuildRequires: python3-modules BuildRequires: python3-setuptools %endif BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +BuildArch: noarch %description Binwalk is a tool for searching a given binary image for embedded -- 2.44.0