Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hostinfo for openSUSE:Factory checked in at 2022-03-09 18:47:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hostinfo (Old) and /work/SRC/openSUSE:Factory/.hostinfo.new.2349 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hostinfo" Wed Mar 9 18:47:30 2022 rev:5 rq:960275 version:1.0.7 Changes: -------- --- /work/SRC/openSUSE:Factory/hostinfo/hostinfo.changes 2021-03-19 16:43:06.634110304 +0100 +++ /work/SRC/openSUSE:Factory/.hostinfo.new.2349/hostinfo.changes 2022-03-11 11:44:15.602809065 +0100 @@ -1,0 +2,11 @@ +Wed Feb 9 16:55:17 UTC 2022 - Jason Record <jason.rec...@suse.com> + +- Additions to version 1.0.7 + + Fix boot failure or delays from hostinfo.service (bsc#1195743) + +------------------------------------------------------------------- +Tue Oct 5 14:08:43 UTC 2021 - Jason Record <jason.rec...@suse.com> + +- Added hardening to systemd service file pq#2 + +------------------------------------------------------------------- Old: ---- hostinfo-1.0.6.tar.gz New: ---- hostinfo-1.0.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hostinfo.spec ++++++ --- /var/tmp/diff_new_pack.1ioxJs/_old 2022-03-11 11:44:16.018809531 +0100 +++ /var/tmp/diff_new_pack.1ioxJs/_new 2022-03-11 11:44:16.026809540 +0100 @@ -1,7 +1,7 @@ # # spec file for package hostinfo # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: hostinfo -Version: 1.0.6 +Version: 1.0.7 Release: 0 Summary: Gathers basic server information License: GPL-2.0-only -Group: System/Monitoring URL: https://github.com/g23guy/hostinfo +Group: System/Monitoring Source: %{name}-%{version}.tar.gz Requires: iproute2 Requires: issue-generator ++++++ hostinfo-1.0.6.tar.gz -> hostinfo-1.0.7.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hostinfo-1.0.6/conf/hostinfo.service new/hostinfo-1.0.7/conf/hostinfo.service --- old/hostinfo-1.0.6/conf/hostinfo.service 2021-03-02 23:56:38.233388342 +0100 +++ new/hostinfo-1.0.7/conf/hostinfo.service 2022-02-09 17:51:55.920055998 +0100 @@ -5,7 +5,17 @@ After=network.target [Service] -Type=oneshot +Type=simple +ProtectSystem=full +ProtectHome=true +PrivateDevices=true +ProtectHostname=true +ProtectClock=true +ProtectKernelTunables=true +ProtectKernelModules=true +ProtectKernelLogs=true +ProtectControlGroups=true +RestrictRealtime=true ExecStart=/usr/sbin/hostinfo [Install]