Hello community, here is the log from the commit of package yast2-adsi for openSUSE:Factory checked in at 2019-09-20 14:51:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-adsi (Old) and /work/SRC/openSUSE:Factory/.yast2-adsi.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-adsi" Fri Sep 20 14:51:56 2019 rev:4 rq:731770 version:1.5 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-adsi/yast2-adsi.changes 2019-08-07 14:00:26.996853494 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-adsi.new.7948/yast2-adsi.changes 2019-09-20 14:51:58.250897249 +0200 @@ -1,0 +2,7 @@ +Wed Sep 18 15:58:06 UTC 2019 - [email protected] + +- Kerberos authentication always fails, disable for now +- Unused xset may cause exception in appimage; (bsc#1150612); +- 1.5 + +------------------------------------------------------------------- Old: ---- yast2-adsi-1.4.tar.bz2 New: ---- yast2-adsi-1.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-adsi.spec ++++++ --- /var/tmp/diff_new_pack.Tvt7hQ/_old 2019-09-20 14:51:58.826897134 +0200 +++ /var/tmp/diff_new_pack.Tvt7hQ/_new 2019-09-20 14:51:58.830897134 +0200 @@ -17,7 +17,7 @@ Name: yast2-adsi -Version: 1.4 +Version: 1.5 Release: 0 Summary: Active Directory Compatible Service Interfaces Editor License: GPL-3.0-only ++++++ yast2-adsi-1.4.tar.bz2 -> yast2-adsi-1.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-adsi-1.4/package/yast2-adsi.changes new/yast2-adsi-1.5/package/yast2-adsi.changes --- old/yast2-adsi-1.4/package/yast2-adsi.changes 2019-08-06 17:09:30.000000000 +0200 +++ new/yast2-adsi-1.5/package/yast2-adsi.changes 2019-09-18 19:18:40.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Sep 18 15:58:06 UTC 2019 - [email protected] + +- Kerberos authentication always fails, disable for now +- Unused xset may cause exception in appimage; (bsc#1150612); +- 1.5 + +------------------------------------------------------------------- Tue Aug 06 14:54:46 UTC 2019 - [email protected] - Provide a more descriptive package name; (bsc#1144530); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-adsi-1.4/package/yast2-adsi.spec new/yast2-adsi-1.5/package/yast2-adsi.spec --- old/yast2-adsi-1.4/package/yast2-adsi.spec 2019-08-06 17:09:30.000000000 +0200 +++ new/yast2-adsi-1.5/package/yast2-adsi.spec 2019-09-18 19:18:40.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-adsi -Version: 1.4 +Version: 1.5 Release: 0 Summary: Active Directory Compatible Service Interfaces Editor License: GPL-3.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-adsi-1.4/src/include/adsi/dialogs.py new/yast2-adsi-1.5/src/include/adsi/dialogs.py --- old/yast2-adsi-1.4/src/include/adsi/dialogs.py 2019-08-06 17:09:30.000000000 +0200 +++ new/yast2-adsi-1.5/src/include/adsi/dialogs.py 2019-09-18 19:18:40.000000000 +0200 @@ -19,12 +19,6 @@ from samba.dcerpc import nbt from samba.credentials import Credentials -def have_x(): - from subprocess import Popen, PIPE - p = Popen(['xset', '-q'], stdout=PIPE, stderr=PIPE) - return p.wait() == 0 -have_advanced_gui = have_x() - def octet_string_to_hex(data): return binascii.hexlify(data) @@ -412,7 +406,7 @@ if realm: self.lp.set('realm', realm) path = UI.QueryWidget('path', 'Value') - ycred = YCreds(self.creds) + ycred = YCreds(self.creds, auto_krb5_creds=False) def cred_valid(): try: self.conn = Connection(self.lp, self.creds, path)
