OBS User unknown 2007-10-31 15:48:48 +00:00 committed by Git OBS Bridge
parent 46219c9173
commit 383c2904d7
4 changed files with 37 additions and 15 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Oct 31 13:21:55 CET 2007 - locilka@suse.cz
- installedVersion and updateVersion moved from 'Update' to
'Installation' YCP module to remove dependencies.
- 2.16.0
-------------------------------------------------------------------
Thu Oct 25 14:00:51 CEST 2007 - locilka@suse.cz
- Never list duplicate entries in "upgrade based on products" in
upgrade proposal (#331560).
-------------------------------------------------------------------
Tue Aug 28 12:35:29 CEST 2007 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-update (Version 2.15.23)
# spec file for package yast2-update (Version 2.16.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,17 +11,20 @@
# norootforbuild
Name: yast2-update
Version: 2.15.23
Version: 2.16.0
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.15.23.tar.bz2
prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-packager yast2-storage yast2-testsuite
Source0: yast2-update-2.16.0.tar.bz2
Prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-packager yast2-storage yast2-testsuite
BuildRequires: yast2 >= 2.16.4
# package not really needed to be installed but this breaks the building cycle
# FIXME !!!
#!BuildIgnore: autoyast2-installation
Requires: yast2
# Installation::installedVersion && Installation::updateVersion
Requires: yast2 >= 2.16.4
Requires: yast2-installation
Requires: yast2-packager
# moved into yast2-update from yast2-installation
@ -34,14 +37,15 @@ Conflicts: yast2-pkg-bindings < 2.15.11
# Storage::DeviceMatchFstab (#244117)
Conflicts: yast2-storage < 2.15.4
Summary: YaST2 - Update
%package FACTORY
Version: 2.15.23
Version: 2.16.0
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.15.23.tar.bz2
prefix: /usr
Source0: yast2-update-2.16.0.tar.bz2
Prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools
Requires: yast2-update yast2
# moved into yast2-update from yast2-installation
@ -60,7 +64,6 @@ Authors:
Arvin Schnell <arvin@suse.de>
Jiri Srain <jsrain@suse.cz>
%description FACTORY
Use this component if you wish to update your system.
@ -73,7 +76,7 @@ Authors:
Jiri Srain <jsrain@suse.cz>
%prep
%setup -n yast2-update-2.15.23
%setup -n yast2-update-2.16.0
%build
%{prefix}/bin/y2tool y2autoconf
@ -117,8 +120,14 @@ rm -rf "$RPM_BUILD_ROOT"
%{prefix}/share/applications/YaST2/update.desktop
/usr/share/YaST2/control/update.xml
/usr/share/YaST2/clients/update.ycp
%changelog
* Wed Oct 31 2007 - locilka@suse.cz
- installedVersion and updateVersion moved from 'Update' to
'Installation' YCP module to remove dependencies.
- 2.16.0
* Thu Oct 25 2007 - locilka@suse.cz
- Never list duplicate entries in "upgrade based on products" in
upgrade proposal (#331560).
* Tue Aug 28 2007 - locilka@suse.cz
- Update proposal doesn't use recommended Kernel if the package is
not available (#304646).