diff --git a/uhd.spec b/uhd.spec index ff42ec6..5676ceb 100644 --- a/uhd.spec +++ b/uhd.spec @@ -25,7 +25,7 @@ Name: uhd URL: http://code.ettus.com/redmine/ettus/projects/uhd/wiki Version: %{ver_major}.%{ver_minor}.%{ver_patch} -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv3+ BuildRequires: cmake BuildRequires: boost-devel, libusb1-devel, python-cheetah, ncurses-devel @@ -37,10 +37,6 @@ Requires(pre): shadow-utils Requires: tkinter Group: Applications/Engineering Summary: Universal Hardware Driver for Ettus Research products -# Workaround for rhbz#1128127 -%if 0%{?rhel:1} -ExcludeArch: ppc64 -%endif Source0: http://github.com/EttusResearch/uhd/archive/release_%{ver_}.tar.gz#/uhd-release_%{ver_}.tar.gz Source1: %{name}-limits.conf Source2: http://files.ettus.com/binaries/images/uhd-images_%{ver}-release.tar.gz @@ -212,6 +208,9 @@ install -Dpm 0755 tools/uhd_dump/chdr_log %{buildroot}%{_bindir}/chdr_log %{_bindir}/chdr_log %changelog +* Thu Mar 12 2015 Jaroslav Škarvada - 3.8.2-3 +- Enabled build on ppc64 on RHEL + * Wed Mar 11 2015 Jaroslav Škarvada - 3.8.2-2 - Fixed building without NEON, especially on aarch64 Resolves: rhbz#1200836