OBS User unknown 2007-07-19 15:34:59 +00:00 committed by Git OBS Bridge
parent cb16013747
commit 9c428b5b10
4 changed files with 26 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a943edc69f2f89a5bcb98da8c1a17588d8444ca53c284afb8c671f6c7f61269b
size 107766

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f51c956c4e49e61d598274112b3293d514e27c3d388905a51e4133b0acbf265b
size 108503

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jul 18 08:53:15 CEST 2007 - locilka@suse.cz
- Warn user if the /boot partition is too small (less than 64 MB,
resp. 200 on IA64). User can either cancel updating or confirm
it despite the risk of possible failure (#258563).
- Fixed update_proposal to warn 'non-mathing versions' only in case
the update is performed on a running system.
- More debugging for device-names translation during upgrade.
- 2.15.15
-------------------------------------------------------------------
Wed Jul 4 15:36:07 CEST 2007 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-update (Version 2.15.14)
# spec file for package yast2-update (Version 2.15.15)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-update
Version: 2.15.14
Version: 2.15.15
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.15.14.tar.bz2
Source0: yast2-update-2.15.15.tar.bz2
prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-add-on yast2-devtools yast2-packager yast2-testsuite
Requires: yast2
@ -51,7 +51,7 @@ Authors:
Jiri Srain <jsrain@suse.cz>
%prep
%setup -n yast2-update-2.15.14
%setup -n yast2-update-2.15.15
%build
%{prefix}/bin/y2tool y2autoconf
@ -86,6 +86,14 @@ rm -rf "$RPM_BUILD_ROOT"
%doc %{prefix}/share/doc/packages/yast2-update
%changelog
* Wed Jul 18 2007 - locilka@suse.cz
- Warn user if the /boot partition is too small (less than 64 MB,
resp. 200 on IA64). User can either cancel updating or confirm
it despite the risk of possible failure (#258563).
- Fixed update_proposal to warn 'non-mathing versions' only in case
the update is performed on a running system.
- More debugging for device-names translation during upgrade.
- 2.15.15
* Wed Jul 04 2007 - locilka@suse.cz
- Do not let wrong architecture to make partition invalid in case
of boot-from-partition but make it invalid in case of upgrade