OBS User unknown 2008-10-09 18:01:50 +00:00 committed by Git OBS Bridge
parent 262789fa87
commit 293f8c3f45
4 changed files with 26 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Oct 9 18:56:12 CEST 2008 - locilka@suse.cz
- Loading the Target after the partition to update is mounted,
Finishing the target before the partition is monted (because of
'going back') (bnc #429080).
- Function SelectKernelPackages has been moved to Packages YCP
module (bnc #326269).
- 2.17.7
-------------------------------------------------------------------
Tue Sep 23 17:22:51 CEST 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-update (Version 2.17.6)
# spec file for package yast2-update (Version 2.17.7)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-update
Version: 2.17.6
Version: 2.17.7
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.17.6.tar.bz2
Source0: yast2-update-2.17.7.tar.bz2
Prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-storage yast2-testsuite
# Packages::GetBaseSourceID
@ -36,7 +36,8 @@ BuildRequires: yast2 >= 2.16.49
# Update::* moved to Installation::update_*
Requires: yast2 >= 2.16.5
Requires: yast2-installation
Requires: yast2-packager >= 2.17.19
# Function SelectKernelPackages has been moved to Packages module (bnc #326269).
Requires: yast2-packager >= 2.17.27
# moved into yast2-update from yast2-installation
# to remove dependency on yast2-storage
Provides: yast2-installation:/usr/share/YaST2/clients/vendor.ycp
@ -82,7 +83,7 @@ Authors:
Jiri Srain <jsrain@suse.cz>
%prep
%setup -n yast2-update-2.17.6
%setup -n yast2-update-2.17.7
%build
%{prefix}/bin/y2tool y2autoconf
@ -130,6 +131,13 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/clients/update.ycp
/usr/share/YaST2/clients/run_update.ycp
%changelog
* Thu Oct 09 2008 locilka@suse.cz
- Loading the Target after the partition to update is mounted,
Finishing the target before the partition is monted (because of
'going back') (bnc #429080).
- Function SelectKernelPackages has been moved to Packages YCP
module (bnc #326269).
- 2.17.7
* Tue Sep 23 2008 locilka@suse.cz
- Calling Packages::CheckOldAddOns to report warning about product
automatically selected for removal (FATE #304488).