summaryrefslogtreecommitdiffstats
path: root/valkey-ldap.spec
diff options
context:
space:
mode:
Diffstat (limited to 'valkey-ldap.spec')
-rw-r--r--valkey-ldap.spec14
1 files changed, 11 insertions, 3 deletions
diff --git a/valkey-ldap.spec b/valkey-ldap.spec
index 432f4eb..c4d3805 100644
--- a/valkey-ldap.spec
+++ b/valkey-ldap.spec
@@ -1,12 +1,15 @@
# remirepo/fedora spec file for valkey-ldap
#
-# SPDX-FileCopyrightText: Copyright 2025 Remi Collet
+# SPDX-FileCopyrightText: Copyright 2025-2026 Remi Collet
# SPDX-License-Identifier: CECILL-2.1
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
#
# Please, preserve the changelog entries
#
+# TODO needs rust 1.85 (edition2024)
+# so build with --enablerepo=stream
+
%global cfgname ldap.conf
%global libname ldap.so
# Github forge
@@ -17,7 +20,7 @@
%global tag %{version}
Name: valkey-ldap
-Version: 1.0.0
+Version: 1.1.0
%forgemeta
Release: 1%{?dist}
Summary: Probabilistic data structures
@@ -38,7 +41,7 @@ BuildRequires: clang-devel
BuildRequires: openssl-devel
Requires: valkey(modules_abi)%{?_isa} = %{valkey_modules_abi}
-Requires: valkey >= 8.0
+Requires: valkey >= %{valkey_version}
# only a hint as auth module
Enhances: valkey
@@ -82,6 +85,8 @@ cargo tree \
: Required rust version
grep -h rust-version mycargo/*/Cargo.toml Cargo.toml | sort -u | tail -n 8
+%cargo_license_summary
+
%build
%cargo_build
@@ -100,5 +105,8 @@ install -Dpm640 %{cfgname} %{buildroot}%{valkey_modules_cfg}/%{cfgna
%changelog
+* Fri May 22 2026 Remi Collet <remi@remirepo.net> - 1.1.0-1
+- update to 1.1.0
+
* Wed Aug 6 2025 Remi Collet <remi@remirepo.net> - 1.0.0-1
- initial package