Hello community,

here is the log from the commit of package yast2-packager for openSUSE:Factory 
checked in at 2018-03-18 21:43:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-packager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-packager"

Sun Mar 18 21:43:34 2018 rev:349 rq:587508 version:4.0.49

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes    
2018-03-14 19:34:07.995654248 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-packager.new/yast2-packager.changes       
2018-03-18 21:43:35.900407642 +0100
@@ -1,0 +2,7 @@
+Thu Mar 15 12:35:23 UTC 2018 - lsle...@suse.cz
+
+- Cleanup, do not use the obsolete scripts which have been dropped
+  (part of bsc#1080979)
+- 4.0.49
+
+-------------------------------------------------------------------

Old:
----
  yast2-packager-4.0.48.tar.bz2

New:
----
  yast2-packager-4.0.49.tar.bz2

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

Other differences:
------------------
++++++ yast2-packager.spec ++++++
--- /var/tmp/diff_new_pack.RMsXWq/_old  2018-03-18 21:43:36.732377670 +0100
+++ /var/tmp/diff_new_pack.RMsXWq/_new  2018-03-18 21:43:36.736377526 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.0.48
+Version:        4.0.49
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-packager-4.0.48.tar.bz2 -> yast2-packager-4.0.49.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.48/package/yast2-packager.changes 
new/yast2-packager-4.0.49/package/yast2-packager.changes
--- old/yast2-packager-4.0.48/package/yast2-packager.changes    2018-03-12 
14:00:33.000000000 +0100
+++ new/yast2-packager-4.0.49/package/yast2-packager.changes    2018-03-15 
14:08:35.000000000 +0100
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Thu Mar 15 12:35:23 UTC 2018 - lsle...@suse.cz
+
+- Cleanup, do not use the obsolete scripts which have been dropped
+  (part of bsc#1080979)
+- 4.0.49
+
+-------------------------------------------------------------------
 Mon Mar 12 12:39:13 UTC 2018 - lsle...@suse.cz
 
 - Fixed crash when displaying license agreement in the registration
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.48/package/yast2-packager.spec 
new/yast2-packager-4.0.49/package/yast2-packager.spec
--- old/yast2-packager-4.0.48/package/yast2-packager.spec       2018-03-12 
14:00:33.000000000 +0100
+++ new/yast2-packager-4.0.49/package/yast2-packager.spec       2018-03-15 
14:08:35.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-packager
-Version:        4.0.48
+Version:        4.0.49
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-packager-4.0.48/src/clients/inst_kickoff.rb 
new/yast2-packager-4.0.49/src/clients/inst_kickoff.rb
--- old/yast2-packager-4.0.48/src/clients/inst_kickoff.rb       2018-03-12 
14:00:33.000000000 +0100
+++ new/yast2-packager-4.0.49/src/clients/inst_kickoff.rb       2018-03-15 
14:08:35.000000000 +0100
@@ -120,10 +120,6 @@
         # backup some stuff
         backup_stuff
 
-        # remove some stuff
-        # do not remove when updating running system (#49608)
-        remove_stuff
-
         # set update mode to yes
         SCR.Write(
           path(".target.string"),
@@ -135,18 +131,6 @@
           Ops.add(Installation.destdir, "/var/lib/YaST/update.inf")
         )
 
-        # check passwd and group of target
-        SCR.Execute(
-          path(".target.bash"),
-          Ops.add(
-            Ops.add(
-              "/usr/lib/YaST2/bin/update_users_groups " + "'",
-              String.Quote(Installation.destdir)
-            ),
-            "'"
-          )
-        )
-
         # create /etc/mdadm.conf if it does not exist
         createmdadm
 
@@ -162,31 +146,6 @@
       :next
     end
 
-    #  Remove some old junk.
-    def remove_stuff
-      # remove old junk, script is in yast2-update
-      SCR.Execute(
-        path(".target.bash"),
-        Ops.add(
-          Ops.add(
-            Ops.add(Ops.add(Directory.ybindir, "/remove_junk "), "'"),
-            String.Quote(Installation.destdir)
-          ),
-          "'"
-        )
-      )
-
-      # possibly remove /usr/share/info/dir
-      if !Pkg.TargetFileHasOwner("/usr/share/info/dir")
-        SCR.Execute(
-          path(".target.remove"),
-          Ops.add(Installation.destdir, "/usr/share/info/dir")
-        )
-      end
-
-      nil
-    end
-
     #  Handle the backup.
     def backup_stuff
       if Installation.update_backup_modified


Reply via email to