Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package iscsi-formula for openSUSE:Factory checked in at 2021-01-21 21:56:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/iscsi-formula (Old) and /work/SRC/openSUSE:Factory/.iscsi-formula.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iscsi-formula" Thu Jan 21 21:56:49 2021 rev:2 rq:865172 version:1.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/iscsi-formula/iscsi-formula.changes 2020-08-14 13:11:39.185263318 +0200 +++ /work/SRC/openSUSE:Factory/.iscsi-formula.new.28504/iscsi-formula.changes 2021-01-21 21:56:55.549848027 +0100 @@ -1,0 +2,7 @@ +Tue Jan 19 16:35:49 UTC 2021 - Xabier Arbulu <[email protected]> + +- Change salt-formulas-configuration requirement in SLE12 codestream + to a recommendation + (bsc#1177860) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ iscsi-formula.spec ++++++ --- /var/tmp/diff_new_pack.LV3WQG/_old 2021-01-21 21:56:56.065848202 +0100 +++ /var/tmp/diff_new_pack.LV3WQG/_new 2021-01-21 21:56:56.065848202 +0100 @@ -29,7 +29,11 @@ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch +%if 0%{?suse_version} < 1500 +Recommends: salt-formulas-configuration +%else Requires: salt-formulas-configuration +%endif %define fname iscsi %define fdir %{_datadir}/salt-formulas @@ -37,6 +41,10 @@ %description Configure iSCSI targets and initiator on GNU/Linux and FreeBSD +In order to use the formula, salt must be available in the system. The package comes automatically +in SLE15. To use it in SLE12, salt (and it sub-components) comes from the Advanced systems management +module, which can be added running the `SUSEConnect -p sle-module-adv-systems-management/12/{{ arch }}` + %prep %setup -q
