This commit is contained in:
parent
cb16013747
commit
9c428b5b10
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a943edc69f2f89a5bcb98da8c1a17588d8444ca53c284afb8c671f6c7f61269b
|
|
||||||
size 107766
|
|
3
yast2-update-2.15.15.tar.bz2
Normal file
3
yast2-update-2.15.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f51c956c4e49e61d598274112b3293d514e27c3d388905a51e4133b0acbf265b
|
||||||
|
size 108503
|
@ -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
|
Wed Jul 4 15:36:07 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -11,12 +11,12 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-update
|
Name: yast2-update
|
||||||
Version: 2.15.14
|
Version: 2.15.15
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-update-2.15.14.tar.bz2
|
Source0: yast2-update-2.15.15.tar.bz2
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-add-on yast2-devtools yast2-packager yast2-testsuite
|
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-add-on yast2-devtools yast2-packager yast2-testsuite
|
||||||
Requires: yast2
|
Requires: yast2
|
||||||
@ -51,7 +51,7 @@ Authors:
|
|||||||
Jiri Srain <jsrain@suse.cz>
|
Jiri Srain <jsrain@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-update-2.15.14
|
%setup -n yast2-update-2.15.15
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -86,6 +86,14 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%doc %{prefix}/share/doc/packages/yast2-update
|
%doc %{prefix}/share/doc/packages/yast2-update
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 04 2007 - locilka@suse.cz
|
||||||
- Do not let wrong architecture to make partition invalid in case
|
- Do not let wrong architecture to make partition invalid in case
|
||||||
of boot-from-partition but make it invalid in case of upgrade
|
of boot-from-partition but make it invalid in case of upgrade
|
||||||
|
Loading…
x
Reference in New Issue
Block a user