Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package redis for openSUSE:Factory checked 
in at 2021-02-23 20:18:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/redis (Old)
 and      /work/SRC/openSUSE:Factory/.redis.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "redis"

Tue Feb 23 20:18:03 2021 rev:64 rq:872866 version:6.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/redis/redis.changes      2021-01-18 
11:26:16.900407465 +0100
+++ /work/SRC/openSUSE:Factory/.redis.new.2378/redis.changes    2021-02-23 
20:19:46.303622115 +0100
@@ -1,0 +2,6 @@
+Fri Feb 12 23:30:08 UTC 2021 - Jan Zerebecki <jzerebe...@suse.com>
+
+- Enable TLS support and add BuildRequires libopenssl-devel (bsc#1181830)
+- Make tests run by adding BuildRequires tcl and procps
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ redis.spec ++++++
--- /var/tmp/diff_new_pack.aw0bnw/_old  2021-02-23 20:19:46.847622596 +0100
+++ /var/tmp/diff_new_pack.aw0bnw/_new  2021-02-23 20:19:46.847622596 +0100
@@ -41,11 +41,15 @@
 Patch1:         getMcontextEip-return-value.patch
 Patch3:         reproducible.patch
 Patch4:         ppc-atomic.patch
+BuildRequires:  libopenssl-devel
 BuildRequires:  pkgconfig
+BuildRequires:  procps
 BuildRequires:  sysuser-shadow
 BuildRequires:  sysuser-tools
+BuildRequires:  tcl
 BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(systemd)
+# there is no tcl-tls package yet, which is said to be needed for testing tls 
support
 Recommends:     logrotate
 %sysusers_requires
 
@@ -67,7 +71,7 @@
 
 %build
 export HOST=OBS # for reproducible builds
-%make_build CFLAGS="%{optflags}" BUILD_WITH_SYSTEMD=yes
+%make_build CFLAGS="%{optflags}" BUILD_WITH_SYSTEMD=yes BUILD_TLS=yes
 %sysusers_generate_pre %{SOURCE9} redis
 
 %install
@@ -116,7 +120,8 @@
 'child process exited abnormally' -- sometimes it works.
 ---------------------------------------------------
 EOF
-%make_build test || true
+# Variable assignments need to match in all make invocations, otherwise it 
might recomplie. See https://github.com/redis/redis/issues/7337
+%make_build test CFLAGS="%{optflags}" BUILD_WITH_SYSTEMD=yes BUILD_TLS=yes || 
true
 
 %pre -f redis.pre
 %service_add_pre redis.target redis@.service redis-sentinel.target 
redis-sentinel@.service

Reply via email to