diff --git a/yast2-update-3.1.2.tar.bz2 b/yast2-update-3.1.2.tar.bz2 deleted file mode 100644 index 0829f80..0000000 --- a/yast2-update-3.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c80093851a44b7a52f4c4baaf0db92c393603439b3e43eb7b5badfe30927fe85 -size 52462 diff --git a/yast2-update-3.1.4.tar.bz2 b/yast2-update-3.1.4.tar.bz2 new file mode 100644 index 0000000..8f48374 --- /dev/null +++ b/yast2-update-3.1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb9f32c5266661ae472b5262df5800e7a93b1c27b3af117aee6e1dc33c31817 +size 54153 diff --git a/yast2-update.changes b/yast2-update.changes index b7ebfb0..23d3911 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Mar 28 15:02:22 CET 2014 - locilka@suse.com + +- Fixed loading kernel modules while probing disks (bnc#869091) +- 3.1.4 + +------------------------------------------------------------------- +Thu Mar 27 15:25:48 CET 2014 - locilka@suse.com + +- Re-added SUSERelease library to read product information from + /etc/SuSE-release (bnc#869091) +- Using OSRelease (and then SUSERelease as a fallback) to + find out the name of the installed system (bnc#869091) +- 3.1.3 + ------------------------------------------------------------------- Wed Dec 18 12:44:15 UTC 2013 - lslezak@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index 786d1b7..10747c2 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,7 +1,7 @@ # # spec file for package yast2-update # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products 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,14 +17,17 @@ Name: yast2-update -Version: 3.1.2 +Version: 3.1.4 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}-%{version}.tar.bz2 BuildRequires: update-desktop-files +BuildRequires: yast2 >= 3.1.28 BuildRequires: yast2-devtools >= 3.1.15 +BuildRequires: yast2-packager +BuildRequires: yast2-ruby-bindings >= 1.0.0 # xmllint BuildRequires: libxml2-tools @@ -32,10 +35,13 @@ BuildRequires: libxml2-tools # control.rng BuildRequires: yast2-installation-control +# Needed for tests +BuildRequires: rubygem-rspec + # Stroage::ChangeDmNamesFromCrypttab Requires: yast2-storage >= 2.22.9 # OSRelease -Requires: yast2 >= 3.0.4 +Requires: yast2 >= 3.1.28 Requires: yast2-installation # Function SelectKernelPackages has been moved to Packages module (bnc #326269). Requires: yast2-packager >= 2.17.27