Hello community,
here is the log from the commit of package spectre-meltdown-checker for
openSUSE:Factory checked in at 2020-01-24 14:11:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spectre-meltdown-checker (Old)
and /work/SRC/openSUSE:Factory/.spectre-meltdown-checker.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spectre-meltdown-checker"
Fri Jan 24 14:11:46 2020 rev:9 rq:766875 version:0.43
Changes:
--------
---
/work/SRC/openSUSE:Factory/spectre-meltdown-checker/spectre-meltdown-checker.changes
2019-12-12 23:17:43.922215804 +0100
+++
/work/SRC/openSUSE:Factory/.spectre-meltdown-checker.new.26092/spectre-meltdown-checker.changes
2020-01-24 14:11:58.618425990 +0100
@@ -1,0 +2,10 @@
+Fri Jan 24 11:52:18 UTC 2020 - Dominique Leuenberger <[email protected]>
+
+- Fix typo (s/Require:/Requires:/).
+
+-------------------------------------------------------------------
+Thu Jan 16 16:32:47 UTC 2020 - Marcus Meissner <[email protected]>
+
+- added requires binutils, as the script calls "readelf"
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ spectre-meltdown-checker.spec ++++++
--- /var/tmp/diff_new_pack.D6IkCy/_old 2020-01-24 14:11:59.138426166 +0100
+++ /var/tmp/diff_new_pack.D6IkCy/_new 2020-01-24 14:11:59.142426167 +0100
@@ -1,7 +1,7 @@
#
# spec file for package spectre-meltdown-checker
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -22,9 +22,11 @@
Summary: Spectre & Meltdown Vulnerability Checker
License: GPL-3.0-only
Group: Productivity/Security
-Url: https://github.com/speed47/spectre-meltdown-checker
+URL: https://github.com/speed47/spectre-meltdown-checker
Source:
https://github.com/speed47/spectre-meltdown-checker/archive/v%version.tar.gz
Source1: https://www.gnu.org/licenses/gpl-3.0-standalone.html
+# for readelf
+Requires: binutils
ExclusiveArch: %ix86 x86_64
%description