From c83cd3eb20e0b2cbd148169e870db39b33c3ceffd7dd6ee5ac2a35886b23409b Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 25 Jul 2008 01:54:36 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-update?expand=0&rev=35 --- yast2-update-2.16.10.tar.bz2 | 3 --- yast2-update-2.17.0.tar.bz2 | 3 +++ yast2-update.changes | 8 ++++++++ yast2-update.spec | 13 +++++++++---- 4 files changed, 20 insertions(+), 7 deletions(-) delete mode 100644 yast2-update-2.16.10.tar.bz2 create mode 100644 yast2-update-2.17.0.tar.bz2 diff --git a/yast2-update-2.16.10.tar.bz2 b/yast2-update-2.16.10.tar.bz2 deleted file mode 100644 index 7b9f9c4..0000000 --- a/yast2-update-2.16.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d82363cb9e809e2101bfb26acba3728e843326b87446353ef7dc6ee876a644a0 -size 112935 diff --git a/yast2-update-2.17.0.tar.bz2 b/yast2-update-2.17.0.tar.bz2 new file mode 100644 index 0000000..9dbe047 --- /dev/null +++ b/yast2-update-2.17.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55191c02ffb29340c0a075ecde5c2e2609a02b48d1a794ecdd5aab1928c3c319 +size 112974 diff --git a/yast2-update.changes b/yast2-update.changes index 07c97e0..b6acb52 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jul 24 12:50:06 CEST 2008 - locilka@suse.cz + +- Making possible to upgrade running system using YaST Update even + if it changes a release (the original/current installation + repository must be present). +- 2.17.0 + ------------------------------------------------------------------- Thu May 29 14:56:15 CEST 2008 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index 41a69d0..f87445b 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.16.10) +# spec file for package yast2-update (Version 2.17.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: yast2-update -Version: 2.16.10 +Version: 2.17.0 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.16.10.tar.bz2 +Source0: yast2-update-2.17.0.tar.bz2 Prefix: /usr BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-packager yast2-storage yast2-testsuite # Wizard::OpenOKDialog @@ -73,7 +73,7 @@ Authors: Jiri Srain %prep -%setup -n yast2-update-2.16.10 +%setup -n yast2-update-2.17.0 %build %{prefix}/bin/y2tool y2autoconf @@ -120,6 +120,11 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/clients/update.ycp /usr/share/YaST2/clients/run_update.ycp %changelog +* Thu Jul 24 2008 locilka@suse.cz +- Making possible to upgrade running system using YaST Update even + if it changes a release (the original/current installation + repository must be present). +- 2.17.0 * Thu May 29 2008 locilka@suse.cz - Selecting packages for deletion after PkgApplReset call instead of calling it before (bnc #391785).