Hello community,

here is the log from the commit of package saphanabootstrap-formula for 
openSUSE:Factory checked in at 2020-09-25 16:35:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/saphanabootstrap-formula (Old)
 and      /work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "saphanabootstrap-formula"

Fri Sep 25 16:35:52 2020 rev:19 rq:837230 version:0.6.1+git.1600979363.d290fdc

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/saphanabootstrap-formula/saphanabootstrap-formula.changes
        2020-09-23 18:48:32.981771149 +0200
+++ 
/work/SRC/openSUSE:Factory/.saphanabootstrap-formula.new.4249/saphanabootstrap-formula.changes
      2020-09-25 16:37:21.284200321 +0200
@@ -1,0 +2,5 @@
+Thu Sep 24 20:23:13 UTC 2020 - Simranpal Singh <simranpal.si...@suse.com>
+
+- Change the default 'hana_extract_dir' hana media extraction location
+
+-------------------------------------------------------------------

Old:
----
  saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf.tar.gz

New:
----
  saphanabootstrap-formula-0.6.1+git.1600979363.d290fdc.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ saphanabootstrap-formula.spec ++++++
--- /var/tmp/diff_new_pack.LN6pA7/_old  2020-09-25 16:37:21.720200709 +0200
+++ /var/tmp/diff_new_pack.LN6pA7/_new  2020-09-25 16:37:21.720200709 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           saphanabootstrap-formula
-Version:        0.6.1+git.1600858018.2f21edf
+Version:        0.6.1+git.1600979363.d290fdc
 Release:        0
 Summary:        SAP HANA platform deployment formula
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.LN6pA7/_old  2020-09-25 16:37:21.744200730 +0200
+++ /var/tmp/diff_new_pack.LN6pA7/_new  2020-09-25 16:37:21.744200730 +0200
@@ -5,7 +5,7 @@
     <param name="exclude">.git</param>
     <param name="filename">saphanabootstrap-formula</param>
     <param name="versionformat">0.6.1+git.%ct.%h</param>
-    <param name="revision">2f21edf33a3eb12bde2173ca9ac1b02196940597</param>
+    <param name="revision">d290fdcc5ba565e6778eab57305d4ef8fc7f5eed</param>
   </service>
 
   <service name="recompress" mode="disabled">

++++++ saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf.tar.gz -> 
saphanabootstrap-formula-0.6.1+git.1600979363.d290fdc.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf/hana/defaults.yaml 
new/saphanabootstrap-formula-0.6.1+git.1600979363.d290fdc/hana/defaults.yaml
--- 
old/saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf/hana/defaults.yaml    
    2020-09-23 12:46:58.000000000 +0200
+++ 
new/saphanabootstrap-formula-0.6.1+git.1600979363.d290fdc/hana/defaults.yaml    
    2020-09-24 22:29:23.000000000 +0200
@@ -1,6 +1,6 @@
 hana:
   install_packages: true
   ha_enabled: true
-  hana_extract_dir: /sapmedia/HANA
+  hana_extract_dir: /sapmedia_extract/HANA
   nodes: []
   monitoring_enabled: false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf/pillar.example 
new/saphanabootstrap-formula-0.6.1+git.1600979363.d290fdc/pillar.example
--- old/saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf/pillar.example    
2020-09-23 12:46:58.000000000 +0200
+++ new/saphanabootstrap-formula-0.6.1+git.1600979363.d290fdc/pillar.example    
2020-09-24 22:29:23.000000000 +0200
@@ -14,9 +14,10 @@
   software_path: '/sapmedia/HANA/51052481'
   # Or specify the path to the hana installation media archive
   # If using hana sar archive, please also provide compatible version of 
sapcar executable
-  # The archive will be extracted to path specified at hana_extract_dir 
(optional, by default /sapmedia/HANA)
+  # The archive will be extracted to path specified at hana_extract_dir 
(optional, by default /sapmedia_extract/HANA)
+  # hana_extract_dir should be a new directory and seperate from location 
where the compressed files are present, to avoid conflicts in file permissions.
   hana_archive_file: '/sapmedia/51053492.ZIP'
-  hana_extract_dir: '/sapmedia/HANA'
+  hana_extract_dir: '/sapmedia_extract/HANA'
   #sapcar_exe_file: '/sapmedia/SAPCAR'
 
   # Enable HA cluster configuration. It installs the SAPHanaSR hook.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf/saphanabootstrap-formula.changes
 
new/saphanabootstrap-formula-0.6.1+git.1600979363.d290fdc/saphanabootstrap-formula.changes
--- 
old/saphanabootstrap-formula-0.6.1+git.1600858018.2f21edf/saphanabootstrap-formula.changes
  2020-09-23 12:46:58.000000000 +0200
+++ 
new/saphanabootstrap-formula-0.6.1+git.1600979363.d290fdc/saphanabootstrap-formula.changes
  2020-09-24 22:29:23.000000000 +0200
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Thu Sep 24 20:23:13 UTC 2020 - Simranpal Singh <simranpal.si...@suse.com>
+
+- Change the default 'hana_extract_dir' hana media extraction location
+
+-------------------------------------------------------------------
 Tue Sep 22 13:38:47 UTC 2020 - Dario Maiocchi <dmaioc...@suse.com>
 
 - Version 0.6.1:


Reply via email to