diff --git a/yast2-update-2.17.10.tar.bz2 b/yast2-update-2.17.10.tar.bz2 deleted file mode 100644 index ca1e1fd..0000000 --- a/yast2-update-2.17.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac4863dd16984eea179ca7dd2e95d60f98c96c30b66a19319b0177b75888b79a -size 113012 diff --git a/yast2-update-2.17.11.tar.bz2 b/yast2-update-2.17.11.tar.bz2 new file mode 100644 index 0000000..ddbc2fb --- /dev/null +++ b/yast2-update-2.17.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561e945598e6a14c47f2845bef4dbbdbd5ad464afc2b8063fb7b6ea1451f592d +size 113020 diff --git a/yast2-update.changes b/yast2-update.changes index 60b3824..47fd1b4 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Nov 7 11:26:47 CET 2008 - locilka@suse.cz + +- Using PackagesUI for opening a package selector (bnc #435479). +- 2.17.11 + ------------------------------------------------------------------- Tue Nov 4 11:32:57 CET 2008 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index f1dac8c..56afc36 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.17.10) +# spec file for package yast2-update (Version 2.17.11) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-update -Version: 2.17.10 +Version: 2.17.11 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.17.10.tar.bz2 +Source0: yast2-update-2.17.11.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-storage yast2-testsuite # Packages::GetBaseSourceID @@ -32,9 +32,8 @@ BuildRequires: yast2-packager >= 2.17.19 # Wizard::OpenOKDialog BuildRequires: yast2 >= 2.16.49 # package not really needed to be installed but this breaks the building cycle -# Installation::installedVersion && Installation::updateVersion -# Update::* moved to Installation::update_* -Requires: yast2 >= 2.16.5 +# PackagesUI::RunPackageSelector +Requires: yast2 >= 2.17.40 Requires: yast2-installation # Function SelectKernelPackages has been moved to Packages module (bnc #326269). Requires: yast2-packager >= 2.17.27 @@ -83,7 +82,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.17.10 +%setup -n yast2-update-2.17.11 %build %{prefix}/bin/y2tool y2autoconf @@ -131,6 +130,9 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/clients/update.ycp /usr/share/YaST2/clients/run_update.ycp %changelog +* Fri Nov 07 2008 locilka@suse.cz +- Using PackagesUI for opening a package selector (bnc #435479). +- 2.17.11 * Tue Nov 04 2008 locilka@suse.cz - Making obvious (in log) why a partition is marked 'not-valid' (bnc #441378)