From e0a9bfe004b779e8068384f9767db04927a520dbddf3586dd61f6a961113170b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 20 Jan 2009 00:22:09 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-update?expand=0&rev=51 --- yast2-update-2.17.16.tar.bz2 | 3 --- yast2-update-2.18.1.tar.bz2 | 3 +++ yast2-update.changes | 14 ++++++++++++++ yast2-update.spec | 18 +++++++++++++----- 4 files changed, 30 insertions(+), 8 deletions(-) delete mode 100644 yast2-update-2.17.16.tar.bz2 create mode 100644 yast2-update-2.18.1.tar.bz2 diff --git a/yast2-update-2.17.16.tar.bz2 b/yast2-update-2.17.16.tar.bz2 deleted file mode 100644 index eca94d7..0000000 --- a/yast2-update-2.17.16.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4895114bee51b0d272a0c9a993d48c9ca727765014d2a7112606984fae00ff4 -size 113699 diff --git a/yast2-update-2.18.1.tar.bz2 b/yast2-update-2.18.1.tar.bz2 new file mode 100644 index 0000000..2ed666a --- /dev/null +++ b/yast2-update-2.18.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8437288b61165dc0859931669158b26357c61ad96532d956d231455547c75d27 +size 115717 diff --git a/yast2-update.changes b/yast2-update.changes index 3447d74..0d6fdb4 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jan 19 16:17:31 CET 2009 - locilka@suse.cz + +- Added possibility to manually choose a /var partition if YaST + fails to find it automatically (bnc #448577). +- 2.18.1 + +------------------------------------------------------------------- +Fri Jan 16 15:50:26 CET 2009 - locilka@suse.cz + +- Initialize the target before loading it, evaluate the return + values and report errors to user (bnc #466803). +- 2.18.0 + ------------------------------------------------------------------- Wed Dec 10 12:53:01 CET 2008 - aschnell@suse.de diff --git a/yast2-update.spec b/yast2-update.spec index 1ad4d52..47ed57e 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,7 +1,7 @@ # -# spec file for package yast2-update (Version 2.17.16) +# spec file for package yast2-update (Version 2.18.1) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -19,12 +19,12 @@ Name: yast2-update -Version: 2.17.16 +Version: 2.18.1 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.17.16.tar.bz2 +Source0: yast2-update-2.18.1.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-storage yast2-testsuite # Packages::GetBaseSourceID @@ -86,7 +86,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.17.16 +%setup -n yast2-update-2.18.1 %build %{prefix}/bin/y2tool y2autoconf @@ -134,6 +134,14 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/clients/update.ycp /usr/share/YaST2/clients/run_update.ycp %changelog +* Mon Jan 19 2009 locilka@suse.cz +- Added possibility to manually choose a /var partition if YaST + fails to find it automatically (bnc #448577). +- 2.18.1 +* Fri Jan 16 2009 locilka@suse.cz +- Initialize the target before loading it, evaluate the return + values and report errors to user (bnc #466803). +- 2.18.0 * Wed Dec 10 2008 aschnell@suse.de - show strange warning only once (bnc #457762) - 2.17.16