OBS User unknown 2008-09-24 23:10:56 +00:00 committed by Git OBS Bridge
parent 7785f6c8a1
commit 262789fa87
4 changed files with 44 additions and 10 deletions

View File

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

View File

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Sep 23 17:22:51 CEST 2008 - locilka@suse.cz
- Calling Packages::CheckOldAddOns to report warning about product
automatically selected for removal (FATE #304488).
- Using new Packages::GetBaseSourceID function (FATE #304488).
- 2.17.6
-------------------------------------------------------------------
Tue Sep 23 15:13:24 CEST 2008 - ug@suse.de
- more sophisticated "mountby" detection for autoyast's
partitioning_advanced added and fixed a bug in that too
(bnc#425454)
- 2.17.5
-------------------------------------------------------------------
Thu Sep 11 08:31:18 CEST 2008 - jsrain@suse.cz
- merged texts from proofread
-------------------------------------------------------------------
Wed Sep 10 11:40:36 CEST 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-update (Version 2.17.4)
# spec file for package yast2-update (Version 2.17.6)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,14 +19,16 @@
Name: yast2-update
Version: 2.17.4
Version: 2.17.6
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.17.4.tar.bz2
Source0: yast2-update-2.17.6.tar.bz2
Prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-packager yast2-storage yast2-testsuite
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-storage yast2-testsuite
# Packages::GetBaseSourceID
BuildRequires: yast2-packager >= 2.17.19
# Wizard::OpenOKDialog
BuildRequires: yast2 >= 2.16.49
# package not really needed to be installed but this breaks the building cycle
@ -34,7 +36,7 @@ BuildRequires: yast2 >= 2.16.49
# Update::* moved to Installation::update_*
Requires: yast2 >= 2.16.5
Requires: yast2-installation
Requires: yast2-packager
Requires: yast2-packager >= 2.17.19
# moved into yast2-update from yast2-installation
# to remove dependency on yast2-storage
Provides: yast2-installation:/usr/share/YaST2/clients/vendor.ycp
@ -80,7 +82,7 @@ Authors:
Jiri Srain <jsrain@suse.cz>
%prep
%setup -n yast2-update-2.17.4
%setup -n yast2-update-2.17.6
%build
%{prefix}/bin/y2tool y2autoconf
@ -127,8 +129,19 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/control/update.xml
/usr/share/YaST2/clients/update.ycp
/usr/share/YaST2/clients/run_update.ycp
%changelog
* Tue Sep 23 2008 locilka@suse.cz
- Calling Packages::CheckOldAddOns to report warning about product
automatically selected for removal (FATE #304488).
- Using new Packages::GetBaseSourceID function (FATE #304488).
- 2.17.6
* Tue Sep 23 2008 ug@suse.de
- more sophisticated "mountby" detection for autoyast's
partitioning_advanced added and fixed a bug in that too
(bnc#425454)
- 2.17.5
* Thu Sep 11 2008 jsrain@suse.cz
- merged texts from proofread
* Wed Sep 10 2008 locilka@suse.cz
- Fixed selecting the recommended and removing the old kernels
while upgrading (bnc #423590).