diff --git a/kokkos.spec b/kokkos.spec index bd660ca..5a9bf99 100644 --- a/kokkos.spec +++ b/kokkos.spec @@ -4,7 +4,7 @@ Name: kokkos Version: 3.4.01 %global sover 3.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Kokkos C++ Performance Portability Programming # no support for 32-bit archs https://github.com/kokkos/kokkos/issues/2312 ExcludeArch: i686 armv7hl @@ -79,6 +79,9 @@ This package contains the development files of %{name}. %{_bindir}/kokkos_launch_compiler %changelog +* Tue Jun 22 2021 Christoph Junghans - 3.4.01-2 +- Rebuild for glibc (no libdl.so anymore) + * Fri May 28 2021 Christoph Junghans - 3.4.01-1 - Version bump to v3.4.01 (bug #1965296)