Hello community,

here is the log from the commit of package yast2-pam for openSUSE:Factory 
checked in at 2019-05-15 12:22:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-pam (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-pam.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-pam"

Wed May 15 12:22:49 2019 rev:38 rq:702809 version:4.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-pam/yast2-pam.changes      2019-04-25 
16:20:03.174080723 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-pam.new.5148/yast2-pam.changes    
2019-05-15 12:22:50.702306797 +0200
@@ -1,0 +2,6 @@
+Tue May 14 10:14:04 UTC 2019 - Stefan Hundhammer <[email protected]>
+
+- Init pkg target with Installation.destdir, not "/" (bsc#1133541)
+- 4.2.2
+
+-------------------------------------------------------------------

Old:
----
  yast2-pam-4.2.1.tar.bz2

New:
----
  yast2-pam-4.2.2.tar.bz2

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

Other differences:
------------------
++++++ yast2-pam.spec ++++++
--- /var/tmp/diff_new_pack.xIF450/_old  2019-05-15 12:22:51.934304103 +0200
+++ /var/tmp/diff_new_pack.xIF450/_new  2019-05-15 12:22:51.938304094 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-pam
-Version:        4.2.1
+Version:        4.2.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-pam-4.2.1.tar.bz2 -> yast2-pam-4.2.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pam-4.2.1/package/yast2-pam.changes 
new/yast2-pam-4.2.2/package/yast2-pam.changes
--- old/yast2-pam-4.2.1/package/yast2-pam.changes       2019-04-18 
10:44:16.000000000 +0200
+++ new/yast2-pam-4.2.2/package/yast2-pam.changes       2019-05-14 
12:38:49.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Tue May 14 10:14:04 UTC 2019 - Stefan Hundhammer <[email protected]>
+
+- Init pkg target with Installation.destdir, not "/" (bsc#1133541)
+- 4.2.2
+
+-------------------------------------------------------------------
 Wed Apr 17 18:44:23 UTC 2019 - Ladislav Slezak <[email protected]>
 
 - Skip loading the package manager in the test mode, fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pam-4.2.1/package/yast2-pam.spec 
new/yast2-pam-4.2.2/package/yast2-pam.spec
--- old/yast2-pam-4.2.1/package/yast2-pam.spec  2019-04-18 10:44:16.000000000 
+0200
+++ new/yast2-pam-4.2.2/package/yast2-pam.spec  2019-05-14 12:38:49.000000000 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-pam
-Version:        4.2.1
+Version:        4.2.2
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-pam-4.2.1/src/modules/Autologin.rb 
new/yast2-pam-4.2.2/src/modules/Autologin.rb
--- old/yast2-pam-4.2.1/src/modules/Autologin.rb        2019-04-18 
10:44:16.000000000 +0200
+++ new/yast2-pam-4.2.2/src/modules/Autologin.rb        2019-05-14 
12:38:49.000000000 +0200
@@ -47,6 +47,7 @@
       Yast.import "Popup"
       Yast.import "Pkg"
       Yast.import "PackageCallbacks"
+      Yast.import "Installation"
 
       # User to log in automaticaly
       @user = ""
@@ -196,7 +197,7 @@
       # report an error, and then there would be no user feedback.
       PackageCallbacks.InitPackageCallbacks
       # FIXME: Mode.test workaround for the old testsuite to not break the 
other modules
-      Pkg.TargetInitialize("/") unless Mode.test
+      Pkg.TargetInitialize(Installation.destdir) unless Mode.test
 
       # Add the installed system to the libzypp pool
       # FIXME: Mode.test workaround for the old testsuite to not break the 
other modules


Reply via email to