This commit is contained in:
parent
bf896928b9
commit
51d2dcec8d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d98367fa756ffc1c5f891c9dc86bfbb0505014e85f47c739be37b524370c7de
|
|
||||||
size 106893
|
|
3
yast2-update-2.15.3.tar.bz2
Normal file
3
yast2-update-2.15.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d7e0e6f75ba1c94d79d2fa332a138ff3d7c4551ed05ce4ac4371869a059b1136
|
||||||
|
size 109203
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 15 11:34:53 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added two new functions into Update module:
|
||||||
|
SilentlyDowngradePackages and KeepInstalledPatches to control
|
||||||
|
upgrade process better (FATE #301990, Bugzilla #238488).
|
||||||
|
- 2.15.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 13 18:19:43 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Client and desktop file 'vendor' has been moved to update from
|
||||||
|
installation to minimize RPM dependencies.
|
||||||
|
- Fixed RootPart code handling the correctness of root partition
|
||||||
|
mentioned in /etc/fstab of the updated system. Using new
|
||||||
|
Storage::DeviceMatchFstab function from storage (#244117).
|
||||||
|
- Updating RPM requirements.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 31 16:28:45 CET 2007 - locilka@suse.cz
|
Wed Jan 31 16:28:45 CET 2007 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-update (Version 2.15.2)
|
# spec file for package yast2-update (Version 2.15.3)
|
||||||
#
|
#
|
||||||
# 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,21 +11,30 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: yast2-update
|
Name: yast2-update
|
||||||
Version: 2.15.2
|
Version: 2.15.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-update-2.15.2.tar.bz2
|
Source0: yast2-update-2.15.3.tar.bz2
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-bootloader yast2-devtools yast2-mouse yast2-packager yast2-testsuite yast2-xml
|
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-devtools yast2-packager yast2-testsuite yast2-xml
|
||||||
Requires: yast2 yast2-installation yast2-storage yast2-packager
|
Requires: yast2
|
||||||
|
Requires: yast2-installation
|
||||||
|
Requires: yast2-packager
|
||||||
|
# Storage::DeviceMatchFstab (#244117)
|
||||||
|
Requires: yast2-storage >= 2.15.4
|
||||||
Provides: yast2-config-update y2c_update
|
Provides: yast2-config-update y2c_update
|
||||||
Obsoletes: yast2-config-update y2c_update
|
Obsoletes: yast2-config-update y2c_update
|
||||||
Provides: yast2-trans-inst-update y2t_inst-update
|
Provides: yast2-trans-inst-update y2t_inst-update
|
||||||
Obsoletes: yast2-trans-inst-update y2t_inst-update
|
Obsoletes: yast2-trans-inst-update y2t_inst-update
|
||||||
Provides: yast2-trans-update y2t_update
|
Provides: yast2-trans-update y2t_update
|
||||||
Obsoletes: yast2-trans-update y2t_update
|
Obsoletes: yast2-trans-update y2t_update
|
||||||
|
# moved into yast2-update from yast2-installation
|
||||||
|
# to remove dependency on yast2-storage
|
||||||
|
Provides: yast2-installation:/usr/share/YaST2/clients/vendor.ycp
|
||||||
|
# Pkg::PkgUpdateAll (map conf)
|
||||||
|
Conflicts: yast2-pkg-bindings < 2.15.11
|
||||||
Summary: YaST2 - Update
|
Summary: YaST2 - Update
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,7 +49,7 @@ Authors:
|
|||||||
Jiri Srain <jsrain@suse.cz>
|
Jiri Srain <jsrain@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-update-2.15.2
|
%setup -n yast2-update-2.15.3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -75,6 +84,18 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%doc %{prefix}/share/doc/packages/yast2-update
|
%doc %{prefix}/share/doc/packages/yast2-update
|
||||||
|
|
||||||
%changelog -n yast2-update
|
%changelog -n yast2-update
|
||||||
|
* Thu Feb 15 2007 - locilka@suse.cz
|
||||||
|
- Added two new functions into Update module:
|
||||||
|
SilentlyDowngradePackages and KeepInstalledPatches to control
|
||||||
|
upgrade process better (FATE #301990, Bugzilla #238488).
|
||||||
|
- 2.15.3
|
||||||
|
* Tue Feb 13 2007 - locilka@suse.cz
|
||||||
|
- Client and desktop file 'vendor' has been moved to update from
|
||||||
|
installation to minimize RPM dependencies.
|
||||||
|
- Fixed RootPart code handling the correctness of root partition
|
||||||
|
mentioned in /etc/fstab of the updated system. Using new
|
||||||
|
Storage::DeviceMatchFstab function from storage (#244117).
|
||||||
|
- Updating RPM requirements.
|
||||||
* Wed Jan 31 2007 - locilka@suse.cz
|
* Wed Jan 31 2007 - locilka@suse.cz
|
||||||
- Fixed update of system on EVMS: '/dev/abc/xyz' is the same
|
- Fixed update of system on EVMS: '/dev/abc/xyz' is the same
|
||||||
as '/dev/evms/lvm2/abc/xyz' (#237139).
|
as '/dev/evms/lvm2/abc/xyz' (#237139).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user