Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package saphanabootstrap-formula for
openSUSE:Factory checked in at 2021-01-20 18:26:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/saphanabootstrap-formula (Old)
and /work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "saphanabootstrap-formula"
Wed Jan 20 18:26:59 2021 rev:28 rq:864371 version:0.7.0+git.1611071677.5443549
Changes:
--------
---
/work/SRC/openSUSE:Factory/saphanabootstrap-formula/saphanabootstrap-formula.changes
2020-12-04 21:29:08.806181551 +0100
+++
/work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.28504/saphanabootstrap-formula.changes
2021-01-20 18:27:28.851520836 +0100
@@ -1,0 +2,8 @@
+Tue Jan 19 13:35:18 UTC 2021 - Xabier Arbulu <[email protected]>
+
+- Version bump 0.7.0
+ * Change salt-formulas-configuration requirement in SLE12 codestream
+ to a recommendation
+ (bsc#1177860)
+
+-------------------------------------------------------------------
Old:
----
saphanabootstrap-formula-0.6.2+git.1607008189.3c9e871.tar.gz
New:
----
saphanabootstrap-formula-0.7.0+git.1611071677.5443549.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ saphanabootstrap-formula.spec ++++++
--- /var/tmp/diff_new_pack.CFM9YX/_old 2021-01-20 18:27:29.439521375 +0100
+++ /var/tmp/diff_new_pack.CFM9YX/_new 2021-01-20 18:27:29.447521382 +0100
@@ -19,7 +19,7 @@
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: saphanabootstrap-formula
-Version: 0.6.2+git.1607008189.3c9e871
+Version: 0.7.0+git.1611071677.5443549
Release: 0
Summary: SAP HANA 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
Suggests: prometheus-hanadb_exporter >= 0.7.0
%define fname hana
@@ -43,6 +47,10 @@
with the SAPHanaSR resource agent, using standalone salt or via SUSE Manager
formulas with forms, available on SUSE Manager 4.0.
+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.CFM9YX/_old 2021-01-20 18:27:29.475521408 +0100
+++ /var/tmp/diff_new_pack.CFM9YX/_new 2021-01-20 18:27:29.475521408 +0100
@@ -4,8 +4,8 @@
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">saphanabootstrap-formula</param>
- <param name="versionformat">0.6.2+git.%ct.%h</param>
- <param name="revision">3c9e8719b751910f24e22f6fda17fb669af63bd1</param>
+ <param name="versionformat">0.7.0+git.%ct.%h</param>
+ <param name="revision">5443549e843c209573e187973744287e2f65fda3</param>
</service>
<service name="recompress" mode="disabled">
++++++ saphanabootstrap-formula-0.6.2+git.1607008189.3c9e871.tar.gz ->
saphanabootstrap-formula-0.7.0+git.1611071677.5443549.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/saphanabootstrap-formula-0.6.2+git.1607008189.3c9e871/_service
new/saphanabootstrap-formula-0.7.0+git.1611071677.5443549/_service
--- old/saphanabootstrap-formula-0.6.2+git.1607008189.3c9e871/_service
2020-12-03 16:09:49.000000000 +0100
+++ new/saphanabootstrap-formula-0.7.0+git.1611071677.5443549/_service
2021-01-19 16:54:37.000000000 +0100
@@ -4,7 +4,7 @@
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="filename">saphanabootstrap-formula</param>
- <param name="versionformat">0.6.2+git.%ct.%h</param>
+ <param name="versionformat">0.7.0+git.%ct.%h</param>
<param name="revision">%%VERSION%%</param>
</service>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/saphanabootstrap-formula-0.6.2+git.1607008189.3c9e871/saphanabootstrap-formula.changes
new/saphanabootstrap-formula-0.7.0+git.1611071677.5443549/saphanabootstrap-formula.changes
---
old/saphanabootstrap-formula-0.6.2+git.1607008189.3c9e871/saphanabootstrap-formula.changes
2020-12-03 16:09:49.000000000 +0100
+++
new/saphanabootstrap-formula-0.7.0+git.1611071677.5443549/saphanabootstrap-formula.changes
2021-01-19 16:54:37.000000000 +0100
@@ -1,12 +1,20 @@
-------------------------------------------------------------------
+Tue Jan 19 13:35:18 UTC 2021 - Xabier Arbulu <[email protected]>
+
+- Version bump 0.7.0
+ * Change salt-formulas-configuration requirement in SLE12 codestream
+ to a recommendation
+ (bsc#1177860)
+
+-------------------------------------------------------------------
Wed Dec 2 17:48:05 UTC 2020 - Simranpal Singh <[email protected]>
-- Start the saptune daemon service
+- Start the saptune daemon service
-------------------------------------------------------------------
Tue Nov 24 04:08:55 UTC 2020 - Simranpal Singh <[email protected]>
-- Add requisite of hana installation to subsequent salt states
+- Add requisite of hana installation to subsequent salt states
-------------------------------------------------------------------
Wed Nov 11 04:25:03 UTC 2020 - Simranpal Singh <[email protected]>
@@ -16,29 +24,29 @@
-------------------------------------------------------------------
Mon Oct 19 14:48:50 UTC 2020 - Xabier Arbulu <[email protected]>
-- Set the native fence mechanism usage for CSP as optional
+- Set the native fence mechanism usage for CSP as optional
-------------------------------------------------------------------
Tue Oct 13 15:50:43 UTC 2020 - Simranpal Singh <[email protected]>
- Version 0.6.2:
* Update the package version after SUMA form update and extraction logic
update
- (jsc#SLE-4047)
+ (jsc#SLE-4047)
-------------------------------------------------------------------
Sun Oct 11 04:21:32 UTC 2020 - Simranpal Singh <[email protected]>
-- Fix the hana media extraction and installation logics when using exe
archives
+- Fix the hana media extraction and installation logics when using exe archives
-------------------------------------------------------------------
Thu Oct 8 02:34:37 UTC 2020 - Simranpal Singh <[email protected]>
-- Update the SUMA hana form metadata, to show hana form under SAP deployment
group
+- Update the SUMA hana form metadata, to show hana form under SAP deployment
group
-------------------------------------------------------------------
Sat Oct 3 04:59:38 UTC 2020 - Simranpal Singh <[email protected]>
-- Update SUMA form.yml file and prevalidation state with latest changes in
formula
+- Update SUMA form.yml file and prevalidation state with latest changes in
formula
-------------------------------------------------------------------
Thu Sep 24 20:23:13 UTC 2020 - Simranpal Singh <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/saphanabootstrap-formula-0.6.2+git.1607008189.3c9e871/saphanabootstrap-formula.spec
new/saphanabootstrap-formula-0.7.0+git.1611071677.5443549/saphanabootstrap-formula.spec
---
old/saphanabootstrap-formula-0.6.2+git.1607008189.3c9e871/saphanabootstrap-formula.spec
2020-12-03 16:09:49.000000000 +0100
+++
new/saphanabootstrap-formula-0.7.0+git.1611071677.5443549/saphanabootstrap-formula.spec
2021-01-19 16:54:37.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
Suggests: prometheus-hanadb_exporter >= 0.7.0
%define fname hana
@@ -43,6 +47,10 @@
with the SAPHanaSR resource agent, using standalone salt or via SUSE Manager
formulas with forms, available on SUSE Manager 4.0.
+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