This commit is contained in:
parent
46219c9173
commit
383c2904d7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:444e601a628ad6ab96453e2d5319d4bcbfa05317244987c5b001fcb3169b66f6
|
|
||||||
size 108992
|
|
3
yast2-update-2.16.0.tar.bz2
Normal file
3
yast2-update-2.16.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c6b8e65f84766a2c4072ef462dc81a867987124ae7798568c36514dc87055ea9
|
||||||
|
size 109172
|
@ -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
|
Tue Aug 28 12:35:29 CEST 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -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.
|
# 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,17 +11,20 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-update
|
Name: yast2-update
|
||||||
Version: 2.15.23
|
Version: 2.16.0
|
||||||
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.23.tar.bz2
|
Source0: yast2-update-2.16.0.tar.bz2
|
||||||
prefix: /usr
|
Prefix: /usr
|
||||||
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-packager yast2-storage yast2-testsuite
|
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
|
# package not really needed to be installed but this breaks the building cycle
|
||||||
|
# FIXME !!!
|
||||||
#!BuildIgnore: autoyast2-installation
|
#!BuildIgnore: autoyast2-installation
|
||||||
Requires: yast2
|
# Installation::installedVersion && Installation::updateVersion
|
||||||
|
Requires: yast2 >= 2.16.4
|
||||||
Requires: yast2-installation
|
Requires: yast2-installation
|
||||||
Requires: yast2-packager
|
Requires: yast2-packager
|
||||||
# moved into yast2-update from yast2-installation
|
# moved into yast2-update from yast2-installation
|
||||||
@ -34,14 +37,15 @@ Conflicts: yast2-pkg-bindings < 2.15.11
|
|||||||
# Storage::DeviceMatchFstab (#244117)
|
# Storage::DeviceMatchFstab (#244117)
|
||||||
Conflicts: yast2-storage < 2.15.4
|
Conflicts: yast2-storage < 2.15.4
|
||||||
Summary: YaST2 - Update
|
Summary: YaST2 - Update
|
||||||
|
|
||||||
%package FACTORY
|
%package FACTORY
|
||||||
Version: 2.15.23
|
Version: 2.16.0
|
||||||
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.23.tar.bz2
|
Source0: yast2-update-2.16.0.tar.bz2
|
||||||
prefix: /usr
|
Prefix: /usr
|
||||||
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools
|
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools
|
||||||
Requires: yast2-update yast2
|
Requires: yast2-update yast2
|
||||||
# moved into yast2-update from yast2-installation
|
# moved into yast2-update from yast2-installation
|
||||||
@ -60,7 +64,6 @@ Authors:
|
|||||||
Arvin Schnell <arvin@suse.de>
|
Arvin Schnell <arvin@suse.de>
|
||||||
Jiri Srain <jsrain@suse.cz>
|
Jiri Srain <jsrain@suse.cz>
|
||||||
|
|
||||||
|
|
||||||
%description FACTORY
|
%description FACTORY
|
||||||
Use this component if you wish to update your system.
|
Use this component if you wish to update your system.
|
||||||
|
|
||||||
@ -73,7 +76,7 @@ Authors:
|
|||||||
Jiri Srain <jsrain@suse.cz>
|
Jiri Srain <jsrain@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-update-2.15.23
|
%setup -n yast2-update-2.16.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -117,8 +120,14 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{prefix}/share/applications/YaST2/update.desktop
|
%{prefix}/share/applications/YaST2/update.desktop
|
||||||
/usr/share/YaST2/control/update.xml
|
/usr/share/YaST2/control/update.xml
|
||||||
/usr/share/YaST2/clients/update.ycp
|
/usr/share/YaST2/clients/update.ycp
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 28 2007 - locilka@suse.cz
|
||||||
- Update proposal doesn't use recommended Kernel if the package is
|
- Update proposal doesn't use recommended Kernel if the package is
|
||||||
not available (#304646).
|
not available (#304646).
|
||||||
|
Loading…
Reference in New Issue
Block a user