Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package systemd-default-settings for
openSUSE:Factory checked in at 2023-10-26 17:12:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd-default-settings (Old)
and /work/SRC/openSUSE:Factory/.systemd-default-settings.new.24901 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "systemd-default-settings"
Thu Oct 26 17:12:15 2023 rev:7 rq:1120045 version:0.8
Changes:
--------
---
/work/SRC/openSUSE:Factory/systemd-default-settings/systemd-default-settings.changes
2021-09-25 00:35:36.263142532 +0200
+++
/work/SRC/openSUSE:Factory/.systemd-default-settings.new.24901/systemd-default-settings.changes
2023-10-26 17:12:37.156303011 +0200
@@ -1,0 +2,15 @@
+Fri Oct 20 07:03:56 UTC 2023 - Franck Bui <[email protected]>
+
+- The usage of drop-ins is now the official way for configuring systemd and its
+ various daemons on Factory/ALP. Hence the early drop-ins SUSE specific
+ "feature" has been abandoned.
+
+-------------------------------------------------------------------
+Thu Oct 19 16:03:07 UTC 2023 - Franck Bui <[email protected]>
+
+- Import 0.8
+
+ f34372f User priority '26' for SLE-Micro
+ c8b6f0a Revert "Convert more drop-ins into early ones"
+
+-------------------------------------------------------------------
Old:
----
systemd-default-settings-0.7-1-g6b8dde1.tar.gz
New:
----
systemd-default-settings-0.8.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ systemd-default-settings.spec ++++++
--- /var/tmp/diff_new_pack.quxV9c/_old 2023-10-26 17:12:37.612319758 +0200
+++ /var/tmp/diff_new_pack.quxV9c/_new 2023-10-26 17:12:37.612319758 +0200
@@ -1,7 +1,7 @@
#
# spec file for package systemd-default-settings
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,13 @@
#
-%define extra_version -1-g6b8dde1
+%define extra_version %{nil}
Name: systemd-default-settings
URL: https://github.com/openSUSE/systemd-default-settings
-Version: 0.7
+Version: 0.8
Release: 0
-Summary: Customization of systemd default settings for SUSE
distributions
+Summary: Generic SUSE Customization of systemd defaults
License: GPL-2.0-or-later
Group: System/Base
Source0: %{name}-%{version}%{extra_version}.tar.gz
@@ -38,7 +38,7 @@
pulled in by the branding package instead.
%package branding-SLE
-Summary: Specific customization of systemd defaults settings for SLE
+Summary: SLE Specific Customization of systemd defaults
Group: System/Base
Requires: %{name} = %{version}-%{release}
Supplements: packageand(%{name}:branding-SLE)
@@ -50,7 +50,7 @@
them better suited for SLE distributions.
%package branding-openSUSE
-Summary: Specific customization of systemd defaults settings for
openSUSE
+Summary: openSUSE Specific Customization of systemd defaults
Group: System/Base
Requires: %{name} = %{version}-%{release}
Supplements: packageand(%{name}:branding-openSUSE)
@@ -62,7 +62,7 @@
them better suited for openSUSE distributions.
%package branding-upstream
-Summary: Restore upstream systemd defaults settings
+Summary: Restore upstream systemd defaults
Group: System/Base
Provides: %{name}-branding = %{version}-%{release}
Conflicts: %{name}
@@ -74,7 +74,7 @@
package.
%package branding-SLE-Micro
-Summary: Specific customization of systemd defaults settings for
SLE-Micro
+Summary: SLE-Micro Specific Customization of systemd defaults
Group: System/Base
Requires: %{name} = %{version}-%{release}
Supplements: packageand(%{name}:branding-SLE-Micro)
@@ -93,6 +93,13 @@
%install
%make_install
+# Convert early drop-ins into regular ones on Factory (1699) and ALP (1600).
The
+# removal of early drop-ins happens on these 2 distros only. SLE15/Leap15
(1500)
+# still relies one them.
+%if %{suse_version} >= 1600
+find %{buildroot} -name __\*.conf -exec rename '.conf.d/__' '.conf.d/' {} \;
+%endif
+
find %{buildroot} -name \*.d -type d -printf "%%%%dir /%%P\n" >SUSE.list
find %{buildroot} -name \*-defaults-SUSE.conf -printf "/%%P\n" >>SUSE.list
find %{buildroot} -name \*-defaults-SLE.conf -printf "/%%P\n" >SLE.list
++++++ systemd-default-settings-0.7-1-g6b8dde1.tar.gz ->
systemd-default-settings-0.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/journald.conf.d/__26-defaults-SLE-Micro.conf
new/systemd-default-settings-0.8/usr/lib/systemd/journald.conf.d/__26-defaults-SLE-Micro.conf
---
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/journald.conf.d/__26-defaults-SLE-Micro.conf
1970-01-01 01:00:00.000000000 +0100
+++
new/systemd-default-settings-0.8/usr/lib/systemd/journald.conf.d/__26-defaults-SLE-Micro.conf
2023-10-19 17:55:55.000000000 +0200
@@ -0,0 +1,10 @@
+# This drop-in contains specific defaults used by SUSE distributions.
+#
+# Do not edit this file, it will be overwritten on update.
+#
+# If you need to override one of the options, please create your own
+# drop-in in /etc/systemd with a higher priority (preferably greater
+# than 70).
+
+[Journal]
+Storage=persistent
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/journald.conf.d/__30-defaults-SLE-Micro.conf
new/systemd-default-settings-0.8/usr/lib/systemd/journald.conf.d/__30-defaults-SLE-Micro.conf
---
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/journald.conf.d/__30-defaults-SLE-Micro.conf
2021-09-21 09:50:29.000000000 +0200
+++
new/systemd-default-settings-0.8/usr/lib/systemd/journald.conf.d/__30-defaults-SLE-Micro.conf
1970-01-01 01:00:00.000000000 +0100
@@ -1,10 +0,0 @@
-# This drop-in contains specific defaults used by SUSE distributions.
-#
-# Do not edit this file, it will be overwritten on update.
-#
-# If you need to override one of the options, please create your own
-# drop-in in /etc/systemd with a higher priority (preferably greater
-# than 70).
-
-[Journal]
-Storage=persistent
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/[email protected]/20-defaults-SUSE.conf
new/systemd-default-settings-0.8/usr/lib/systemd/system/[email protected]/20-defaults-SUSE.conf
---
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/[email protected]/20-defaults-SUSE.conf
1970-01-01 01:00:00.000000000 +0100
+++
new/systemd-default-settings-0.8/usr/lib/systemd/system/[email protected]/20-defaults-SUSE.conf
2023-10-19 17:55:55.000000000 +0200
@@ -0,0 +1,11 @@
+# This drop-in contains specific defaults used by SUSE distributions.
+#
+# Do not edit this file, it will be overwritten on update.
+#
+# If you need to override one of the options, please create your own
+# drop-in in /etc/systemd with a higher priority (preferably greater
+# than 70).
+
+[Service]
+# ensure tty1 isn't cleared (bnc#804158)
+TTYVTDisallocate=no
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/[email protected]/__20-defaults-SUSE.conf
new/systemd-default-settings-0.8/usr/lib/systemd/system/[email protected]/__20-defaults-SUSE.conf
---
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/[email protected]/__20-defaults-SUSE.conf
2021-09-21 09:50:29.000000000 +0200
+++
new/systemd-default-settings-0.8/usr/lib/systemd/system/[email protected]/__20-defaults-SUSE.conf
1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
-# This drop-in contains specific defaults used by SUSE distributions.
-#
-# Do not edit this file, it will be overwritten on update.
-#
-# If you need to override one of the options, please create your own
-# drop-in in /etc/systemd with a higher priority (preferably greater
-# than 70).
-
-[Service]
-# ensure tty1 isn't cleared (bnc#804158)
-TTYVTDisallocate=no
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/systemd-logind.service.d/20-defaults-SUSE.conf
new/systemd-default-settings-0.8/usr/lib/systemd/system/systemd-logind.service.d/20-defaults-SUSE.conf
---
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/systemd-logind.service.d/20-defaults-SUSE.conf
1970-01-01 01:00:00.000000000 +0100
+++
new/systemd-default-settings-0.8/usr/lib/systemd/system/systemd-logind.service.d/20-defaults-SUSE.conf
2023-10-19 17:55:55.000000000 +0200
@@ -0,0 +1,12 @@
+# This drop-in contains specific defaults used by SUSE distributions.
+#
+# Do not edit this file, it will be overwritten on update.
+#
+# If you need to override one of the options, please create your own
+# drop-in in /etc/systemd with a higher priority (preferably greater
+# than 70).
+
+[Service]
+# To keep backward compat with system using NIS, turn off the IP
+# sandboxing.
+IPAddressDeny=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/systemd-logind.service.d/__20-defaults-SUSE.conf
new/systemd-default-settings-0.8/usr/lib/systemd/system/systemd-logind.service.d/__20-defaults-SUSE.conf
---
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/systemd-logind.service.d/__20-defaults-SUSE.conf
2021-09-21 09:50:29.000000000 +0200
+++
new/systemd-default-settings-0.8/usr/lib/systemd/system/systemd-logind.service.d/__20-defaults-SUSE.conf
1970-01-01 01:00:00.000000000 +0100
@@ -1,12 +0,0 @@
-# This drop-in contains specific defaults used by SUSE distributions.
-#
-# Do not edit this file, it will be overwritten on update.
-#
-# If you need to override one of the options, please create your own
-# drop-in in /etc/systemd with a higher priority (preferably greater
-# than 70).
-
-[Service]
-# To keep backward compat with system using NIS, turn off the IP
-# sandboxing.
-IPAddressDeny=
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/user-.slice.d/25-defaults-SLE.conf
new/systemd-default-settings-0.8/usr/lib/systemd/system/user-.slice.d/25-defaults-SLE.conf
---
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/user-.slice.d/25-defaults-SLE.conf
1970-01-01 01:00:00.000000000 +0100
+++
new/systemd-default-settings-0.8/usr/lib/systemd/system/user-.slice.d/25-defaults-SLE.conf
2023-10-19 17:55:55.000000000 +0200
@@ -0,0 +1,11 @@
+# This drop-in contains specific defaults used by SUSE distributions.
+#
+# Do not edit this file, it will be overwritten on update.
+#
+# If you need to override one of the options, please create your own
+# drop-in in /etc/systemd with a higher priority (preferably greater
+# than 70).
+
+[Slice]
+# Disable default TasksMax limit (SLE-10123)
+TasksMax=infinity
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/user-.slice.d/__25-defaults-SLE.conf
new/systemd-default-settings-0.8/usr/lib/systemd/system/user-.slice.d/__25-defaults-SLE.conf
---
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/user-.slice.d/__25-defaults-SLE.conf
2021-09-21 09:50:29.000000000 +0200
+++
new/systemd-default-settings-0.8/usr/lib/systemd/system/user-.slice.d/__25-defaults-SLE.conf
1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
-# This drop-in contains specific defaults used by SUSE distributions.
-#
-# Do not edit this file, it will be overwritten on update.
-#
-# If you need to override one of the options, please create your own
-# drop-in in /etc/systemd with a higher priority (preferably greater
-# than 70).
-
-[Slice]
-# Disable default TasksMax limit (SLE-10123)
-TasksMax=infinity
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/[email protected]/20-defaults-SUSE.conf
new/systemd-default-settings-0.8/usr/lib/systemd/system/[email protected]/20-defaults-SUSE.conf
---
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/[email protected]/20-defaults-SUSE.conf
1970-01-01 01:00:00.000000000 +0100
+++
new/systemd-default-settings-0.8/usr/lib/systemd/system/[email protected]/20-defaults-SUSE.conf
2023-10-19 17:55:55.000000000 +0200
@@ -0,0 +1,13 @@
+# This drop-in contains specific defaults used by SUSE distributions.
+#
+# Do not edit this file, it will be overwritten on update.
+#
+# If you need to override one of the options, please create your own
+# drop-in in /etc/systemd with a higher priority (preferably greater
+# than 70).
+
+[Service]
+# Delegation for privileged services is supposed to enable all or
+# listed resource controllers, which would incur performance penalties
+# to *all* running services (bsc#954765 jsc#PM-2229).
+Delegate=no
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/[email protected]/__20-defaults-SUSE.conf
new/systemd-default-settings-0.8/usr/lib/systemd/system/[email protected]/__20-defaults-SUSE.conf
---
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/system/[email protected]/__20-defaults-SUSE.conf
2021-09-21 09:50:29.000000000 +0200
+++
new/systemd-default-settings-0.8/usr/lib/systemd/system/[email protected]/__20-defaults-SUSE.conf
1970-01-01 01:00:00.000000000 +0100
@@ -1,13 +0,0 @@
-# This drop-in contains specific defaults used by SUSE distributions.
-#
-# Do not edit this file, it will be overwritten on update.
-#
-# If you need to override one of the options, please create your own
-# drop-in in /etc/systemd with a higher priority (preferably greater
-# than 70).
-
-[Service]
-# Delegation for privileged services is supposed to enable all or
-# listed resource controllers, which would incur performance penalties
-# to *all* running services (bsc#954765 jsc#PM-2229).
-Delegate=no
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/systemd-udevd.service.d/25-defaults-SLE.conf
new/systemd-default-settings-0.8/usr/lib/systemd/systemd-udevd.service.d/25-defaults-SLE.conf
---
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/systemd-udevd.service.d/25-defaults-SLE.conf
1970-01-01 01:00:00.000000000 +0100
+++
new/systemd-default-settings-0.8/usr/lib/systemd/systemd-udevd.service.d/25-defaults-SLE.conf
2023-10-19 17:55:55.000000000 +0200
@@ -0,0 +1,12 @@
+# This drop-in contains specific defaults used by SUSE distributions.
+#
+# Do not edit this file, it will be overwritten on update.
+#
+# If you need to override one of the options, please create your own
+# drop-in in /etc/systemd with a higher priority (preferably greater
+# than 70).
+
+[Service]
+# Some stuff spawned by systemd-udevd need to access to the hostname
+# (bsc#1178374)
+ProtectHostname=no
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/systemd-udevd.service.d/__25-defaults-SLE.conf
new/systemd-default-settings-0.8/usr/lib/systemd/systemd-udevd.service.d/__25-defaults-SLE.conf
---
old/systemd-default-settings-0.7-1-g6b8dde1/usr/lib/systemd/systemd-udevd.service.d/__25-defaults-SLE.conf
2021-09-21 09:50:29.000000000 +0200
+++
new/systemd-default-settings-0.8/usr/lib/systemd/systemd-udevd.service.d/__25-defaults-SLE.conf
1970-01-01 01:00:00.000000000 +0100
@@ -1,12 +0,0 @@
-# This drop-in contains specific defaults used by SUSE distributions.
-#
-# Do not edit this file, it will be overwritten on update.
-#
-# If you need to override one of the options, please create your own
-# drop-in in /etc/systemd with a higher priority (preferably greater
-# than 70).
-
-[Service]
-# Some stuff spawned by systemd-udevd need to access to the hostname
-# (bsc#1178374)
-ProtectHostname=no