diff --git a/SPECS/gomtree.spec b/SPECS/gomtree.spec index 1cf3052..83d5c80 100644 --- a/SPECS/gomtree.spec +++ b/SPECS/gomtree.spec @@ -6,7 +6,7 @@ %global with_unit_test 1 %else %global with_devel 0 -%global with_bundled 0 +%global with_bundled 1 %global with_debug 1 %global with_check 0 %global with_unit_test 0 @@ -34,14 +34,11 @@ Name: gomtree Version: 0.3.1 -Release: 1%{?dist} +Release: 2.1%{?dist} Summary: Go CLI tool for mtree support License: BSD URL: https://%{provider_prefix} Source0: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz - -# e.g. el6 has ppc64 arch without gcc-go, so EA tag is required -ExclusiveArch: %{?go_arches:%{go_arches}}%{!?go_arches:%{ix86} x86_64 %{arm}} # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} @@ -178,6 +175,12 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath} %endif %changelog +* Mon Apr 03 2017 Lokesh Mandvekar - 0.3.1-2.1 +- build for all available arches on 7.4 + +* Tue Mar 21 2017 Frantisek Kluknavsky - 0.3.1-2 +- golang arches: https://bugzilla.redhat.com/show_bug.cgi?id=1418480 + * Mon Jan 23 2017 Frantisek Kluknavsky - 0.3.1-1 - Resolves: #1415321 - rebase to v0.3.1