summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-04-05 14:21:40 +0200
committerRemi Collet <remi@php.net>2022-04-05 14:21:40 +0200
commit273c47c6eb0c27962015a8030b16d5cd0f7571db (patch)
treeaacc66726501b4d0a12d96d59f8fc3e97b27e53a
parent4f4e829a1a2b29621f6bd1c56ab33fbbb39f655a (diff)
F36 build
-rw-r--r--redis.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/redis.spec b/redis.spec
index 5e3a349..be2f255 100644
--- a/redis.spec
+++ b/redis.spec
@@ -9,6 +9,9 @@
#
%global _hardened_build 1
+# temp workaround to https://bugzilla.redhat.com/2059488
+%undefine _package_note_file
+
# to use system libjemalloc
%bcond_with jemalloc
@@ -40,7 +43,7 @@
Name: redis
Version: %{upstream_ver}%{?upstream_pre:~%{upstream_pre}}
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: A persistent key-value database
Group: Applications/Databases
License: BSD
@@ -402,6 +405,9 @@ fi
%changelog
+* Tue Mar 22 2022 Remi Collet <remi@remirepo.net> - 6.2.6-2
+- F36 build
+
* Mon Oct 4 2021 Remi Collet <remi@remirepo.net> - 6.2.6-1
- Redis 6.2.6 - Released Mon Oct 4 12:00:00 IDT 2021
- Upgrade urgency: SECURITY, contains fixes to security issues.