Hello community,

here is the log from the commit of package drbd-formula for openSUSE:Factory 
checked in at 2019-12-23 22:46:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/drbd-formula (Old)
 and      /work/SRC/openSUSE:Factory/.drbd-formula.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "drbd-formula"

Mon Dec 23 22:46:03 2019 rev:6 rq:758960 version:0.3.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/drbd-formula/drbd-formula.changes        
2019-12-21 12:30:09.163328180 +0100
+++ /work/SRC/openSUSE:Factory/.drbd-formula.new.6675/drbd-formula.changes      
2019-12-23 22:48:57.882101335 +0100
@@ -1,0 +2,7 @@
+Mon Dec 23 07:58:27 UTC 2019 - nick wang <[email protected]>
+
+- Version 0.3.10
+  * With the fix of salt-shaptools 0.2.9, doesn't need to
+  estimate a long time for write I/O completion.
+
+-------------------------------------------------------------------

Old:
----
  drbd-formula-0.3.9.tar.gz

New:
----
  drbd-formula-0.3.10.tar.gz

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

Other differences:
------------------
++++++ drbd-formula.spec ++++++
--- /var/tmp/diff_new_pack.No5shw/_old  2019-12-23 22:48:58.362101513 +0100
+++ /var/tmp/diff_new_pack.No5shw/_new  2019-12-23 22:48:58.378101519 +0100
@@ -19,14 +19,14 @@
 # See also https://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           drbd-formula
-Version:        0.3.9
+Version:        0.3.10
 Release:        0
 Summary:        DRBD deployment salt formula
 License:        Apache-2.0
 URL:            https://github.com/SUSE/%{name}
 Source0:        %{name}-%{version}.tar.gz
 Requires:       drbd-utils
-Requires:       salt-shaptools
+Requires:       salt-shaptools >= 0.2.9
 Requires:       salt-formulas-configuration
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ drbd-formula-0.3.9.tar.gz -> drbd-formula-0.3.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drbd-formula-0.3.9/drbd/initial_sync.sls 
new/drbd-formula-0.3.10/drbd/initial_sync.sls
--- old/drbd-formula-0.3.9/drbd/initial_sync.sls        2019-12-19 
04:38:11.075962607 +0100
+++ new/drbd-formula-0.3.10/drbd/initial_sync.sls       2019-12-23 
10:04:52.691682819 +0100
@@ -52,7 +52,7 @@
 init-sleep-{{ res.name }}-promote:
   module.run:
     - test.sleep:
-      - length: 3
+      - length: 1
     - require:
       - init-sleep-drbd-start
 {% endif %}
@@ -77,7 +77,7 @@
 init-sleep-to-wait-all-synced-{{ res.name }}:
   module.run:
     - test.sleep:
-      - length: {{ drbd.sync_interval + 60 }}
+      - length: {{ drbd.sync_interval + 5 }}
     - require:
       - init-wait-for-{{ res.name }}-synced
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drbd-formula-0.3.9/drbd-formula.changes 
new/drbd-formula-0.3.10/drbd-formula.changes
--- old/drbd-formula-0.3.9/drbd-formula.changes 2019-12-19 04:38:11.075962607 
+0100
+++ new/drbd-formula-0.3.10/drbd-formula.changes        2019-12-23 
10:04:52.691682819 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Mon Dec 23 07:58:27 UTC 2019 - nick wang <[email protected]>
+
+- Version 0.3.10
+  * With the fix of salt-shaptools 0.2.9, doesn't need to
+  estimate a long time for write I/O completion.
+
+-------------------------------------------------------------------
 Wed Dec 18 10:39:28 UTC 2019 - nick wang <[email protected]>
 
 - Version 0.3.9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/drbd-formula-0.3.9/drbd-formula.spec 
new/drbd-formula-0.3.10/drbd-formula.spec
--- old/drbd-formula-0.3.9/drbd-formula.spec    2019-12-19 04:38:11.075962607 
+0100
+++ new/drbd-formula-0.3.10/drbd-formula.spec   2019-12-23 10:04:52.691682819 
+0100
@@ -19,14 +19,14 @@
 # See also https://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:           drbd-formula
-Version:        0.3.9
+Version:        0.3.10
 Release:        0
 Summary:        DRBD deployment salt formula
 License:        Apache-2.0
 URL:            https://github.com/SUSE/%{name}
 Source0:        %{name}-%{version}.tar.gz
 Requires:       drbd-utils
-Requires:       salt-shaptools
+Requires:       salt-shaptools >= 0.2.9
 Requires:       salt-formulas-configuration
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build


Reply via email to