diff options
| author | Remi Collet <remi@remirepo.net> | 2026-06-30 07:22:45 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-06-30 07:22:45 +0200 |
| commit | a8719b5258964d2349829ae27246b604d2033e20 (patch) | |
| tree | 3081c1f7b4ad1a8c443c433110b4f05019eb7d6e | |
| parent | 9790cc921be05d98c2e322e655107e157d8ed4e0 (diff) | |
| -rw-r--r-- | valkey-ldap.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/valkey-ldap.spec b/valkey-ldap.spec index c4d3805..84255b4 100644 --- a/valkey-ldap.spec +++ b/valkey-ldap.spec @@ -20,7 +20,7 @@ %global tag %{version} Name: valkey-ldap -Version: 1.1.0 +Version: 1.1.1 %forgemeta Release: 1%{?dist} Summary: Probabilistic data structures @@ -85,7 +85,7 @@ cargo tree \ : Required rust version grep -h rust-version mycargo/*/Cargo.toml Cargo.toml | sort -u | tail -n 8 -%cargo_license_summary +%{?cargo_license_summary} %build @@ -105,6 +105,9 @@ install -Dpm640 %{cfgname} %{buildroot}%{valkey_modules_cfg}/%{cfgna %changelog +* Tue Jun 30 2026 Remi Collet <remi@remirepo.net> - 1.1.1-1 +- update to 1.1.1 + * Fri May 22 2026 Remi Collet <remi@remirepo.net> - 1.1.0-1 - update to 1.1.0 |
