Hello community,

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

Package is "yast2-update"

Wed Jan 17 21:43:39 2018 rev:115 rq:564511 version:4.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-update/yast2-update.changes        
2017-04-25 08:56:24.782150249 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-update.new/yast2-update.changes   
2018-01-17 21:43:40.524307294 +0100
@@ -1,0 +2,105 @@
+Mon Jan 15 09:56:47 UTC 2018 - jreidin...@suse.com
+
+- remove obsolete rootpart_check_keyboard client that allows having
+  different keyboard in update env and on target disk (related to
+  bsc#1075828)
+- 4.0.6
+
+-------------------------------------------------------------------
+Tue Jan  9 07:09:57 UTC 2018 - an...@suse.com
+
+- When matching partitions, rely on the new
+  Y2Storage::Devicegraph#find_by_any_name (bsc#1073254).
+- 4.0.5
+
+-------------------------------------------------------------------
+Fri Jan  5 07:33:52 UTC 2018 - jsr...@suse.cz
+
+- upgrade the system always via equivalent of 'zypper dup'
+  (bsc#1071708)
+- 4.0.4
+
+-------------------------------------------------------------------
+Tue Dec 19 17:27:41 UTC 2017 - an...@suse.com
+
+- When matching partitions, also use udev names that have been
+  discarded by libstorage-ng (bsc#1073254).
+- 4.0.3
+
+-------------------------------------------------------------------
+Mon Dec 18 16:32:10 UTC 2017 - an...@suse.com
+
+- Use udev names, in addition to kernel device names, to match
+  partitions (part of the fix for bsc#1073254).
+- 4.0.2
+
+-------------------------------------------------------------------
+Fri Nov 24 06:51:50 UTC 2017 - jsr...@suse.cz
+
+- Display warning if system uses cryptconfig encrypted home
+  directories (fate#323541)
+- 4.0.1
+
+-------------------------------------------------------------------
+Tue Oct 31 14:51:13 UTC 2017 - mvid...@suse.com
+
+- Filter upgradable products in the partition selector already
+  (FATE#323163).
+- 4.0.0
+
+-------------------------------------------------------------------
+Tue Aug 22 10:59:42 UTC 2017 - knut.anders...@suse.com
+
+- Show legacy root filesystems in the list of systems to upgrade
+  from (fate#323394).
+- 3.3.4
+
+-------------------------------------------------------------------
+Mon Aug 21 10:14:50 UTC 2017 - an...@suse.com
+
+- Use translatable and human-friendly format to display the
+  partition id during a system upgrade (part of fate#318196).
+- 3.3.3
+
+-------------------------------------------------------------------
+Thu Aug 17 12:14:04 UTC 2017 - knut.anders...@suse.com
+
+- Fixed a typo calling a Logger method (bsc#1054236).
+- 3.3.2
+
+-------------------------------------------------------------------
+Wed Aug 16 11:44:44 UTC 2017 - knut.anders...@suse.com
+
+- Do not allow to upgrade if the target system uses reiserfs
+  (fate#323394).
+- 3.3.1
+
+-------------------------------------------------------------------
+Mon Aug 14 10:22:00 UTC 2017 - an...@suse.com
+
+- Merged storage-ng branch (fate#318196).
+- Note: all changes below with this date belong to the merge.
+- 3.3.0
+
+-------------------------------------------------------------------
+Mon Aug 14 10:22:00 UTC 2017 - an...@suse.com
+
+- storage-ng: adapted calls to temporary y2storage_* methods, since
+  they were finally removed from Y2Storage::StorageManager.
+
+-------------------------------------------------------------------
+Mon Aug 14 10:22:00 UTC 2017 - shundham...@suse.de
+
+- Merged master to storage-ng branch
+
+-------------------------------------------------------------------
+Mon Aug 14 10:22:00 UTC 2017 - jlo...@suse.com
+
+- storage-ng: add detection of previous systems using lvm.
+
+-------------------------------------------------------------------
+Mon Aug 14 10:22:00 UTC 2017 - an...@suse.com
+
+- storage-ng: detection of previous systems partially adapted.
+
+-------------------------------------------------------------------

Old:
----
  yast2-update-3.2.2.tar.bz2

New:
----
  yast2-update-4.0.8.tar.bz2

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

Other differences:
------------------
++++++ yast2-update.spec ++++++
--- /var/tmp/diff_new_pack.kFANXg/_old  2018-01-17 21:43:41.160277526 +0100
+++ /var/tmp/diff_new_pack.kFANXg/_new  2018-01-17 21:43:41.164277339 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-update
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-update
-Version:        3.2.2
+Version:        4.0.8
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -39,9 +39,9 @@
 # Needed for tests
 BuildRequires:  rubygem(rspec)
 
-# Stroage::ChangeDmNamesFromCrypttab
-BuildRequires:  yast2-storage >= 2.22.9
-Requires:       yast2-storage >= 2.22.9
+BuildRequires:  yast2-storage-ng >= 3.3.4
+# Y2Storage::Devicegraph#find_by_any_name
+Requires:       yast2-storage-ng >= 4.0.67
 # FSSnapshotStore
 Requires:       yast2 >= 3.1.126
 Requires:       yast2-installation
@@ -106,7 +106,6 @@
 %{yast_moduledir}/*
 
 %{yast_clientdir}/inst_rootpart.rb
-%{yast_clientdir}/inst_update.rb
 %{yast_clientdir}/inst_backup.rb
 %{yast_clientdir}/rootpart_proposal.rb
 %{yast_clientdir}/update_proposal.rb
@@ -114,7 +113,6 @@
 %{yast_clientdir}/backup_proposal.rb
 %{yast_clientdir}/inst_update_partition.rb
 %{yast_clientdir}/inst_update_partition_auto.rb
-%{yast_clientdir}/rootpart_check_keyboard.rb
 
 %dir %{yast_yncludedir}
 %{yast_yncludedir}/update

++++++ yast2-update-3.2.2.tar.bz2 -> yast2-update-4.0.8.tar.bz2 ++++++
++++ 1710 lines of diff (skipped)


Reply via email to