Sat, 03 Jun 2023 18:05:05 UTC

Information for build redis-7.0.2-1.fc37

ID1981030
Package Nameredis
Version7.0.2
Release1.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/redis.git#9ccd7c7e8606c155f1ddd3191f17a5dd24141cb0
SummaryA persistent key-value database
DescriptionRedis is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Redis works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Redis also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Redis behave like a cache. You can use Redis from most programming languages also.
Built byremi
State complete
Volume prod
StartedMon, 13 Jun 2022 06:07:33 UTC
CompletedMon, 13 Jun 2022 06:13:06 UTC
Taskbuild (rawhide, /rpms/redis.git:9ccd7c7e8606c155f1ddd3191f17a5dd24141cb0)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/redis.git#9ccd7c7e8606c155f1ddd3191f17a5dd24141cb0'}}
Tags No tags
RPMs
src
redis-7.0.2-1.fc37.src.rpm (info) (download)
aarch64
redis-7.0.2-1.fc37.aarch64.rpm (info) (download)
redis-devel-7.0.2-1.fc37.aarch64.rpm (info) (download)
redis-debuginfo-7.0.2-1.fc37.aarch64.rpm (info) (download)
redis-debugsource-7.0.2-1.fc37.aarch64.rpm (info) (download)
i686
redis-7.0.2-1.fc37.i686.rpm (info) (download)
redis-devel-7.0.2-1.fc37.i686.rpm (info) (download)
redis-debuginfo-7.0.2-1.fc37.i686.rpm (info) (download)
redis-debugsource-7.0.2-1.fc37.i686.rpm (info) (download)
noarch
redis-doc-7.0.2-1.fc37.noarch.rpm (info) (download)
ppc64le
redis-7.0.2-1.fc37.ppc64le.rpm (info) (download)
redis-devel-7.0.2-1.fc37.ppc64le.rpm (info) (download)
redis-debuginfo-7.0.2-1.fc37.ppc64le.rpm (info) (download)
redis-debugsource-7.0.2-1.fc37.ppc64le.rpm (info) (download)
s390x
redis-7.0.2-1.fc37.s390x.rpm (info) (download)
redis-devel-7.0.2-1.fc37.s390x.rpm (info) (download)
redis-debuginfo-7.0.2-1.fc37.s390x.rpm (info) (download)
redis-debugsource-7.0.2-1.fc37.s390x.rpm (info) (download)
x86_64
redis-7.0.2-1.fc37.x86_64.rpm (info) (download)
redis-devel-7.0.2-1.fc37.x86_64.rpm (info) (download)
redis-debuginfo-7.0.2-1.fc37.x86_64.rpm (info) (download)
redis-debugsource-7.0.2-1.fc37.x86_64.rpm (info) (download)
Logs
i686
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
aarch64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
ppc64le
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
s390x
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon Jun 13 2022 Remi Collet <remi@remirepo.net> - 7.0.2-1 - Upstream 7.0.2 release. * Wed Jun 08 2022 Remi Collet <remi@remirepo.net> - 7.0.1-1 - Upstream 7.0.1 release. * Thu Apr 28 2022 Remi Collet <remi@remirepo.net> - 7.0.0-1 - Upstream 7.0.0 release. * Thu Apr 28 2022 Remi Collet <remi@remirepo.net> - 6.2.7-1 - Upstream 6.2.7 release. * Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.2.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Nov 03 2021 Remi Collet <remi@remirepo.net> - 6.2.6-2 - use proper license in dec/devel sub-packages * Mon Oct 04 2021 Remi Collet <remi@remirepo.net> - 6.2.6-1 - Upstream 6.2.6 release. * Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 6.2.5-2 - Rebuilt with OpenSSL 3.0.0 * Thu Jul 22 2021 Nathan Scott <nathans@redhat.com> - 6.2.5-1 - Upstream 6.2.5 release (RHBZ #1984631). - Fix CVE-2021-32761: 32-bit systems BITFIELD command integer overflow. * Wed Jun 02 2021 Remi Collet <remi@remirepo.net> - 6.2.4-1 - Upstream 6.2.4 release. * Tue May 04 2021 Remi Collet <remi@remirepo.net> - 6.2.3-1 - Upstream 6.2.3 release * Tue Apr 20 2021 Remi Collet <remi@remirepo.net> - 6.2.2-1 - Upstream 6.2.2 release * Thu Apr 01 2021 Nathan Scott <nathans@redhat.com> - 6.2.1-1 - Upstream 6.2.1 release - Merged make-macros spec change from Tom Stellard * Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 6.2.0-2 - Rebuilt for updated systemd-rpm-macros See https://pagure.io/fesco/issue/2583. * Mon Mar 01 2021 Nathan Scott <nathans@redhat.com> - 6.2.0-1 - Upstream 6.2.0 release (RHBZ #1915463). - drop patch merged upstream. * Wed Feb 24 2021 Nathan Scott <nathans@redhat.com> - 6.0.11-1 - Upstream 6.0.11 release. * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.10-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jan 13 2021 Remi Collet <remi@remirepo.net> - 6.0.10-1 - Upstream 6.0.10 release. * Tue Nov 24 2020 Remi Collet <remi@remirepo.net> - 6.0.9-3 - fix check for regular file, not symlink * Mon Nov 23 2020 Remi Collet <remi@remirepo.net> - 6.0.9-2 - move configuration in /etc/redis per upstream recommendation see https://github.com/redis/redis/issues/8051 * Tue Oct 27 2020 Remi Collet <remi@remirepo.net> - 6.0.9-1 - Upstream 6.0.9 release. * Tue Oct 20 2020 Remi Collet <remi@remirepo.net> - 6.0.8-2 - add missing LICENSE files in main package * Thu Sep 10 2020 Remi Collet <remi@remirepo.net> - 6.0.8-1 - Upstream 6.0.8 release. * Tue Sep 01 2020 Remi Collet <remi@remirepo.net> - 6.0.7-1 - Upstream 6.0.7 release. - drop patch merged upstream * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 21 2020 Remi Collet <rcollet@redhat.com> - 6.0.6-1 - Upstream 6.0.6 release. - drop patch merged upstream - open https://github.com/redis/redis/pull/7543 fix deprecated tail syntax