Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package systemd-presets-branding-MicroOS for 
openSUSE:Factory checked in at 2023-01-31 16:08:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/systemd-presets-branding-MicroOS (Old)
 and      
/work/SRC/openSUSE:Factory/.systemd-presets-branding-MicroOS.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "systemd-presets-branding-MicroOS"

Tue Jan 31 16:08:42 2023 rev:6 rq:1062049 version:20230130

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/systemd-presets-branding-MicroOS/systemd-presets-branding-MicroOS.changes
        2020-04-23 18:29:56.104030048 +0200
+++ 
/work/SRC/openSUSE:Factory/.systemd-presets-branding-MicroOS.new.32243/systemd-presets-branding-MicroOS.changes
     2023-01-31 16:21:41.266132541 +0100
@@ -1,0 +2,12 @@
+Mon Jan 30 12:38:25 UTC 2023 - Richard Brown <rbr...@suse.com>
+
+- Introduce 50-default-MicroOS-user.preset to allow Systemd user
+  units for MicroOS users
+- Add transactional-update-notifier Systemd user unit to default
+  user preset. This will allow MicroOS Desktop users to have
+  Desktop notifications about transactional updates either
+  succeeding or failing. The D-Bus service in use have been audited
+  already (boo#1206163).
+- 20230130
+
+-------------------------------------------------------------------

New:
----
  50-default-MicroOS-user.preset

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

Other differences:
------------------
++++++ systemd-presets-branding-MicroOS.spec ++++++
--- /var/tmp/diff_new_pack.liqt5n/_old  2023-01-31 16:21:41.686135072 +0100
+++ /var/tmp/diff_new_pack.liqt5n/_new  2023-01-31 16:21:41.694135120 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package systemd-presets-branding-MicroOS
 #
-# Copyright (c) 2020 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
@@ -19,12 +19,13 @@
 %define generic_name systemd-presets-branding
 
 Name:           systemd-presets-branding-MicroOS
-Version:        20200323
+Version:        20230130
 Release:        0
 Summary:        Systemd default presets for openSUSE MicroOS
 License:        MIT
 Group:          System/Base
 Source0:        50-default-MicroOS.preset
+Source1:        50-default-MicroOS-user.preset
 BuildRequires:  systemd-presets-branding-openSUSE
 BuildRequires:  pkgconfig(systemd)
 #!BuildIgnore:  systemd-presets-branding
@@ -48,7 +49,10 @@
 
 %install
 mkdir -p %{buildroot}%{_prefix}/lib/systemd/system-preset
+mkdir -p %{buildroot}%{_prefix}/lib/systemd/user-preset
+
 install -m644 %{SOURCE0}  %{buildroot}%{_prefix}/lib/systemd/system-preset/
+install -m644 %{SOURCE1}  %{buildroot}%{_prefix}/lib/systemd/user-preset/
 # Copy default presets and script
 install -m644 %{_prefix}/lib/systemd/system-preset/90-default-openSUSE.preset 
%{buildroot}%{_prefix}/lib/systemd/system-preset/
 
@@ -63,6 +67,7 @@
         # Note: the old version of the script is used here.
         #
         %{_prefix}/lib/%{generic_name}/branding-preset-states save
+        %{_prefix}/lib/%{generic_name}/branding-preset-states save user
 elif [ $1 -eq 1 ]; then
   touch /run/rpm-%{name}-preset-all
 fi
@@ -74,6 +79,7 @@
         # that have been changed and apply "systemct preset" on them.
         #
         %{_prefix}/lib/%{generic_name}/branding-preset-states apply-changes
+        %{_prefix}/lib/%{generic_name}/branding-preset-states apply-changes 
user
 fi
 
 %posttrans
@@ -82,11 +88,13 @@
   # Don't disable services, since this would disable the
   # complete network stack.
   systemctl preset-all --preset-mode=enable-only
+  systemctl preset-all --preset-mode=enable-only --global
 fi
 rm -f /run/rpm-%{name}-preset-all
 
 %files
 %defattr(-,root,root)
 %{_prefix}/lib/systemd/system-preset/*
+%{_prefix}/lib/systemd/user-preset/50-default-MicroOS-user.preset
 
 %changelog

++++++ 50-default-MicroOS-user.preset ++++++
enable transactional-update-notifier

Reply via email to