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-07-04 22:10:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/systemd (Old) and /work/SRC/openSUSE:Factory/.systemd.new.2625 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd" Sun Jul 4 22:10:18 2021 rev:331 rq:903365 version:248.3 Changes: -------- --- /work/SRC/openSUSE:Factory/systemd/systemd-mini.changes 2021-07-01 07:05:31.787526132 +0200 +++ /work/SRC/openSUSE:Factory/.systemd.new.2625/systemd-mini.changes 2021-07-04 22:10:19.053426445 +0200 @@ -1,0 +2,9 @@ +Thu Jul 1 07:47:31 UTC 2021 - Franck Bui <f...@suse.com> + +- Finally don't create /run/lock/subsys anymore + + This effectively reverts the fix for bsc#1187292 made earlier. This + directory is specific to RH sysvinit and since we're going to fade + the support of SysV init script away the directory has no future. + +------------------------------------------------------------------- @@ -7,0 +17,5 @@ + +------------------------------------------------------------------- +Mon Jun 28 12:46:04 UTC 2021 - Fabian Vogt <fv...@suse.com> + +- Enable TPM2 support systemd.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ systemd-mini.spec ++++++ --- /var/tmp/diff_new_pack.unKBni/_old 2021-07-04 22:10:20.089418432 +0200 +++ /var/tmp/diff_new_pack.unKBni/_new 2021-07-04 22:10:20.093418401 +0200 @@ -83,6 +83,9 @@ BuildRequires: pkgconfig(libqrencode) BuildRequires: pkgconfig(libselinux) >= 2.1.9 BuildRequires: pkgconfig(libzstd) +BuildRequires: pkgconfig(tss2-esys) +BuildRequires: pkgconfig(tss2-mu) +BuildRequires: pkgconfig(tss2-rc) %ifarch aarch64 %ix86 x86_64 x32 %arm ppc64le s390x BuildRequires: pkgconfig(libseccomp) >= 2.3.1 %endif @@ -134,6 +137,9 @@ Recommends: libpcre2-8-0 # ditto but dlopen()ed by systemd-cryptenroll Recommends: libfido2 +Recommends: libtss2-esys0 +Recommends: libtss2-mu0 +Recommends: libtss2-rc0 Requires(post): coreutils Requires(post): findutils Requires(post): systemd-presets-branding @@ -588,6 +594,7 @@ %if 0%{?bootstrap} -Dnss-myhostname=false \ %else + -Dtpm2=true \ -Dman=true \ -Dhtml=true \ %endif ++++++ systemd.spec ++++++ --- /var/tmp/diff_new_pack.unKBni/_old 2021-07-04 22:10:20.121418184 +0200 +++ /var/tmp/diff_new_pack.unKBni/_new 2021-07-04 22:10:20.125418153 +0200 @@ -81,6 +81,9 @@ BuildRequires: pkgconfig(libqrencode) BuildRequires: pkgconfig(libselinux) >= 2.1.9 BuildRequires: pkgconfig(libzstd) +BuildRequires: pkgconfig(tss2-esys) +BuildRequires: pkgconfig(tss2-mu) +BuildRequires: pkgconfig(tss2-rc) %ifarch aarch64 %ix86 x86_64 x32 %arm ppc64le s390x BuildRequires: pkgconfig(libseccomp) >= 2.3.1 %endif @@ -132,6 +135,9 @@ Recommends: libpcre2-8-0 # ditto but dlopen()ed by systemd-cryptenroll Recommends: libfido2 +Recommends: libtss2-esys0 +Recommends: libtss2-mu0 +Recommends: libtss2-rc0 Requires(post): coreutils Requires(post): findutils Requires(post): systemd-presets-branding @@ -586,6 +592,7 @@ %if 0%{?bootstrap} -Dnss-myhostname=false \ %else + -Dtpm2=true \ -Dman=true \ -Dhtml=true \ %endif ++++++ tmpfiles-suse.conf ++++++ --- /var/tmp/diff_new_pack.unKBni/_old 2021-07-04 22:10:20.285416916 +0200 +++ /var/tmp/diff_new_pack.unKBni/_new 2021-07-04 22:10:20.285416916 +0200 @@ -9,10 +9,6 @@ # FIXME: Might be moved to lockded. d /run/lock 0775 root lock - -# /run/lock/subsys is used for serializing SysV service execution, and -# hence without use on SysV-less systems. -d /run/lock/subsys 0755 root root - - # FIXME: Should these one be moved to shadow ? f /var/log/wtmp 0664 root utmp - f /var/log/btmp 0660 root utmp -