Hello community,

here is the log from the commit of package autoyast2 for openSUSE:Factory 
checked in at 2015-11-11 10:29:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autoyast2 (Old)
 and      /work/SRC/openSUSE:Factory/.autoyast2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autoyast2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/autoyast2/autoyast2.changes      2015-10-25 
15:11:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.autoyast2.new/autoyast2.changes 2015-11-11 
10:29:26.000000000 +0100
@@ -1,0 +2,14 @@
+Fri Nov  6 14:22:24 CET 2015 - sch...@suse.de
+
+- Installation workflow: Using ntpdate instead of sntp for time
+  syncing (bnc#953781)
+- 3.1.102
+
+-------------------------------------------------------------------
+Tue Nov  3 10:11:10 UTC 2015 - igonzalezs...@suse.com
+
+- Add dependency on yast2-pkg-bindings 3.1.31 (or newer)
+  (bsc#953162)
+- 3.1.101
+
+-------------------------------------------------------------------

Old:
----
  autoyast2-3.1.100.tar.bz2

New:
----
  autoyast2-3.1.102.tar.bz2

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

Other differences:
------------------
++++++ autoyast2.spec ++++++
--- /var/tmp/diff_new_pack.fRb6EF/_old  2015-11-11 10:29:27.000000000 +0100
+++ /var/tmp/diff_new_pack.fRb6EF/_new  2015-11-11 10:29:27.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.1.100
+Version:        3.1.102
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -108,6 +108,8 @@
 Requires:       yast2-transfer >= 2.21.0
 Requires:       yast2-update >= 2.18.3
 Requires:       yast2-xml
+# pkgGpgCheck callback
+Requires:       yast2-pkg-bindings >= 3.1.31
 Provides:       yast2-trans-autoinst
 Obsoletes:      yast2-trans-autoinst
 

++++++ autoyast2-3.1.100.tar.bz2 -> autoyast2-3.1.102.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.100/package/autoyast2.changes 
new/autoyast2-3.1.102/package/autoyast2.changes
--- old/autoyast2-3.1.100/package/autoyast2.changes     2015-10-23 
13:14:15.000000000 +0200
+++ new/autoyast2-3.1.102/package/autoyast2.changes     2015-11-06 
15:39:24.000000000 +0100
@@ -1,4 +1,18 @@
 -------------------------------------------------------------------
+Fri Nov  6 14:22:24 CET 2015 - sch...@suse.de
+
+- Installation workflow: Using ntpdate instead of sntp for time
+  syncing (bnc#953781)
+- 3.1.102
+
+-------------------------------------------------------------------
+Tue Nov  3 10:11:10 UTC 2015 - igonzalezs...@suse.com
+
+- Add dependency on yast2-pkg-bindings 3.1.31 (or newer)
+  (bsc#953162)
+- 3.1.101
+
+-------------------------------------------------------------------
 Thu Oct 22 17:00:02 CEST 2015 - sch...@suse.de
 
 - Ingore restarting of all wickedd* services while finishing the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.100/package/autoyast2.spec 
new/autoyast2-3.1.102/package/autoyast2.spec
--- old/autoyast2-3.1.100/package/autoyast2.spec        2015-10-23 
13:14:15.000000000 +0200
+++ new/autoyast2-3.1.102/package/autoyast2.spec        2015-11-06 
15:39:24.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           autoyast2
-Version:        3.1.100
+Version:        3.1.102
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -108,6 +108,8 @@
 Requires:       yast2-transfer >= 2.21.0
 Requires:       yast2-update >= 2.18.3
 Requires:       yast2-xml
+# pkgGpgCheck callback
+Requires:       yast2-pkg-bindings >= 3.1.31
 Provides:       yast2-trans-autoinst
 Obsoletes:      yast2-trans-autoinst
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.100/src/modules/AutoinstGeneral.rb 
new/autoyast2-3.1.102/src/modules/AutoinstGeneral.rb
--- old/autoyast2-3.1.100/src/modules/AutoinstGeneral.rb        2015-10-23 
13:14:15.000000000 +0200
+++ new/autoyast2-3.1.102/src/modules/AutoinstGeneral.rb        2015-11-06 
15:39:24.000000000 +0100
@@ -420,7 +420,7 @@
           # TRANSLATORS: %s is the name of the ntp server
           _("Syncing time with %s.") % ntp_server
         )
-        ret = SCR.Execute(path(".target.bash"), "/usr/sbin/sntp -t 2 -s 
#{ntp_server}")
+        ret = SCR.Execute(path(".target.bash"), "/usr/sbin/ntpdate -b 
#{ntp_server}")
         if ret > 0
           Report.Error(_("Time syncing failed."))
         else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autoyast2-3.1.100/test/AutoinstGeneral_test.rb 
new/autoyast2-3.1.102/test/AutoinstGeneral_test.rb
--- old/autoyast2-3.1.100/test/AutoinstGeneral_test.rb  2015-10-23 
13:14:15.000000000 +0200
+++ new/autoyast2-3.1.102/test/AutoinstGeneral_test.rb  2015-11-06 
15:39:24.000000000 +0100
@@ -18,7 +18,7 @@
 
       expect(Yast::SCR).to receive(:Execute).with(
         path(".target.bash"),
-        "/usr/sbin/sntp -t 2 -s 
#{Yast::AutoinstGeneral.mode["ntp_sync_time_before_installation"]}").and_return(0)
+        "/usr/sbin/ntpdate -b 
#{Yast::AutoinstGeneral.mode["ntp_sync_time_before_installation"]}").and_return(0)
       expect(Yast::SCR).to receive(:Execute).with(
         path(".target.bash"),"/sbin/hwclock --systohc").and_return(0)
 


Reply via email to