Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package memcached for openSUSE:Factory checked in at 2026-02-06 19:04:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/memcached (Old) and /work/SRC/openSUSE:Factory/.memcached.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "memcached" Fri Feb 6 19:04:51 2026 rev:71 rq:1330693 version:1.6.40 Changes: -------- --- /work/SRC/openSUSE:Factory/memcached/memcached.changes 2026-01-01 14:59:56.840267212 +0100 +++ /work/SRC/openSUSE:Factory/.memcached.new.1670/memcached.changes 2026-02-06 19:06:44.975017467 +0100 @@ -1,0 +2,8 @@ +Tue Feb 3 08:09:20 UTC 2026 - Marcus Rueckert <[email protected]> + +- Move homedir setup for the sysusers case to tmpfiles.d +- enable TLS mode on 15.6 +- enable proxy mode with TLS support. io_uring mode is disabled + because it tries to use an intree copy of liburing + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ memcached.spec ++++++ --- /var/tmp/diff_new_pack.48nHbG/_old 2026-02-06 19:06:45.875055294 +0100 +++ /var/tmp/diff_new_pack.48nHbG/_new 2026-02-06 19:06:45.879055462 +0100 @@ -1,8 +1,7 @@ # # spec file for package memcached # -# Copyright (c) 2025 SUSE LLC -# Copyright (c) 2025 SUSE LLC and contributors +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +20,8 @@ %if ! %{defined _fillupdir} %define _fillupdir %{_localstatedir}/adm/fillup-templates %endif -%if 0%{?suse_version} > 1500 +%bcond_without run_tests +%if 0%{?suse_version} >= 1500 %bcond_without tls %else %bcond_with tls @@ -33,6 +33,14 @@ %bcond_with sysusers %bcond_with tmpfiles %endif +%if 0 +# taken from the postgresql18.spec +%if 0%{?sle_version} >= 150400 || 0%{?suse_version} >= 1600 + %bcond_without uring +%else + %bcond_with uring +%endif +%endif Name: memcached Version: 1.6.40 Release: 0 @@ -60,6 +68,9 @@ BuildRequires: perl-IO-Socket-SSL BuildRequires: perl-Net-SSLeay %endif +%if %{with uring} +BuildRequires: pkgconfig(liburing) +%endif %if %{with sysusers} BuildRequires: sysuser-tools %sysusers_requires @@ -99,6 +110,11 @@ %configure \ %if %{with tls} --enable-tls \ + --enable-proxy-tls \ +%endif + --enable-proxy \ +%if %{with uring} + --enable-proxy-uring \ %endif --enable-sasl \ --enable-sasl-pwdb \ @@ -128,12 +144,14 @@ install -D -m 0644 %{SOURCE6} %{buildroot}%{_tmpfilesdir}/%{name}.conf %endif +%if %{with run_tests} %check %ifarch s390x # bsc#1243673 rm t/ssl_session_resumption.t %endif %make_build test +%endif %if %{with sysusers} %pre -f memcached.pre @@ -176,7 +194,10 @@ %endif %if %{with tmpfiles} %{_tmpfilesdir}/%{name}.conf -%dir %ghost %{_rundir}/%{name} +%ghost %dir %attr(750,memcached,memcached) %{_rundir}/%{name} +%ghost %dir %attr(751,memcached,memcached) %{_localstatedir}/lib/%{name} +%else +%dir %attr(751,memcached,memcached) %{_localstatedir}/lib/%{name} %endif %files devel ++++++ memcached-tmpfiles.conf ++++++ --- /var/tmp/diff_new_pack.48nHbG/_old 2026-02-06 19:06:45.955058656 +0100 +++ /var/tmp/diff_new_pack.48nHbG/_new 2026-02-06 19:06:45.975059496 +0100 @@ -1,2 +1,3 @@ D /run/memcached 0750 memcached memcached +D /var/lib/memcached 0751 memcached memcached
