Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2021-09-11 22:24:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd"

Sat Sep 11 22:24:21 2021 rev:336 rq:917666 version:249.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes     2021-09-04 
22:35:56.848198669 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new.1899/systemd-mini.changes   
2021-09-11 22:24:35.071389803 +0200
@@ -1,0 +2,29 @@
+Wed Sep  8 17:01:58 UTC 2021 - Franck Bui <f...@suse.com>
+
+- Don't reexecute user manager instances on package update yet
+
+  This can't be done until users have their user instance updated to
+  the new version that supports reexecuting with SIGRTMIN+25 because
+  this signal terminates the user managers for the previous versions.
+
+-------------------------------------------------------------------
+Wed Sep  8 13:21:34 UTC 2021 - Franck Bui <f...@suse.com>
+
+- Import commit ec72db9ee0f8ce061f83624d7148ff38a5993b11
+
+  3b1aa2f79f manager: reexecute on SIGRTMIN+25, user instances only
+  fd46c81922 test: make sure to include all haveged unit files
+
+- systemd.spec: reexec user manager instances on package updates
+
+-------------------------------------------------------------------
+Fri Sep  3 09:38:23 UTC 2021 - Franck Bui <f...@suse.com>
+
+- Make sure the versions of both udev and systemd packages are always the same 
(bsc#1189480)
+
+-------------------------------------------------------------------
+Thu Sep  2 10:01:23 UTC 2021 - Franck Bui <f...@suse.com>
+
+- Drop dependency on m4 (replaced by Jinja2)
+
+-------------------------------------------------------------------
systemd.changes: same change

Old:
----
  systemd-v249.4+suse.32.g40bda18e34.tar.xz

New:
----
  systemd-v249.4+suse.35.gec72db9ee0.tar.xz

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

Other differences:
------------------
++++++ systemd-mini.spec ++++++
--- /var/tmp/diff_new_pack.523GbL/_old  2021-09-11 22:24:36.767391475 +0200
+++ /var/tmp/diff_new_pack.523GbL/_new  2021-09-11 22:24:36.775391483 +0200
@@ -26,7 +26,7 @@
 ##### WARNING: please do not edit this auto generated spec file. Use the 
systemd.spec! #####
 %define mini -mini
 %define min_kernel_version 4.5
-%define suse_version +suse.32.g40bda18e34
+%define suse_version +suse.35.gec72db9ee0
 %define _testsuitedir /usr/lib/systemd/tests
 
 %bcond_with     gnuefi
@@ -96,7 +96,6 @@
 BuildRequires:  libacl-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libmount-devel >= 2.27.1
-BuildRequires:  m4
 BuildRequires:  meson >= 0.43
 BuildRequires:  pam-devel
 BuildRequires:  python3-jinja2
@@ -277,13 +276,14 @@
 Summary:        A rule-based device node and kernel event manager
 License:        GPL-2.0-only
 URL:            http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
+Requires:       %{name} = %{version}-%{release}
+%systemd_requires
 Requires:       kmod
 Requires:       system-group-hardware
 Requires:       group(kvm)
 Requires(post): sed
 Requires(post): coreutils
 Requires(postun): coreutils
-%systemd_requires
 
 Conflicts:      filesystem < 11.5
 Conflicts:      mkinitrd < 2.7.0
@@ -369,12 +369,12 @@
 Summary:        Systemd tools for networkd and resolved
 License:        LGPL-2.1-or-later
 Requires:       %{name} = %{version}-%{release}
+%systemd_requires
 # This Recommends because some symbols of libidn2 are dlopen()ed by resolved
 Recommends:     pkgconfig(libidn2)
 BuildRequires:  pkgconfig(libidn2)
 Provides:       systemd:/usr/lib/systemd/systemd-networkd
 Provides:       systemd:/usr/lib/systemd/systemd-resolved
-%systemd_requires
 
 %description network
 Systemd tools to manage network settings using networkd and
@@ -567,6 +567,7 @@
 Summary:        Experimental systemd features
 License:        LGPL-2.1-or-later
 Requires:       %{name} = %{version}-%{release}
+%systemd_requires
 # These Recommends because some symbols of these libs are dlopen()ed by home 
stuff
 Recommends:     libfido2
 Recommends:     libpwquality1
@@ -578,7 +579,6 @@
 # fdisk and openssl are build requirements for home stuff and repart
 BuildRequires:  pkgconfig(fdisk)
 BuildRequires:  pkgconfig(openssl)
-%systemd_requires
 
 %description experimental
 This package contains optional extra services that are considered as
@@ -943,6 +943,22 @@
 
 systemctl daemon-reexec  || :
 
+# Reexecute user manager instances (if any). It is asynchronous but it
+# shouldn't be a problem in practice: a problem would arise only if
+# the new version of a user service has a brand new option that is
+# only understood by the latest version of the user manager and the
+# user service is started before the user manager get reexecuted. But
+# this case is very unlikely especially since we don't restart any
+# user service for now on.
+#
+# Before doing this, we unfortunately have to wait until users will
+# reexec their user manager (by either rebooting or restarting their
+# session) to a version that supports SIGRTMIN+25 otherwise sending
+# the signal to an old version will kill the manager which means
+# tearing down the user session.
+#
+# systemctl kill --kill-who=main --signal=SIGRTMIN+25 "user@*.service" || :
+
 %journal_catalog_update
 %tmpfiles_create
 

++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.523GbL/_old  2021-09-11 22:24:36.799391507 +0200
+++ /var/tmp/diff_new_pack.523GbL/_new  2021-09-11 22:24:36.803391510 +0200
@@ -24,7 +24,7 @@
 %define bootstrap 0
 %define mini %nil
 %define min_kernel_version 4.5
-%define suse_version +suse.32.g40bda18e34
+%define suse_version +suse.35.gec72db9ee0
 %define _testsuitedir /usr/lib/systemd/tests
 
 %bcond_with     gnuefi
@@ -94,7 +94,6 @@
 BuildRequires:  libacl-devel
 BuildRequires:  libcap-devel
 BuildRequires:  libmount-devel >= 2.27.1
-BuildRequires:  m4
 BuildRequires:  meson >= 0.43
 BuildRequires:  pam-devel
 BuildRequires:  python3-jinja2
@@ -275,13 +274,14 @@
 Summary:        A rule-based device node and kernel event manager
 License:        GPL-2.0-only
 URL:            http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html
+Requires:       %{name} = %{version}-%{release}
+%systemd_requires
 Requires:       kmod
 Requires:       system-group-hardware
 Requires:       group(kvm)
 Requires(post): sed
 Requires(post): coreutils
 Requires(postun): coreutils
-%systemd_requires
 
 Conflicts:      filesystem < 11.5
 Conflicts:      mkinitrd < 2.7.0
@@ -367,12 +367,12 @@
 Summary:        Systemd tools for networkd and resolved
 License:        LGPL-2.1-or-later
 Requires:       %{name} = %{version}-%{release}
+%systemd_requires
 # This Recommends because some symbols of libidn2 are dlopen()ed by resolved
 Recommends:     pkgconfig(libidn2)
 BuildRequires:  pkgconfig(libidn2)
 Provides:       systemd:/usr/lib/systemd/systemd-networkd
 Provides:       systemd:/usr/lib/systemd/systemd-resolved
-%systemd_requires
 
 %description network
 Systemd tools to manage network settings using networkd and
@@ -565,6 +565,7 @@
 Summary:        Experimental systemd features
 License:        LGPL-2.1-or-later
 Requires:       %{name} = %{version}-%{release}
+%systemd_requires
 # These Recommends because some symbols of these libs are dlopen()ed by home 
stuff
 Recommends:     libfido2
 Recommends:     libpwquality1
@@ -576,7 +577,6 @@
 # fdisk and openssl are build requirements for home stuff and repart
 BuildRequires:  pkgconfig(fdisk)
 BuildRequires:  pkgconfig(openssl)
-%systemd_requires
 
 %description experimental
 This package contains optional extra services that are considered as
@@ -941,6 +941,22 @@
 
 systemctl daemon-reexec  || :
 
+# Reexecute user manager instances (if any). It is asynchronous but it
+# shouldn't be a problem in practice: a problem would arise only if
+# the new version of a user service has a brand new option that is
+# only understood by the latest version of the user manager and the
+# user service is started before the user manager get reexecuted. But
+# this case is very unlikely especially since we don't restart any
+# user service for now on.
+#
+# Before doing this, we unfortunately have to wait until users will
+# reexec their user manager (by either rebooting or restarting their
+# session) to a version that supports SIGRTMIN+25 otherwise sending
+# the signal to an old version will kill the manager which means
+# tearing down the user session.
+#
+# systemctl kill --kill-who=main --signal=SIGRTMIN+25 "user@*.service" || :
+
 %journal_catalog_update
 %tmpfiles_create
 

++++++ systemd-v249.4+suse.32.g40bda18e34.tar.xz -> 
systemd-v249.4+suse.35.gec72db9ee0.tar.xz ++++++
/work/SRC/openSUSE:Factory/systemd/systemd-v249.4+suse.32.g40bda18e34.tar.xz 
/work/SRC/openSUSE:Factory/.systemd.new.1899/systemd-v249.4+suse.35.gec72db9ee0.tar.xz
 differ: char 27, line 1

Reply via email to