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-03-07 16:48:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd (Old)
 and      /work/SRC/openSUSE:Factory/.systemd.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd"

Tue Mar  7 16:48:32 2023 rev:380 rq:1069558 version:252.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/systemd/systemd.changes  2023-03-02 
23:03:13.675291993 +0100
+++ /work/SRC/openSUSE:Factory/.systemd.new.31432/systemd.changes       
2023-03-07 16:48:44.489081611 +0100
@@ -1,0 +2,13 @@
+Mon Mar  6 08:40:35 UTC 2023 - Franck Bui <f...@suse.com>
+
+- Import commit d447802feee7752cd1756f8fa86ce2a6314ba24f (merge of v252.7)
+
+  For a complete list of changes, visit:
+  
https://github.com/openSUSE/systemd/compare/8e0a8094b8bbc442d262795b85ac57a37264c5fe...d447802feee7752cd1756f8fa86ce2a6314ba24f
+
+-------------------------------------------------------------------
+Tue Feb 28 02:58:20 UTC 2023 - Lidong Zhong <lidong.zh...@suse.com>
+
+- Fix return non-zero value when disabling SysVinit service(bsc#1208432)
+
+-------------------------------------------------------------------
@@ -12,0 +26,6 @@
+
+-------------------------------------------------------------------
+Thu Feb 23 11:52:48 UTC 2023 - Callum Farmer <gm...@opensuse.org>
+
+- Correct BR from python3-jinja2 to python3-Jinja2, fixes
+  dependency resolving on older distros

Old:
----
  systemd-v252.6+suse.48.g8e0a8094b8.tar.xz

New:
----
  systemd-v252.7+suse.50.gd447802fee.tar.xz

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

Other differences:
------------------
++++++ systemd.spec ++++++
--- /var/tmp/diff_new_pack.gC2Quc/_old  2023-03-07 16:48:45.913089105 +0100
+++ /var/tmp/diff_new_pack.gC2Quc/_new  2023-03-07 16:48:45.925089168 +0100
@@ -19,7 +19,7 @@
 %global flavor @BUILD_FLAVOR@%{nil}
 
 %define min_kernel_version 4.5
-%define archive_version +suse.48.g8e0a8094b8
+%define archive_version +suse.50.gd447802fee
 
 %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:        252.6
+Version:        252.7
 Release:        0
 Summary:        A System and Session Manager
 License:        LGPL-2.1-or-later
@@ -108,7 +108,7 @@
 BuildRequires:  libmount-devel >= 2.27.1
 BuildRequires:  meson >= 0.53.2
 BuildRequires:  pam-devel
-BuildRequires:  python3-jinja2
+BuildRequires:  python3-Jinja2
 # regenerate_initrd_post macro is expanded during build, hence this BR. Also
 # this macro was introduced since version 12.4.
 BuildRequires:  suse-module-tools >= 12.4
@@ -596,7 +596,7 @@
 %description experimental
 This package contains optional extra services that are considered as previews
 and are provided so users can do early experiments with the new features or
-technologies without waiting for them to be fully supported by either upstream
+technologies without waiting for them to be fully supported by both upstream
 and openSUSE.
 
 Please note that all services should be considered in development phase and as

++++++ systemd-sysv-install ++++++
--- /var/tmp/diff_new_pack.gC2Quc/_old  2023-03-07 16:48:46.217090704 +0100
+++ /var/tmp/diff_new_pack.gC2Quc/_new  2023-03-07 16:48:46.217090704 +0100
@@ -93,10 +93,10 @@
 
 disable_initscript() {
        for symlink in rc*.d/[SK]*; do
-               [ -L $symlink ] && [ $(readlink $symlink) = "../$1" ] && {
+               if [ -L $symlink ] && [ $(readlink $symlink) = "../$1" ]; then
                        info "rm $(pwd)/$symlink"
                        rm $symlink
-               }
+               fi
        done
 }
 

++++++ systemd-v252.6+suse.48.g8e0a8094b8.tar.xz -> 
systemd-v252.7+suse.50.gd447802fee.tar.xz ++++++
/work/SRC/openSUSE:Factory/systemd/systemd-v252.6+suse.48.g8e0a8094b8.tar.xz 
/work/SRC/openSUSE:Factory/.systemd.new.31432/systemd-v252.7+suse.50.gd447802fee.tar.xz
 differ: char 27, line 1

Reply via email to