Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package sca-appliance-broker for
openSUSE:Factory checked in at 2022-07-08 14:02:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sca-appliance-broker (Old)
and /work/SRC/openSUSE:Factory/.sca-appliance-broker.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sca-appliance-broker"
Fri Jul 8 14:02:04 2022 rev:6 rq:987655 version:1.3.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/sca-appliance-broker/sca-appliance-broker.changes
2021-03-17 20:19:51.891310133 +0100
+++
/work/SRC/openSUSE:Factory/.sca-appliance-broker.new.1523/sca-appliance-broker.changes
2022-07-08 14:02:16.338470151 +0200
@@ -1,0 +2,5 @@
+Wed Jun 29 13:50:03 UTC 2022 - Jason Record <[email protected]>
+
+- setup-sca checks for php8 (bsc#1201011)
+
+-------------------------------------------------------------------
Old:
----
sca-appliance-broker-1.3.1.tar.gz
New:
----
sca-appliance-broker-1.3.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sca-appliance-broker.spec ++++++
--- /var/tmp/diff_new_pack.nsK36M/_old 2022-07-08 14:02:16.942470871 +0200
+++ /var/tmp/diff_new_pack.nsK36M/_new 2022-07-08 14:02:16.946470876 +0200
@@ -1,7 +1,7 @@
#
# spec file for package sca-appliance-broker
#
-# 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
@@ -21,12 +21,12 @@
%define sca_configdir %{_sysconfdir}/%{sca_common}
Name: sca-appliance-broker
-Version: 1.3.1
+Version: 1.3.2
Release: 0
Summary: Supportconfig Analysis Appliance Broker
License: GPL-2.0-only
-Group: System/Monitoring
URL: https://github.com/g23guy/sca-appliance-broker
+Group: System/Monitoring
Source: %{name}-%{version}.tar.gz
Requires: sca-appliance-common
BuildArch: noarch
++++++ sca-appliance-broker-1.3.1.tar.gz -> sca-appliance-broker-1.3.2.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/sca-appliance-broker-1.3.1/bin/setup-sca
new/sca-appliance-broker-1.3.2/bin/setup-sca
--- old/sca-appliance-broker-1.3.1/bin/setup-sca 2021-03-15
22:03:32.509741041 +0100
+++ new/sca-appliance-broker-1.3.2/bin/setup-sca 2022-06-29
15:49:52.824611508 +0200
@@ -1,14 +1,14 @@
#!/bin/bash
-SVER='1.0.43'
+SVER='1.0.45'
##############################################################################
# setup-sca - SCA Appliance Setup Tool
-# Copyright (C) 2014-2021 SUSE LLC
+# Copyright (C) 2014-2022 SUSE LLC
#
# Description: Sets up a standard local host configuration of the SCA
# appliance
-# Modified: 2021 Mar 15
+# Modified: 2022 Jun 29
#
##############################################################################
#
@@ -126,7 +126,7 @@
getPHPVersion() {
printf "$FMT2" "PHP Version"
FOUND_VERSION=0
- CHECK_VERSIONS="php7 php5"
+ CHECK_VERSIONS="php8 php7 php5"
for PHP_VERSION in $CHECK_VERSIONS
do
if zypper se ${PHP_VERSION}-mysql &>/dev/null; then