diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-02 07:46:08 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-02 07:46:08 +0100 |
| commit | 5e0793c17e4d51364b3e15bf7d471ca4282c4ae5 (patch) | |
| tree | 412543a7677b21bb16d895a3f484ea176801a59c | |
| parent | 55b8bdb5b257512fa40e6724ec011ef3e60d2508 (diff) | |
https://github.com/remicollet/remirepo/issues/333
| -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 |
