From 9fbb7712da17e94881912bb80dc815625be0d4e1 Mon Sep 17 00:00:00 2001 From: Ankur Sinha (Ankur Sinha Gmail) Date: Sep 17 2020 16:32:07 +0000 Subject: Remove noarch --- diff --git a/neuroConstruct.spec b/neuroConstruct.spec index bcae88f..267a419 100644 --- a/neuroConstruct.spec +++ b/neuroConstruct.spec @@ -4,7 +4,7 @@ Name: neuroConstruct Version: 1.7.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Biophysically detailed neuronal modelling in 3D License: GPLv2 @@ -16,9 +16,6 @@ Source0: https://github.com/NeuralEnsemble/neuroConstruct/releases/downlo Requires: java-headless Requires: javapackages-filesystem -BuildArch: noarch - - %description This is neuroConstruct, software for developing 3D networks for biologically realistic neuronal simulations. Some of the key features of neuroConstruct are: @@ -64,5 +61,8 @@ install -p -m 0755 -D -T nCenv.sh %{buildroot}/%{_bindir}/nCenv.sh %changelog +* Thu Sep 17 2020 Ankur Sinha - 1.7.2-2 +- Remove noarch: build fails on F31 and F32 + * Thu Sep 17 2020 Ankur Sinha - 1.7.2-1 - Initial build