Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package sapnwbootstrap-formula for
openSUSE:Factory checked in at 2021-01-20 18:27:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sapnwbootstrap-formula (Old)
and /work/SRC/openSUSE:Factory/.sapnwbootstrap-formula.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sapnwbootstrap-formula"
Wed Jan 20 18:27:02 2021 rev:21 rq:864372 version:0.6.0+git.1611071663.f186586
Changes:
--------
---
/work/SRC/openSUSE:Factory/sapnwbootstrap-formula/sapnwbootstrap-formula.changes
2020-12-18 19:59:48.782089707 +0100
+++
/work/SRC/openSUSE:Factory/.sapnwbootstrap-formula.new.28504/sapnwbootstrap-formula.changes
2021-01-20 18:27:32.155523865 +0100
@@ -1,0 +2,8 @@
+Tue Jan 19 13:39:12 UTC 2021 - Xabier Arbulu <[email protected]>
+
+- Version bump 0.6.0
+ * Change salt-formulas-configuration requirement in SLE12 codestream
+ to a recommendation
+ (bsc#1177860)
+
+-------------------------------------------------------------------
Old:
----
sapnwbootstrap-formula-0.5.2+git.1608216907.2f2ee2a.tar.gz
New:
----
sapnwbootstrap-formula-0.6.0+git.1611071663.f186586.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sapnwbootstrap-formula.spec ++++++
--- /var/tmp/diff_new_pack.J35HPY/_old 2021-01-20 18:27:32.923524568 +0100
+++ /var/tmp/diff_new_pack.J35HPY/_new 2021-01-20 18:27:32.931524576 +0100
@@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: sapnwbootstrap-formula
-Version: 0.5.2+git.1608216907.2f2ee2a
+Version: 0.6.0+git.1611071663.f186586
Release: 0
Summary: SAP Netweaver platform deployment formula
License: Apache-2.0
@@ -30,7 +30,11 @@
BuildArch: noarch
Requires: habootstrap-formula
Requires: salt-shaptools
+%if 0%{?suse_version} < 1500
+Recommends: salt-formulas-configuration
+%else
Requires: salt-formulas-configuration
+%endif
%define fname netweaver
%define fdir %{_datadir}/salt-formulas
@@ -41,6 +45,10 @@
SAP Netweaver instances (ASCS, ERS, PAS, AAS) and perform some basic actions
to optimize
their usage.
+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
++++++ _service ++++++
--- /var/tmp/diff_new_pack.J35HPY/_old 2021-01-20 18:27:32.959524601 +0100
+++ /var/tmp/diff_new_pack.J35HPY/_new 2021-01-20 18:27:32.959524601 +0100
@@ -4,8 +4,8 @@
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">sapnwbootstrap-formula</param>
- <param name="versionformat">0.5.2+git.%ct.%h</param>
- <param name="revision">2f2ee2a1a67642ddeb21a885332f9ce86f3d1ea7</param>
+ <param name="versionformat">0.6.0+git.%ct.%h</param>
+ <param name="revision">f1865865bcd52a58e93d427122c1b1f4ab5ce10b</param>
</service>
<service name="recompress" mode="disabled">
++++++ sapnwbootstrap-formula-0.5.2+git.1608216907.2f2ee2a.tar.gz ->
sapnwbootstrap-formula-0.6.0+git.1611071663.f186586.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sapnwbootstrap-formula-0.5.2+git.1608216907.2f2ee2a/_service
new/sapnwbootstrap-formula-0.6.0+git.1611071663.f186586/_service
--- old/sapnwbootstrap-formula-0.5.2+git.1608216907.2f2ee2a/_service
2020-12-17 15:55:07.000000000 +0100
+++ new/sapnwbootstrap-formula-0.6.0+git.1611071663.f186586/_service
2021-01-19 16:54:23.000000000 +0100
@@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">sapnwbootstrap-formula</param>
- <param name="versionformat">0.5.2+git.%ct.%h</param>
+ <param name="versionformat">0.6.0+git.%ct.%h</param>
<param name="revision">%%VERSION%%</param>
</service>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sapnwbootstrap-formula-0.5.2+git.1608216907.2f2ee2a/sapnwbootstrap-formula.changes
new/sapnwbootstrap-formula-0.6.0+git.1611071663.f186586/sapnwbootstrap-formula.changes
---
old/sapnwbootstrap-formula-0.5.2+git.1608216907.2f2ee2a/sapnwbootstrap-formula.changes
2020-12-17 15:55:07.000000000 +0100
+++
new/sapnwbootstrap-formula-0.6.0+git.1611071663.f186586/sapnwbootstrap-formula.changes
2021-01-19 16:54:23.000000000 +0100
@@ -1,19 +1,27 @@
-------------------------------------------------------------------
+Tue Jan 19 13:39:12 UTC 2021 - Xabier Arbulu <[email protected]>
+
+- Version bump 0.6.0
+ * Change salt-formulas-configuration requirement in SLE12 codestream
+ to a recommendation
+ (bsc#1177860)
+
+-------------------------------------------------------------------
Thu Dec 3 16:12:08 UTC 2020 - Simranpal Singh <[email protected]>
-- Add requisites of netweaver installation to subsequent salt states
+- Add requisites of netweaver installation to subsequent salt states
-------------------------------------------------------------------
Wed Dec 2 18:41:35 UTC 2020 - Simranpal Singh <[email protected]>
-- Start the saptune systemd service
+- Start the saptune systemd service
-------------------------------------------------------------------
Thu Nov 19 10:59:12 UTC 2020 - Xabier Arbulu <[email protected]>
- Fix additional_dvds variable usage when salt uses python 2. The
variable is filtered by 'tojson' option to avoid 'u' prefix in
- lists
+ lists
-------------------------------------------------------------------
Mon Oct 19 14:54:33 UTC 2020 - Xabier Arbulu <[email protected]>
@@ -27,11 +35,11 @@
- Update the db installation template to use correctly the schema
names for S/4HANA
-
+
-------------------------------------------------------------------
Wed Oct 14 23:40:20 UTC 2020 - Simranpal Singh <[email protected]>
-- Update the default 'nw_extract_dir' SWPM media extraction location
+- Update the default 'nw_extract_dir' SWPM media extraction location
-------------------------------------------------------------------
Wed Oct 7 19:58:03 UTC 2020 - Simranpal Singh <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/sapnwbootstrap-formula-0.5.2+git.1608216907.2f2ee2a/sapnwbootstrap-formula.spec
new/sapnwbootstrap-formula-0.6.0+git.1611071663.f186586/sapnwbootstrap-formula.spec
---
old/sapnwbootstrap-formula-0.5.2+git.1608216907.2f2ee2a/sapnwbootstrap-formula.spec
2020-12-17 15:55:07.000000000 +0100
+++
new/sapnwbootstrap-formula-0.6.0+git.1611071663.f186586/sapnwbootstrap-formula.spec
2021-01-19 16:54:23.000000000 +0100
@@ -30,7 +30,11 @@
BuildArch: noarch
Requires: habootstrap-formula
Requires: salt-shaptools
+%if 0%{?suse_version} < 1500
+Recommends: salt-formulas-configuration
+%else
Requires: salt-formulas-configuration
+%endif
%define fname netweaver
%define fdir %{_datadir}/salt-formulas
@@ -41,6 +45,10 @@
SAP Netweaver instances (ASCS, ERS, PAS, AAS) and perform some basic actions
to optimize
their usage.
+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