Hello community,

here is the log from the commit of package python-azure-agent for 
openSUSE:Factory checked in at 2020-10-12 13:58:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-agent (Old)
 and      /work/SRC/openSUSE:Factory/.python-azure-agent.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-azure-agent"

Mon Oct 12 13:58:18 2020 rev:17 rq:840879 version:2.2.49.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-azure-agent/python-azure-agent.changes    
2020-10-02 17:29:27.814457552 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-azure-agent.new.3486/python-azure-agent.changes
  2020-10-12 13:59:35.178222891 +0200
@@ -1,0 +2,6 @@
+Sat Oct  3 15:33:42 UTC 2020 - Robert Schweikert <rjsch...@suse.com>
+
+- Update proper_dhcp_config_set.patch (bsc#1177161, bsc#1177257)
+  + Add missing imports
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ proper_dhcp_config_set.patch ++++++
--- /var/tmp/diff_new_pack.vkj5Wd/_old  2020-10-12 13:59:35.742223127 +0200
+++ /var/tmp/diff_new_pack.vkj5Wd/_new  2020-10-12 13:59:35.742223127 +0200
@@ -1,6 +1,19 @@
+Index: azurelinuxagent/common/osutil/suse.py
+===================================================================
 --- azurelinuxagent/common/osutil/suse.py.orig
 +++ azurelinuxagent/common/osutil/suse.py
-@@ -69,9 +69,62 @@ class SUSEOSUtil(SUSE11OSUtil):
+@@ -16,7 +16,10 @@
+ # Requires Python 2.6+ and Openssl 1.0+
+ #
+ 
++import time
++
+ import azurelinuxagent.common.utils.fileutil as fileutil
++import azurelinuxagent.common.logger as logger
+ import azurelinuxagent.common.utils.shellutil as shellutil
+ from azurelinuxagent.common.exception import OSUtilError
+ from azurelinuxagent.common.future import ustr
+@@ -69,9 +72,62 @@ class SUSEOSUtil(SUSE11OSUtil):
          super(SUSEOSUtil, self).__init__()
          self.dhclient_name = 'wickedd-dhcp4'
  


Reply via email to