From 66d4c2f3d35be6b8cbed228e7a11a7a6eafc1c7e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jun 16 2016 13:06:04 +0000 Subject: Python3 binaries should require only python3 (RHBZ #1342502) Signed-off-by: Igor Gnatenko --- diff --git a/python-moss.spec b/python-moss.spec index 829c587..feaf3b8 100644 --- a/python-moss.spec +++ b/python-moss.spec @@ -2,7 +2,7 @@ Name: python-%{modname} Version: 0.3.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Assorted utilities for neuroimaging and cognitive science License: BSD @@ -113,6 +113,8 @@ rm -rf moss/nipy/ # Depends on 'freeview' utility rm %{buildroot}%{_bindir}/recon_qc +sed -i -e '1s,.*,%{_bindir}/python3,' %{buildroot}%{_bindir}/* + %check # Don't fail here because upstream says: # Note that some of the statistical tests depend on randomly generated data @@ -138,6 +140,9 @@ nosetests-%{python3_version} -v -e test_remove_by_group || : %{python3_sitelib}/%{modname}* %changelog +* Thu Jun 16 2016 Igor Gnatenko - 0.3.4-5 +- Python3 binaries should require only python3 (RHBZ #1342502) + * Thu Feb 04 2016 Fedora Release Engineering - 0.3.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild