Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package zypp-boot-plugin for
openSUSE:Factory checked in at 2024-06-17 19:27:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zypp-boot-plugin (Old)
and /work/SRC/openSUSE:Factory/.zypp-boot-plugin.new.19518 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zypp-boot-plugin"
Mon Jun 17 19:27:07 2024 rev:5 rq:1180886 version:0.0.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/zypp-boot-plugin/zypp-boot-plugin.changes
2024-06-06 12:30:39.436181278 +0200
+++
/work/SRC/openSUSE:Factory/.zypp-boot-plugin.new.19518/zypp-boot-plugin.changes
2024-06-17 19:27:30.685901192 +0200
@@ -1,0 +2,6 @@
+Fri Jun 14 09:57:22 UTC 2024 - [email protected]
+
+- Update to version 0.0.10:
+ * updated zypp-boot-plugin.conf docu
+
+-------------------------------------------------------------------
Old:
----
zypp-boot-plugin-0.0.9.tar.xz
New:
----
zypp-boot-plugin-0.0.10.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ zypp-boot-plugin.spec ++++++
--- /var/tmp/diff_new_pack.37lIo5/_old 2024-06-17 19:27:31.397927124 +0200
+++ /var/tmp/diff_new_pack.37lIo5/_new 2024-06-17 19:27:31.397927124 +0200
@@ -17,7 +17,7 @@
Name: zypp-boot-plugin
-Version: 0.0.9
+Version: 0.0.10
Release: 0
Summary: Zypp plugin for checking if a reboot is needed
License: AGPL-3.0-or-later
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.37lIo5/_old 2024-06-17 19:27:31.449929018 +0200
+++ /var/tmp/diff_new_pack.37lIo5/_new 2024-06-17 19:27:31.453929163 +0200
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://github.com/openSUSE/zypp-boot-plugin.git</param>
- <param
name="changesrevision">a1aaf793964246f4324a90d62063f929224e371f</param></service></servicedata>
+ <param
name="changesrevision">98cb017c70f60681ed3cf0bcb646665d55246078</param></service></servicedata>
(No newline at EOF)
++++++ zypp-boot-plugin-0.0.9.tar.xz -> zypp-boot-plugin-0.0.10.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zypp-boot-plugin-0.0.9/NEWS
new/zypp-boot-plugin-0.0.10/NEWS
--- old/zypp-boot-plugin-0.0.9/NEWS 2024-06-05 09:46:28.000000000 +0200
+++ new/zypp-boot-plugin-0.0.10/NEWS 2024-06-14 11:37:29.000000000 +0200
@@ -1,3 +1,6 @@
+Version 0.0.10
+* Updated zypp-boot-plugin.conf docu.
+
Version 0.0.9
* Set reboot flag for multiversion packages ( type "M" ).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zypp-boot-plugin-0.0.9/README.md
new/zypp-boot-plugin-0.0.10/README.md
--- old/zypp-boot-plugin-0.0.9/README.md 2024-06-05 09:46:28.000000000
+0200
+++ new/zypp-boot-plugin-0.0.10/README.md 2024-06-14 11:37:29.000000000
+0200
@@ -91,8 +91,10 @@
soft-reboot = glibc, dbus-broker, dbus-1-daemon,
libopenssl[0-9]?_?[0-9]?_?[0-9]?, libopenssl[0-9]?_?[0-9]?_?[0-9]?-32bit
```
- Admin/User changes should go into /etc/zypp/zypp-boot-plugin.conf which
will not
- be overwritten during a package update.
+ Admin/User changes should go into /etc/zypp/zypp-boot-plugin.conf for
resetting all entries or should go
+ into /etc/zypp/zypp-boot-plugin.conf.d/ for indiviual changes only. Have a
look to :https://opensuse.github.io/libeconf/
+ for more infmormation.
+ These entries which will not be overwritten during a package update.
2. If a freshly installed/updated package is not defined in
*/usr/etc/zypp/zypp-boot-plugin.conf*, but its dependencies
contain a *Provides* for *installhint(reboot-needed)*:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zypp-boot-plugin-0.0.9/man/zypp-boot-plugin.8.xml
new/zypp-boot-plugin-0.0.10/man/zypp-boot-plugin.8.xml
--- old/zypp-boot-plugin-0.0.9/man/zypp-boot-plugin.8.xml 2024-06-05
09:46:28.000000000 +0200
+++ new/zypp-boot-plugin-0.0.10/man/zypp-boot-plugin.8.xml 2024-06-14
11:37:29.000000000 +0200
@@ -78,7 +78,17 @@
<listitem>
<para>
Despite the file described above, this file can be edit by the
admin and will NOT be overwritten
- while an package installation/update. These file entries have the
higest priority.
+ while a package installation/update. These file entries have the
higest priority and replace
+ ALL entries defined in the /usr/etc/zypp/zypp-boot-plugin.conf.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>/etc/zypp/zypp-boot-plugin.conf.d/*</term>
+ <listitem>
+ <para>
+ Allows individual entry changes which have been defined in the
configuration files described above.
+ Have a look to https://opensuse.github.io/libeconf/ for more
infmormation.
</para>
</listitem>
</varlistentry>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/zypp-boot-plugin-0.0.9/meson.build
new/zypp-boot-plugin-0.0.10/meson.build
--- old/zypp-boot-plugin-0.0.9/meson.build 2024-06-05 09:46:28.000000000
+0200
+++ new/zypp-boot-plugin-0.0.10/meson.build 2024-06-14 11:37:29.000000000
+0200
@@ -1,5 +1,5 @@
project('zypp-boot_plugin', 'cpp',
- version : '0.0.9',
+ version : '0.0.10',
license : 'LGPLv3',
default_options : [
'buildtype=debugoptimized',