diff --git a/yast2-update-2.17.4.tar.bz2 b/yast2-update-2.17.4.tar.bz2 deleted file mode 100644 index 1b835ab..0000000 --- a/yast2-update-2.17.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0108e8a85cf048c0be378db7dbbc7eaee9e7ca5032795a5611c3fdb784ffaba6 -size 113059 diff --git a/yast2-update-2.17.6.tar.bz2 b/yast2-update-2.17.6.tar.bz2 new file mode 100644 index 0000000..ad75807 --- /dev/null +++ b/yast2-update-2.17.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e6d677387ac3ec96f04022e27670944b78d7ce0b77ff766ea37d90cdda7d53 +size 113249 diff --git a/yast2-update.changes b/yast2-update.changes index 9431bb1..d5e30d1 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Tue Sep 23 17:22:51 CEST 2008 - locilka@suse.cz + +- Calling Packages::CheckOldAddOns to report warning about product + automatically selected for removal (FATE #304488). +- Using new Packages::GetBaseSourceID function (FATE #304488). +- 2.17.6 + +------------------------------------------------------------------- +Tue Sep 23 15:13:24 CEST 2008 - ug@suse.de + +- more sophisticated "mountby" detection for autoyast's + partitioning_advanced added and fixed a bug in that too + (bnc#425454) +- 2.17.5 + +------------------------------------------------------------------- +Thu Sep 11 08:31:18 CEST 2008 - jsrain@suse.cz + +- merged texts from proofread + ------------------------------------------------------------------- Wed Sep 10 11:40:36 CEST 2008 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index bd903a1..6bf490c 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.17.4) +# spec file for package yast2-update (Version 2.17.6) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,14 +19,16 @@ Name: yast2-update -Version: 2.17.4 +Version: 2.17.6 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.17.4.tar.bz2 +Source0: yast2-update-2.17.6.tar.bz2 Prefix: /usr -BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-packager yast2-storage yast2-testsuite +BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-storage yast2-testsuite +# Packages::GetBaseSourceID +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 @@ -34,7 +36,7 @@ BuildRequires: yast2 >= 2.16.49 # Update::* moved to Installation::update_* Requires: yast2 >= 2.16.5 Requires: yast2-installation -Requires: yast2-packager +Requires: yast2-packager >= 2.17.19 # moved into yast2-update from yast2-installation # to remove dependency on yast2-storage Provides: yast2-installation:/usr/share/YaST2/clients/vendor.ycp @@ -80,7 +82,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.17.4 +%setup -n yast2-update-2.17.6 %build %{prefix}/bin/y2tool y2autoconf @@ -127,8 +129,19 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/control/update.xml /usr/share/YaST2/clients/update.ycp /usr/share/YaST2/clients/run_update.ycp - %changelog +* Tue Sep 23 2008 locilka@suse.cz +- Calling Packages::CheckOldAddOns to report warning about product + automatically selected for removal (FATE #304488). +- Using new Packages::GetBaseSourceID function (FATE #304488). +- 2.17.6 +* Tue Sep 23 2008 ug@suse.de +- more sophisticated "mountby" detection for autoyast's + partitioning_advanced added and fixed a bug in that too + (bnc#425454) +- 2.17.5 +* Thu Sep 11 2008 jsrain@suse.cz +- merged texts from proofread * Wed Sep 10 2008 locilka@suse.cz - Fixed selecting the recommended and removing the old kernels while upgrading (bnc #423590).