diff --git a/ruby3.2.changes b/ruby3.2.changes index 130465a..8900eb8 100644 --- a/ruby3.2.changes +++ b/ruby3.2.changes @@ -4,6 +4,12 @@ Tue Nov 7 10:01:55 UTC 2023 - Dominique Leuenberger - Fix build with RPM 4.19: unnumbered patches are no longer supported. +------------------------------------------------------------------- +Sat Nov 4 00:42:57 UTC 2023 - Marcus Rueckert + +- add Provides that we can differentiate between between jemalloc + enabled and non enabled ruby + ------------------------------------------------------------------- Thu Mar 30 14:23:04 UTC 2023 - Marcus Rueckert diff --git a/ruby3.2.spec b/ruby3.2.spec index 0ea9b5e..8dd2852 100644 --- a/ruby3.2.spec +++ b/ruby3.2.spec @@ -106,6 +106,9 @@ BuildRequires: llvm-devel BuildRequires: gmp-devel %if %{with jemalloc} BuildRequires: jemalloc-devel +Provides: %{name}-with-jemalloc = %{version}-%{release} +%else +Provides: %{name}-without-jemalloc = %{version}-%{release} %endif BuildRequires: autoconf BuildRequires: libffi-devel