Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package health-checker for openSUSE:Factory 
checked in at 2024-07-31 13:28:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/health-checker (Old)
 and      /work/SRC/openSUSE:Factory/.health-checker.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "health-checker"

Wed Jul 31 13:28:34 2024 rev:25 rq:1190440 version:1.11+git20240730.5dafd6a

Changes:
--------
--- /work/SRC/openSUSE:Factory/health-checker/health-checker.changes    
2024-06-21 16:02:27.248411978 +0200
+++ /work/SRC/openSUSE:Factory/.health-checker.new.7232/health-checker.changes  
2024-07-31 13:28:42.354354591 +0200
@@ -1,0 +2,6 @@
+Tue Jul 30 09:58:30 UTC 2024 - [email protected]
+
+- Update to version 1.11+git20240730.5dafd6a:
+  * Add rpm db consistency plugin
+
+-------------------------------------------------------------------

Old:
----
  health-checker-1.10+git20240111.cb84209.tar.xz

New:
----
  health-checker-1.11+git20240730.5dafd6a.tar.xz

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

Other differences:
------------------
++++++ health-checker.spec ++++++
--- /var/tmp/diff_new_pack.xPUHt2/_old  2024-07-31 13:28:43.406397797 +0200
+++ /var/tmp/diff_new_pack.xPUHt2/_new  2024-07-31 13:28:43.406397797 +0200
@@ -19,7 +19,7 @@
 %define _dracutmoduledir %(pkg-config --variable=dracutmodulesdir dracut)
 
 Name:           health-checker
-Version:        1.10+git20240111.cb84209
+Version:        1.11+git20240730.5dafd6a
 Release:        0
 Summary:        Service for verifying that important services are running
 License:        GPL-2.0-only
@@ -120,6 +120,7 @@
 %dir %{_libexecdir}/health-checker/
 %{_libexecdir}/health-checker/btrfs-subvolumes-mounted.sh
 %{_libexecdir}/health-checker/logind.sh
+%{_libexecdir}/health-checker/rpmdb-consistency.sh
 %{_libexecdir}/health-checker/tmp.sh
 %{_sbindir}/health-checker
 %{_mandir}/man8/health-checker.8%{?ext_man}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.xPUHt2/_old  2024-07-31 13:28:43.438399111 +0200
+++ /var/tmp/diff_new_pack.xPUHt2/_new  2024-07-31 13:28:43.442399275 +0200
@@ -1,7 +1,7 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="version">1.10</param>
-    <param name="versionformat">1.10+git%cd.%h</param>
+    <param name="version">1.11</param>
+    <param name="versionformat">1.11+git%cd.%h</param>
     <param name="url">https://github.com/openSUSE/health-checker.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.xPUHt2/_old  2024-07-31 13:28:43.462400097 +0200
+++ /var/tmp/diff_new_pack.xPUHt2/_new  2024-07-31 13:28:43.466400262 +0200
@@ -1,7 +1,7 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/openSUSE/health-checker.git</param>
-  <param 
name="changesrevision">cb84209fd0bc4a9e05d96b85e0a60f90209f3e06</param></service>
+  <param 
name="changesrevision">5dafd6a1983a5675c222466011d21842d75e6fb6</param></service>
 </servicedata>
 (No newline at EOF)
 

++++++ health-checker-1.10+git20240111.cb84209.tar.xz -> 
health-checker-1.11+git20240730.5dafd6a.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-checker-1.10+git20240111.cb84209/NEWS 
new/health-checker-1.11+git20240730.5dafd6a/NEWS
--- old/health-checker-1.10+git20240111.cb84209/NEWS    2024-01-11 
17:11:06.000000000 +0100
+++ new/health-checker-1.11+git20240730.5dafd6a/NEWS    2024-07-30 
11:54:25.000000000 +0200
@@ -2,6 +2,14 @@
 
 Copyright (C) 2017-2020 Thorsten Kukuk et al.
 
+Version 1.11
+* Add RPM database consistency plugin
+* Messages are printed with a severity prefix now
+* Fix various typos
+* Add missing rule for health-checker.service.8
+* Remove HTML output of man pages (the man pages are rendered by a
+  common service on manpages.opensuse.org now)
+
 Version 1.10
 * Fix Btrfs subvolume check if subvol starts with '-'
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/health-checker-1.10+git20240111.cb84209/configure.ac 
new/health-checker-1.11+git20240730.5dafd6a/configure.ac
--- old/health-checker-1.10+git20240111.cb84209/configure.ac    2024-01-11 
17:11:06.000000000 +0100
+++ new/health-checker-1.11+git20240730.5dafd6a/configure.ac    2024-07-30 
11:54:25.000000000 +0200
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(health-checker, 1.10)
+AC_INIT(health-checker, 1.11)
 AM_INIT_AUTOMAKE
 AC_PREFIX_DEFAULT(/usr)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/health-checker-1.10+git20240111.cb84209/plugins/Makefile.am 
new/health-checker-1.11+git20240730.5dafd6a/plugins/Makefile.am
--- old/health-checker-1.10+git20240111.cb84209/plugins/Makefile.am     
2024-01-11 17:11:06.000000000 +0100
+++ new/health-checker-1.11+git20240730.5dafd6a/plugins/Makefile.am     
2024-07-30 11:54:25.000000000 +0200
@@ -6,6 +6,6 @@
 
 plugin_SCRIPTS = health-check-tester.sh etcd.sh etc-overlayfs.sh \
        rebootmgr.sh btrfs-subvolumes-mounted.sh crio.sh kubelet.sh \
-       tmp.sh logind.sh
+       tmp.sh logind.sh rpmdb-consistency.sh
 
 EXTRA_DIST = template.sh ${SCRIPTS}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/health-checker-1.10+git20240111.cb84209/plugins/rpmdb-consistency.sh 
new/health-checker-1.11+git20240730.5dafd6a/plugins/rpmdb-consistency.sh
--- old/health-checker-1.10+git20240111.cb84209/plugins/rpmdb-consistency.sh    
1970-01-01 01:00:00.000000000 +0100
+++ new/health-checker-1.11+git20240730.5dafd6a/plugins/rpmdb-consistency.sh    
2024-07-30 11:54:25.000000000 +0200
@@ -0,0 +1,18 @@
+#!/bin/bash
+
+run_checks() {
+       zypper --no-refresh --quiet verify --dry-run
+       test $? -ne 0 && exit 1
+}
+
+case "$1" in
+    check)
+       run_checks
+       ;;
+    *)
+       echo "Usage: $0 {check|stop}"
+       exit 1
+       ;;
+esac
+
+exit 0

Reply via email to