diff --git a/fftw3.changes b/fftw3.changes index f180b3c..553a03a 100644 --- a/fftw3.changes +++ b/fftw3.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 19 11:39:08 UTC 2017 - eich@suse.com + +- Fix dependencies for the HPC devel package. + ------------------------------------------------------------------- Tue Oct 17 13:23:12 UTC 2017 - eich@suse.com diff --git a/fftw3.spec b/fftw3.spec index a0b4bca..eada1b7 100644 --- a/fftw3.spec +++ b/fftw3.spec @@ -146,12 +146,10 @@ data, and of arbitrary input size. %package devel Summary: Include Files and Libraries mandatory for Development Group: Development/Libraries/C and C++ -Requires: glibc-devel -%if %{without hpc} Requires: %package_libname = %{version}-%{release} -%else -#Requires: %%hpc_package_name = %%{version}-%%{release} -Requires: %{pname}-%{flavor}-devel = %{version}-%{release} +Requires: glibc-devel +%if %{with hpc} +%hpc_requires_devel %endif Provides: fftw-devel