diff options
| -rw-r--r-- | valkey-bloom.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/valkey-bloom.spec b/valkey-bloom.spec index d7d8f39..6ba28f9 100644 --- a/valkey-bloom.spec +++ b/valkey-bloom.spec @@ -19,7 +19,7 @@ Name: valkey-bloom Version: 1.0.1 %forgemeta -Release: 1%{?dist} +Release: 2%{?dist} Summary: Probabilistic data structures # this module is BSD-3-Clause # rust libraries are Apache-2.0, MIT, BSD-2-CLAUSE @@ -98,6 +98,10 @@ install -Dpm640 %{cfgname} %{buildroot}%{valkey_modules_cfg}/%{cfgna %changelog +* Mon Mar 2 2026 Remi Collet <remi@remirepo.net> - 1.0.1-2 +- rebuild to fix dependency on valkey + https://github.com/remicollet/remirepo/issues/333 + * Tue Feb 24 2026 Remi Collet <remi@remirepo.net> - 1.0.1-1 - update to 1.0.1 |
