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 2021-02-25 18:26:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd-default-settings (Old)
 and      /work/SRC/openSUSE:Factory/.systemd-default-settings.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd-default-settings"

Thu Feb 25 18:26:32 2021 rev:5 rq:874410 version:0.7

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/systemd-default-settings/systemd-default-settings.changes
        2020-12-03 18:37:34.129623401 +0100
+++ 
/work/SRC/openSUSE:Factory/.systemd-default-settings.new.2378/systemd-default-settings.changes
      2021-02-25 18:26:34.138146074 +0100
@@ -1,0 +2,14 @@
+Mon Feb 22 16:49:16 UTC 2021 - Franck Bui <[email protected]>
+
+- Import 0.7
+
+  2a61f77 Convert our configuration file dropins into 'early' ones
+
+-------------------------------------------------------------------
+Wed Feb 17 08:40:19 UTC 2021 - Franck Bui <[email protected]>
+
+- Import 0.6
+
+  d3fab7c Introduce SLE-Micro branding
+
+-------------------------------------------------------------------

Old:
----
  systemd-default-settings-0.5.tar.gz

New:
----
  systemd-default-settings-0.7.tar.gz

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

Other differences:
------------------
++++++ systemd-default-settings.spec ++++++
--- /var/tmp/diff_new_pack.nRup8P/_old  2021-02-25 18:26:34.546146371 +0100
+++ /var/tmp/diff_new_pack.nRup8P/_new  2021-02-25 18:26:34.550146373 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package systemd-default-settings
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 Name:           systemd-default-settings
 URL:            https://github.com/openSUSE/systemd-default-settings
-Version:        0.5
+Version:        0.7
 Release:        0
 Summary:        Customization of systemd default settings for SUSE 
distributions
 License:        GPL-2.0-or-later
@@ -71,6 +71,18 @@
 by uninstalling all drop-ins shipped by %{name} and its branding sub
 package.
 
+%package branding-SLE-Micro
+Summary:        Specific customization of systemd defaults settings for 
SLE-Micro
+Group:          System/Base
+Requires:       %{name} = %{version}-%{release}
+Supplements:    packageand(%{name}:branding-SLE-Micro)
+Provides:       %{name}-branding = %{version}-%{release}
+Conflicts:      otherproviders(%{name}-branding)
+
+%description branding-SLE-Micro
+This package overrides some of the upstream default settings to make
+them better suited for SLE-Micro distributions.
+
 %prep
 %setup -q
 
@@ -80,9 +92,10 @@
 %make_install
 
 find %{buildroot} -name \*.d -type d -printf "%%%%dir /%%P\n" >SUSE.list
-find %{buildroot} -name 20-defaults-SUSE.conf -printf "/%%P\n" >>SUSE.list
-find %{buildroot} -name 25-defaults-SLE.conf -printf "/%%P\n" >SLE.list
-find %{buildroot} -name 25-defaults-openSUSE.conf -printf "/%%P\n" 
>openSUSE.list
+find %{buildroot} -name \*-defaults-SUSE.conf -printf "/%%P\n" >>SUSE.list
+find %{buildroot} -name \*-defaults-SLE.conf -printf "/%%P\n" >SLE.list
+find %{buildroot} -name \*-defaults-openSUSE.conf -printf "/%%P\n" 
>openSUSE.list
+find %{buildroot} -name \*-defaults-SLE-Micro.conf -printf "/%%P\n" 
>SLE-Micro.list
 
 %post
 # Reloading PID1 is probably not enough as some changes will require
@@ -103,4 +116,7 @@
 %files branding-upstream
 %defattr(-,root,root)
 
+%files branding-SLE-Micro -f SLE.list -f SLE-Micro.list
+%defattr(-,root,root)
+
 %changelog

++++++ systemd-default-settings-0.5.tar.gz -> 
systemd-default-settings-0.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemd-default-settings-0.5/usr/lib/systemd/journald.conf.d/20-defaults-SUSE.conf
 
new/systemd-default-settings-0.7/usr/lib/systemd/journald.conf.d/20-defaults-SUSE.conf
--- 
old/systemd-default-settings-0.5/usr/lib/systemd/journald.conf.d/20-defaults-SUSE.conf
      2020-11-19 07:22:31.000000000 +0100
+++ 
new/systemd-default-settings-0.7/usr/lib/systemd/journald.conf.d/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).
-
-[Journal]
-# Prevent journald from starting auditd during boot (bsc#984034).
-Audit=no
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemd-default-settings-0.5/usr/lib/systemd/journald.conf.d/__20-defaults-SUSE.conf
 
new/systemd-default-settings-0.7/usr/lib/systemd/journald.conf.d/__20-defaults-SUSE.conf
--- 
old/systemd-default-settings-0.5/usr/lib/systemd/journald.conf.d/__20-defaults-SUSE.conf
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/systemd-default-settings-0.7/usr/lib/systemd/journald.conf.d/__20-defaults-SUSE.conf
    2021-02-22 17:46:35.000000000 +0100
@@ -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).
+
+[Journal]
+# Prevent journald from starting auditd during boot (bsc#984034).
+Audit=no
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemd-default-settings-0.5/usr/lib/systemd/journald.conf.d/__30-defaults-SLE-Micro.conf
 
new/systemd-default-settings-0.7/usr/lib/systemd/journald.conf.d/__30-defaults-SLE-Micro.conf
--- 
old/systemd-default-settings-0.5/usr/lib/systemd/journald.conf.d/__30-defaults-SLE-Micro.conf
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/systemd-default-settings-0.7/usr/lib/systemd/journald.conf.d/__30-defaults-SLE-Micro.conf
       2021-02-22 17:46:35.000000000 +0100
@@ -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.5/usr/lib/systemd/logind.conf.d/25-defaults-SLE.conf
 
new/systemd-default-settings-0.7/usr/lib/systemd/logind.conf.d/25-defaults-SLE.conf
--- 
old/systemd-default-settings-0.5/usr/lib/systemd/logind.conf.d/25-defaults-SLE.conf
 2020-11-19 07:22:31.000000000 +0100
+++ 
new/systemd-default-settings-0.7/usr/lib/systemd/logind.conf.d/25-defaults-SLE.conf
 1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-[Login]
-# fate#320125
-RemoveIPC=no
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemd-default-settings-0.5/usr/lib/systemd/logind.conf.d/__25-defaults-SLE.conf
 
new/systemd-default-settings-0.7/usr/lib/systemd/logind.conf.d/__25-defaults-SLE.conf
--- 
old/systemd-default-settings-0.5/usr/lib/systemd/logind.conf.d/__25-defaults-SLE.conf
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/systemd-default-settings-0.7/usr/lib/systemd/logind.conf.d/__25-defaults-SLE.conf
       2021-02-22 17:46:35.000000000 +0100
@@ -0,0 +1,3 @@
+[Login]
+# fate#320125
+RemoveIPC=no
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemd-default-settings-0.5/usr/lib/systemd/system.conf.d/20-defaults-SUSE.conf
 
new/systemd-default-settings-0.7/usr/lib/systemd/system.conf.d/20-defaults-SUSE.conf
--- 
old/systemd-default-settings-0.5/usr/lib/systemd/system.conf.d/20-defaults-SUSE.conf
        2020-11-19 07:22:31.000000000 +0100
+++ 
new/systemd-default-settings-0.7/usr/lib/systemd/system.conf.d/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).
-
-[Manager]
-# Memory accounting incurs performance penalties. Let's keep it
-# disabled by default since the actual use case for enabling it is not
-# clear (jsc#PM-2229).
-DefaultMemoryAccounting=no
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemd-default-settings-0.5/usr/lib/systemd/system.conf.d/25-defaults-SLE.conf
 
new/systemd-default-settings-0.7/usr/lib/systemd/system.conf.d/25-defaults-SLE.conf
--- 
old/systemd-default-settings-0.5/usr/lib/systemd/system.conf.d/25-defaults-SLE.conf
 2020-11-19 07:22:31.000000000 +0100
+++ 
new/systemd-default-settings-0.7/usr/lib/systemd/system.conf.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).
-
-[Manager]
-# Disable default TasksMax limit (jsc#SLE-10123)
-DefaultTasksMax=infinity
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemd-default-settings-0.5/usr/lib/systemd/system.conf.d/__20-defaults-SUSE.conf
 
new/systemd-default-settings-0.7/usr/lib/systemd/system.conf.d/__20-defaults-SUSE.conf
--- 
old/systemd-default-settings-0.5/usr/lib/systemd/system.conf.d/__20-defaults-SUSE.conf
      1970-01-01 01:00:00.000000000 +0100
+++ 
new/systemd-default-settings-0.7/usr/lib/systemd/system.conf.d/__20-defaults-SUSE.conf
      2021-02-22 17:46:35.000000000 +0100
@@ -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).
+
+[Manager]
+# Memory accounting incurs performance penalties. Let's keep it
+# disabled by default since the actual use case for enabling it is not
+# clear (jsc#PM-2229).
+DefaultMemoryAccounting=no
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemd-default-settings-0.5/usr/lib/systemd/system.conf.d/__25-defaults-SLE.conf
 
new/systemd-default-settings-0.7/usr/lib/systemd/system.conf.d/__25-defaults-SLE.conf
--- 
old/systemd-default-settings-0.5/usr/lib/systemd/system.conf.d/__25-defaults-SLE.conf
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/systemd-default-settings-0.7/usr/lib/systemd/system.conf.d/__25-defaults-SLE.conf
       2021-02-22 17:46:35.000000000 +0100
@@ -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).
+
+[Manager]
+# Disable default TasksMax limit (jsc#SLE-10123)
+DefaultTasksMax=infinity
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemd-default-settings-0.5/usr/lib/systemd/timesyncd.conf.d/25-defaults-SLE.conf
 
new/systemd-default-settings-0.7/usr/lib/systemd/timesyncd.conf.d/25-defaults-SLE.conf
--- 
old/systemd-default-settings-0.5/usr/lib/systemd/timesyncd.conf.d/25-defaults-SLE.conf
      2020-11-19 07:22:31.000000000 +0100
+++ 
new/systemd-default-settings-0.7/usr/lib/systemd/timesyncd.conf.d/25-defaults-SLE.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).
-
-[Time]
-FallbackNTP=0.suse.pool.ntp.org 1.suse.pool.ntp.org 2.suse.pool.ntp.org 
3.suse.pool.ntp.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemd-default-settings-0.5/usr/lib/systemd/timesyncd.conf.d/25-defaults-openSUSE.conf
 
new/systemd-default-settings-0.7/usr/lib/systemd/timesyncd.conf.d/25-defaults-openSUSE.conf
--- 
old/systemd-default-settings-0.5/usr/lib/systemd/timesyncd.conf.d/25-defaults-openSUSE.conf
 2020-11-19 07:22:31.000000000 +0100
+++ 
new/systemd-default-settings-0.7/usr/lib/systemd/timesyncd.conf.d/25-defaults-openSUSE.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).
-
-[Time]
-FallbackNTP=0.opensuse.pool.ntp.org 1.opensuse.pool.ntp.org 
2.opensuse.pool.ntp.org 3.opensuse.pool.ntp.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemd-default-settings-0.5/usr/lib/systemd/timesyncd.conf.d/__25-defaults-SLE.conf
 
new/systemd-default-settings-0.7/usr/lib/systemd/timesyncd.conf.d/__25-defaults-SLE.conf
--- 
old/systemd-default-settings-0.5/usr/lib/systemd/timesyncd.conf.d/__25-defaults-SLE.conf
    1970-01-01 01:00:00.000000000 +0100
+++ 
new/systemd-default-settings-0.7/usr/lib/systemd/timesyncd.conf.d/__25-defaults-SLE.conf
    2021-02-22 17:46:35.000000000 +0100
@@ -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).
+
+[Time]
+FallbackNTP=0.suse.pool.ntp.org 1.suse.pool.ntp.org 2.suse.pool.ntp.org 
3.suse.pool.ntp.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/systemd-default-settings-0.5/usr/lib/systemd/timesyncd.conf.d/__25-defaults-openSUSE.conf
 
new/systemd-default-settings-0.7/usr/lib/systemd/timesyncd.conf.d/__25-defaults-openSUSE.conf
--- 
old/systemd-default-settings-0.5/usr/lib/systemd/timesyncd.conf.d/__25-defaults-openSUSE.conf
       1970-01-01 01:00:00.000000000 +0100
+++ 
new/systemd-default-settings-0.7/usr/lib/systemd/timesyncd.conf.d/__25-defaults-openSUSE.conf
       2021-02-22 17:46:35.000000000 +0100
@@ -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).
+
+[Time]
+FallbackNTP=0.opensuse.pool.ntp.org 1.opensuse.pool.ntp.org 
2.opensuse.pool.ntp.org 3.opensuse.pool.ntp.org

Reply via email to