diff --git a/yast2-update-4.0.11.tar.bz2 b/yast2-update-4.0.11.tar.bz2 deleted file mode 100644 index a00460b..0000000 --- a/yast2-update-4.0.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf4477b9bc61dcf07a6043046364b2287e846f8f9bb52adaf1d4608ac7fee161 -size 61399 diff --git a/yast2-update-4.0.12.tar.bz2 b/yast2-update-4.0.12.tar.bz2 new file mode 100644 index 0000000..9c5a632 --- /dev/null +++ b/yast2-update-4.0.12.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9486cc93a45e45cb14b6fc550d0f482da5b73414081f07a84a76fe71d2d01fb3 +size 65453 diff --git a/yast2-update.changes b/yast2-update.changes index ac75417..5164f77 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Mar 19 16:24:35 UTC 2018 - ancor@suse.com + +- Fixed a crash when upgrading systems with a separate /var + (bsc#1071454). +- Better support for upgrading systems with a /var subvolume. +- 4.0.12 + ------------------------------------------------------------------- Wed Mar 14 15:42:22 UTC 2018 - lslezak@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index 1e41fb5..bd5cc87 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -17,7 +17,7 @@ Name: yast2-update -Version: 4.0.11 +Version: 4.0.12 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -39,9 +39,10 @@ BuildRequires: yast2-installation-control # Needed for tests BuildRequires: rubygem(rspec) -BuildRequires: yast2-storage-ng >= 3.3.4 -# Y2Storage::Mountable#mount_path -Requires: yast2-storage-ng >= 4.0.90 +# Filesystems::Base#match_fstab_spec? and Filesystems::MountByType.from_fstab_spec +BuildRequires: yast2-storage-ng >= 4.0.137 +# Filesystems::Base#match_fstab_spec? and Filesystems::MountByType.from_fstab_spec +Requires: yast2-storage-ng >= 4.0.137 # FSSnapshotStore Requires: yast2 >= 3.1.126 Requires: yast2-installation