Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package systemd for openSUSE:Factory checked 
in at 2025-06-20 16:48:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new.31170 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd"

Fri Jun 20 16:48:28 2025 rev:449 rq:1286997 version:257.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2025-06-03 
17:51:44.057113473 +0200
+++ /work/SRC/openSUSE:Factory/.systemd.new.31170/systemd.changes       
2025-06-20 16:48:52.478934752 +0200
@@ -1,0 +2,12 @@
+Thu Jun 19 12:42:37 UTC 2025 - Franck Bui <f...@suse.com>
+
+- Import commit 1e42ecf5a145589954df77da05937ee69619f3e5
+
+  1e42ecf5a1 firstboot: make sure labelling is enabled
+  3bdb2efbe0 tmpfiles: fix symlink creation when replacing
+  61c228d2cc firstboot: use WRITE_STRING_FILE_LABEL more
+  f5148acf37 env-file: port write_env_file() to label_ops_pre()
+  bbff8b5523 fs-util: replace symlink_atomic_full_label() by a flag to 
symlinkat_atomic_full() (bsc#1244237)
+  2b39393efa env-file: rework write_env_file() to make use of O_TMPFILE
+
+-------------------------------------------------------------------
@@ -5,0 +18,4 @@
+  This merge includes the following fix:
+
+    c58a8a6ec9 coredump: use %d in kernel core pattern (bsc#1243935 
CVE-2025-4598)
+
@@ -40 +56 @@
-  This merge includes the following fix:
+  This merge includes the following fixes:
@@ -177,0 +194,5 @@
+
+-------------------------------------------------------------------
+Tue Dec 24 08:43:42 UTC 2024 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- Fix systemd-network recommending libidn2-devel (boo#1234765)

Old:
----
  systemd-257.6+suse.12.gc929295b4c.tar.xz

New:
----
  systemd-257.6+suse.18.g1e42ecf5a1.tar.xz

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

Other differences:
------------------
++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.NylZOA/_old  2025-06-20 16:48:53.798989290 +0200
+++ /var/tmp/diff_new_pack.NylZOA/_new  2025-06-20 16:48:53.802989456 +0200
@@ -33,7 +33,7 @@
 %if %{without obs_service_set_version}
 %define systemd_version    257.6
 %define systemd_release    0
-%define archive_version    +suse.12.gc929295b4c
+%define archive_version    +suse.18.g1e42ecf5a1
 %endif
 
 %define _testsuitedir %{_systemd_util_dir}/tests
@@ -506,7 +506,7 @@
 Requires:       %{name} = %{version}-%{release}
 %systemd_requires
 # This Recommends because some symbols of libidn2 are dlopen()ed by resolved
-Recommends:     pkgconfig(libidn2)
+Recommends:     libidn2
 BuildRequires:  pkgconfig(libidn2)
 BuildRequires:  pkgconfig(openssl)
 Obsoletes:      nss-resolve < %{version}-%{release}

++++++ files.container ++++++
--- /var/tmp/diff_new_pack.NylZOA/_old  2025-06-20 16:48:53.918994249 +0200
+++ /var/tmp/diff_new_pack.NylZOA/_new  2025-06-20 16:48:53.922994413 +0200
@@ -28,6 +28,10 @@
 %{_systemd_util_dir}/network/80-container-vz.network
 %{_systemd_util_dir}/network/80-namespace-ns.link
 %{_systemd_util_dir}/network/80-namespace-ns.network
+%if %{with upstream}
+%{_systemd_util_dir}/network/80-namespace-ns-tun.link
+%{_systemd_util_dir}/network/80-namespace-ns-tun.network
+%endif
 %endif
 %if %{without bootstrap}
 %{_systemd_util_dir}/systemd-mountfsd

++++++ files.devel-doc ++++++
--- /var/tmp/diff_new_pack.NylZOA/_old  2025-06-20 16:48:53.962996066 +0200
+++ /var/tmp/diff_new_pack.NylZOA/_new  2025-06-20 16:48:53.966996231 +0200
@@ -440,6 +440,22 @@
 %{_mandir}/man3/sd_bus_unref.3.gz
 %{_mandir}/man3/sd_bus_unrefp.3.gz
 %{_mandir}/man3/sd_bus_wait.3.gz
+%if %{with upstream}
+%{_mandir}/man3/sd_device_enumerator_add_all_parents.3.gz
+%{_mandir}/man3/sd_device_enumerator_add_match_parent.3.gz
+%{_mandir}/man3/sd_device_enumerator_add_match_property.3.gz
+%{_mandir}/man3/sd_device_enumerator_add_match_property_required.3.gz
+%{_mandir}/man3/sd_device_enumerator_add_match_subsystem.3.gz
+%{_mandir}/man3/sd_device_enumerator_add_match_sysattr.3.gz
+%{_mandir}/man3/sd_device_enumerator_add_match_sysname.3.gz
+%{_mandir}/man3/sd_device_enumerator_add_match_tag.3.gz
+%{_mandir}/man3/sd_device_enumerator_add_nomatch_sysname.3.gz
+%{_mandir}/man3/sd_device_enumerator_allow_uninitialized.3.gz
+%{_mandir}/man3/sd_device_enumerator_get_device_first.3.gz
+%{_mandir}/man3/sd_device_enumerator_get_device_next.3.gz
+%{_mandir}/man3/sd_device_enumerator_get_subsystem_first.3.gz
+%{_mandir}/man3/sd_device_enumerator_get_subsystem_next.3.gz
+%endif
 %{_mandir}/man3/sd_device_enumerator_new.3.gz
 %{_mandir}/man3/sd_device_enumerator_ref.3.gz
 %{_mandir}/man3/sd_device_enumerator_unref.3.gz
@@ -693,6 +709,9 @@
 %{_mandir}/man3/sd_pid_notifyf.3.gz
 %{_mandir}/man3/sd_pid_notifyf_with_fds.3.gz
 %{_mandir}/man3/sd_pidfd_get_cgroup.3.gz
+%if %{with upstream}
+%{_mandir}/man3/sd_pidfd_get_inode_id.3.gz
+%endif
 %{_mandir}/man3/sd_pidfd_get_machine_name.3.gz
 %{_mandir}/man3/sd_pidfd_get_owner_uid.3.gz
 %{_mandir}/man3/sd_pidfd_get_session.3.gz

++++++ systemd-257.6+suse.12.gc929295b4c.tar.xz -> 
systemd-257.6+suse.18.g1e42ecf5a1.tar.xz ++++++
/work/SRC/openSUSE:Factory/systemd/systemd-257.6+suse.12.gc929295b4c.tar.xz 
/work/SRC/openSUSE:Factory/.systemd.new.31170/systemd-257.6+suse.18.g1e42ecf5a1.tar.xz
 differ: char 27, line 1

Reply via email to