Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2023-04-04 21:17:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd"

Tue Apr  4 21:17:15 2023 rev:386 rq:1076955 version:253.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2023-03-25 
18:54:16.382324153 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new.19717/systemd.changes       
2023-04-04 21:17:18.680001056 +0200
@@ -1,0 +2,49 @@
+Mon Apr  3 09:36:03 UTC 2023 - Franck Bui <f...@suse.com>
+
+- Import commit 03cfbe767327d01d5a71131d91bf06fdc0047ca1
+
+  03cfbe7673 test: use setpriv instead of su for user switch from root
+  857843834c test: wrap mkfs.*/mksquashfs/mkswap binaries when running w/ ASan
+  be7388f8c5 test: do not remove state directory on failure
+  1b2885bd16 test: fix regexp in testsuite-74.mount.sh
+  41142f8013 test: drop extraneous bracket in testsuite-74.mount.sh
+
+-------------------------------------------------------------------
+Mon Apr  3 09:20:59 UTC 2023 - Franck Bui <f...@suse.com>
+
+- systemd.spec: add files.coredump
+
+-------------------------------------------------------------------
+Fri Mar 31 14:41:49 UTC 2023 - Franck Bui <f...@suse.com>
+
+- Import commit b63f58661b08037d8cb04ed97b5e39d9bf415fdc (merge of v253.2)
+
+  For a complete list of changes, visit:
+  
https://github.com/openSUSE/systemd/compare/8b01686dd20124efc300d21ef38d85c1f75c372f...b63f58661b08037d8cb04ed97b5e39d9bf415fdc
+
+- Move systemd-fsck stuff to udev sub-package.
+
+-------------------------------------------------------------------
+Fri Mar 31 12:55:21 UTC 2023 - Franck Bui <f...@suse.com>
+
+- Include pam_keyinit.so in our systemd-user PAM service (bsc#1209741)
+
+  That way "systemd --user" instances get their own session keyring instead of
+  the user default session keyring. For some reasons cifscreds refuses to work
+  with the latter. That's what is expected for every PAM session anyway.
+
+-------------------------------------------------------------------
+Tue Mar 28 16:01:58 UTC 2023 - Franck Bui <f...@suse.com>
+
+- Import commit 8b01686dd20124efc300d21ef38d85c1f75c372f
+
+  8b01686dd2 test: don't export $TOOLS_DIR
+  7a56b1b2f0 test: clean up $STATEDIR too
+  324bb19eb8 test: $STATEDIR should not point to /usr/lib/systemd/tests when 
NO_BUILD=1
+  2251735482 test: install symlinks with valid targets on SUSE and Debian
+  c30905a269 test: on openSUSE install the collection of unit test binaries in 
the target only for TEST-02-UNITTESTS
+  797ced15d8 meson: make sure the unit test scripts find testdata/ even if 
they are not installed in the same directory
+  04dc5b44b7 meson: define testdata_dir globally
+  69643c6c96 test: install unit tests in a dedicated subdirectory below 
'$testsdir'
+
+-------------------------------------------------------------------

Old:
----
  systemd-v253.1+suse.6.gd914e29c33.tar.xz

New:
----
  files.coredump
  systemd-v253.2+suse.20.g03cfbe7673.tar.xz

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

Other differences:
------------------
++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.erjJta/_old  2023-04-04 21:17:19.736007788 +0200
+++ /var/tmp/diff_new_pack.erjJta/_new  2023-04-04 21:17:19.740007814 +0200
@@ -19,7 +19,7 @@
 %global flavor @BUILD_FLAVOR@%{nil}
 
 %define min_kernel_version 4.5
-%define archive_version +suse.6.gd914e29c33
+%define archive_version +suse.20.g03cfbe7673
 
 %define _testsuitedir /usr/lib/systemd/tests
 %define xinitconfdir %{?_distconfdir}%{!?_distconfdir:%{_sysconfdir}}/X11/xinit
@@ -72,7 +72,7 @@
 
 Name:           systemd%{?mini}
 URL:            http://www.freedesktop.org/wiki/Software/systemd
-Version:        253.1
+Version:        253.2
 Release:        0
 Summary:        A System and Session Manager
 License:        LGPL-2.1-or-later
@@ -187,6 +187,7 @@
 Source205:      files.sysvcompat
 Source206:      files.uefi-boot
 Source207:      files.experimental
+Source208:      files.coredump
 
 #
 # All changes backported from upstream are tracked by the git repository, which
@@ -381,7 +382,7 @@
 %description coredump
 Systemd tools to store and manage coredumps.
 
-This package contains systemd-coredump, coredumpctl.
+Visit https://systemd.io/COREDUMP for more details.
 %endif
 
 %package container
@@ -1329,21 +1330,7 @@
 %if %{with coredump}
 %files coredump
 %defattr(-,root,root)
-%{_bindir}/coredumpctl
-%{_prefix}/lib/systemd/systemd-coredump
-%{_unitdir}/systemd-coredump*
-%{_unitdir}/sockets.target.wants/systemd-coredump.socket
-%{_sysctldir}/50-coredump.conf
-%{_sysusersdir}/systemd-coredump.conf
-%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
-%dir %{_localstatedir}/lib/systemd/coredump
-%if %{without bootstrap}
-%{_datadir}/bash-completion/completions/coredumpctl
-%{_datadir}/zsh/site-functions/_coredumpctl
-%{_mandir}/man1/coredumpctl*
-%{_mandir}/man5/coredump.conf*
-%{_mandir}/man8/systemd-coredump*
-%endif
+%include %{SOURCE208}
 %endif
 
 %if %{without bootstrap}

++++++ files.coredump ++++++
#
# Please keep the list sorted (with `LC_ALL=C sort`).
#
%config(noreplace) %{_sysconfdir}/systemd/coredump.conf
%dir %{_localstatedir}/lib/systemd/coredump
%{_bindir}/coredumpctl
%if %{without bootstrap}
%{_datadir}/bash-completion/completions/coredumpctl
%{_datadir}/zsh/site-functions/_coredumpctl
%{_mandir}/man1/coredumpctl.1.gz
%{_mandir}/man5/coredump.conf.5.gz
%{_mandir}/man5/coredump.conf.d.5.gz
%{_mandir}/man8/systemd-coredump.8.gz
%{_mandir}/man8/systemd-coredump.socket.8.gz
%{_mandir}/man8/systemd-cored...@.service.8.gz
%endif
%{_sysctldir}/50-coredump.conf
%{_systemd_util_dir}/systemd-coredump
%{_sysusersdir}/systemd-coredump.conf
%{_unitdir}/sockets.target.wants/systemd-coredump.socket
%{_unitdir}/systemd-coredump.socket
%{_unitdir}/systemd-coredump@.service

++++++ files.systemd ++++++
--- /var/tmp/diff_new_pack.erjJta/_old  2023-04-04 21:17:19.960009217 +0200
+++ /var/tmp/diff_new_pack.erjJta/_new  2023-04-04 21:17:19.964009242 +0200
@@ -363,9 +363,6 @@
 %{_mandir}/man8/systemd-boot-check-no-failures.service.8.gz
 %{_mandir}/man8/systemd-debug-generator.8.gz
 %{_mandir}/man8/systemd-environment-d-generator.8.gz
-%{_mandir}/man8/systemd-fsck-root.service.8.gz
-%{_mandir}/man8/systemd-fsck.8.gz
-%{_mandir}/man8/systemd-f...@.service.8.gz
 %{_mandir}/man8/systemd-getty-generator.8.gz
 %{_mandir}/man8/systemd-halt.service.8.gz
 %{_mandir}/man8/systemd-hibernate-resume-generator.8.gz
@@ -450,7 +447,6 @@
 %{_systemd_util_dir}/systemd-binfmt
 %{_systemd_util_dir}/systemd-boot-check-no-failures
 %{_systemd_util_dir}/systemd-cgroups-agent
-%{_systemd_util_dir}/systemd-fsck
 %{_systemd_util_dir}/systemd-hibernate-resume
 %{_systemd_util_dir}/systemd-hostnamed
 %{_systemd_util_dir}/systemd-journald
@@ -633,9 +629,6 @@
 %{_unitdir}/systemd-binfmt.service
 %{_unitdir}/systemd-boot-check-no-failures.service
 %{_unitdir}/systemd-exit.service
-%{_unitdir}/systemd-firstboot.service
-%{_unitdir}/systemd-fsck-root.service
-%{_unitdir}/systemd-fsck@.service
 %{_unitdir}/systemd-halt.service
 %{_unitdir}/systemd-hibernate-resume@.service
 %{_unitdir}/systemd-hibernate.service

++++++ files.udev ++++++
--- /var/tmp/diff_new_pack.erjJta/_old  2023-04-04 21:17:20.012009548 +0200
+++ /var/tmp/diff_new_pack.erjJta/_new  2023-04-04 21:17:20.016009574 +0200
@@ -54,8 +54,13 @@
 %{_mandir}/man8/systemd-cryptsetup-generator.8.gz
 %{_mandir}/man8/systemd-cryptsetup.8.gz
 %{_mandir}/man8/systemd-cryptse...@.service.8.gz
+%{_mandir}/man8/systemd-fsck-root.service.8.gz
+%{_mandir}/man8/systemd-fsck-usr.service.8.gz
+%{_mandir}/man8/systemd-fsck.8.gz
+%{_mandir}/man8/systemd-f...@.service.8.gz
 %{_mandir}/man8/systemd-fstab-generator.8.gz
 %{_mandir}/man8/systemd-gpt-auto-generator.8.gz
+%{_mandir}/man8/systemd-growfs-root.service.8.gz
 %{_mandir}/man8/systemd-growfs.8.gz
 %{_mandir}/man8/systemd-gro...@.service.8.gz
 %{_mandir}/man8/systemd-hwdb.8.gz
@@ -101,6 +106,7 @@
 %if %{without bootstrap}
 %{_systemd_util_dir}/systemd-cryptsetup
 %endif
+%{_systemd_util_dir}/systemd-fsck
 %{_systemd_util_dir}/systemd-growfs
 %if %{without bootstrap}
 %{_systemd_util_dir}/systemd-integritysetup
@@ -224,6 +230,9 @@
 %{_unitdir}/system-systemd\x2dcryptsetup.slice
 %endif
 %{_unitdir}/systemd-backlight@.service
+%{_unitdir}/systemd-firstboot.service
+%{_unitdir}/systemd-fsck-root.service
+%{_unitdir}/systemd-fsck@.service
 %{_unitdir}/systemd-growfs-root.service
 %{_unitdir}/systemd-growfs@.service
 %{_unitdir}/systemd-hwdb-update.service

++++++ systemd-user ++++++
--- /var/tmp/diff_new_pack.erjJta/_old  2023-04-04 21:17:20.144010390 +0200
+++ /var/tmp/diff_new_pack.erjJta/_new  2023-04-04 21:17:20.148010416 +0200
@@ -21,5 +21,6 @@
 session  required pam_selinux.so close
 session  required pam_selinux.so nottys open
 session  required pam_loginuid.so
+session  optional pam_keyinit.so force revoke
 session  include  common-session
 

++++++ systemd-v253.1+suse.6.gd914e29c33.tar.xz -> 
systemd-v253.2+suse.20.g03cfbe7673.tar.xz ++++++
/work/SRC/openSUSE:Factory/systemd/systemd-v253.1+suse.6.gd914e29c33.tar.xz 
/work/SRC/openSUSE:Factory/.systemd.new.19717/systemd-v253.2+suse.20.g03cfbe7673.tar.xz
 differ: char 27, line 1

Reply via email to