diff options
| -rwxr-xr-x | makedeps.sh | 2 | ||||
| -rw-r--r-- | redis-json.spec | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/makedeps.sh b/makedeps.sh index 99ce444..2960125 100755 --- a/makedeps.sh +++ b/makedeps.sh @@ -12,7 +12,7 @@ if [ -f $NAME-$VERSION.tgz ]; then cargo vendor mycargo echo "+ Pack" - tar czf ../$NAME-deps-$VERSION.tgz mycargo + tar czf ../$NAME-deps-$VERSION.tgz mycargo Cargo.lock popd else echo $NAME-$VERSION.tgz missing diff --git a/redis-json.spec b/redis-json.spec index 336e33e..9d7a9af 100644 --- a/redis-json.spec +++ b/redis-json.spec @@ -139,6 +139,7 @@ install -Dpm640 %{cfgname} %{buildroot}%{redis_modules_cfg}/%{cfgname - update to 8.4.1 - open https://github.com/RedisJSON/RedisJSON/issues/1482 unusable because of inconsistency in cargo.toml and cargo.lock +- use updated Cargo.lock generated in vendored sources * Wed Nov 12 2025 Remi Collet <remi@remirepo.net> - 8.4.0-1 - update to 8.4.0 |
