Skip to content

Commit

Permalink
Update Redis to the latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Nov 2, 2024
1 parent d14c929 commit 07b92f4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 5 additions & 2 deletions specs/redis/redis.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

Summary: A persistent key-value database
Name: redis
Version: 7.2.5
Version: 7.2.6
Release: 0%{?dist}
License: BSD
Group: Applications/Databases
Expand Down Expand Up @@ -90,7 +90,7 @@ Header file required for building loadable Redis modules.

%prep
%crc_check
%autosetup -p1 -n %{realname}-%{version}
%autosetup -p1 -n %{name}-%{version}

%build
export BUILD_WITH_SYSTEMD=yes
Expand Down Expand Up @@ -203,6 +203,9 @@ systemctl daemon-reload &>/dev/null || :
################################################################################

%changelog
* Sat Nov 02 2024 Anton Novojilov <[email protected]> - 7.2.6-0
- https://github.com/redis/redis/blob/7.2.6/00-RELEASENOTES

* Tue Aug 20 2024 Anton Novojilov <[email protected]> - 7.2.5-0
- https://github.com/redis/redis/blob/7.2.5/00-RELEASENOTES

Expand Down
5 changes: 4 additions & 1 deletion specs/redis/redis72.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Summary: A persistent key-value database
Name: redis%{major_ver}%{minor_ver}
Version: 7.2.5
Version: 7.2.6
Release: 0%{?dist}
License: BSD
Group: Applications/Databases
Expand Down Expand Up @@ -204,6 +204,9 @@ systemctl daemon-reload &>/dev/null || :
################################################################################

%changelog
* Sat Nov 02 2024 Anton Novojilov <[email protected]> - 7.2.6-0
- https://github.com/redis/redis/blob/7.2.6/00-RELEASENOTES

* Tue Aug 20 2024 Anton Novojilov <[email protected]> - 7.2.5-0
- https://github.com/redis/redis/blob/7.2.5/00-RELEASENOTES

Expand Down
5 changes: 4 additions & 1 deletion specs/redis/redis74.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Summary: A persistent key-value database
Name: redis%{major_ver}%{minor_ver}
Version: 7.4.0
Version: 7.4.1
Release: 0%{?dist}
License: RSALv2 and SSPLv1
Group: Applications/Databases
Expand Down Expand Up @@ -204,5 +204,8 @@ systemctl daemon-reload &>/dev/null || :
################################################################################

%changelog
* Sat Nov 02 2024 Anton Novojilov <[email protected]> - 7.4.1-0
- https://github.com/redis/redis/releases/tag/7.4.1

* Tue Aug 20 2024 Anton Novojilov <[email protected]> - 7.4.0-0
- https://github.com/redis/redis/releases/tag/7.4.0

0 comments on commit 07b92f4

Please sign in to comment.