OBS User unknown 2007-02-26 10:54:00 +00:00 committed by Git OBS Bridge
parent 51d2dcec8d
commit b4075b9aff
4 changed files with 35 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Feb 26 09:35:05 CET 2007 - locilka@suse.cz
- Adding yast2-add-on to BuildRequires.
- Cleaning makefiles from vendor.desktop.
- 2.15.4
-------------------------------------------------------------------
Fri Feb 16 16:19:48 CET 2007 - locilka@suse.cz
- Client and desktop file 'vendor' has been moved to a new package
yast2-add-on-2.15.0 (#238673)
- Removed dependency on yast2-storage (now needed only in inst-sys)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 15 11:34:53 CET 2007 - locilka@suse.cz Thu Feb 15 11:34:53 CET 2007 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
# #
# spec file for package yast2-update (Version 2.15.3) # spec file for package yast2-update (Version 2.15.4)
# #
# 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,19 +11,17 @@
# norootforbuild # norootforbuild
Name: yast2-update Name: yast2-update
Version: 2.15.3 Version: 2.15.4
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.3.tar.bz2 Source0: yast2-update-2.15.4.tar.bz2
prefix: /usr prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-devtools yast2-packager yast2-testsuite yast2-xml BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-add-on yast2-devtools yast2-packager yast2-testsuite yast2-xml
Requires: yast2 Requires: yast2
Requires: yast2-installation Requires: yast2-installation
Requires: yast2-packager 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
@ -33,8 +31,12 @@ Obsoletes: yast2-trans-update y2t_update
# moved into yast2-update from yast2-installation # moved into yast2-update from yast2-installation
# to remove dependency on yast2-storage # to remove dependency on yast2-storage
Provides: yast2-installation:/usr/share/YaST2/clients/vendor.ycp Provides: yast2-installation:/usr/share/YaST2/clients/vendor.ycp
# Required only in inst-sys
# Requires: yast2-storage
# Pkg::PkgUpdateAll (map conf) # Pkg::PkgUpdateAll (map conf)
Conflicts: yast2-pkg-bindings < 2.15.11 Conflicts: yast2-pkg-bindings < 2.15.11
# Storage::DeviceMatchFstab (#244117)
Conflicts: yast2-storage < 2.15.4
Summary: YaST2 - Update Summary: YaST2 - Update
%description %description
@ -49,7 +51,7 @@ Authors:
Jiri Srain <jsrain@suse.cz> Jiri Srain <jsrain@suse.cz>
%prep %prep
%setup -n yast2-update-2.15.3 %setup -n yast2-update-2.15.4
%build %build
%{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2autoconf
@ -83,7 +85,15 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/control/*.xml /usr/share/YaST2/control/*.xml
%doc %{prefix}/share/doc/packages/yast2-update %doc %{prefix}/share/doc/packages/yast2-update
%changelog -n yast2-update %changelog
* Mon Feb 26 2007 - locilka@suse.cz
- Adding yast2-add-on to BuildRequires.
- Cleaning makefiles from vendor.desktop.
- 2.15.4
* Fri Feb 16 2007 - locilka@suse.cz
- Client and desktop file 'vendor' has been moved to a new package
yast2-add-on-2.15.0 (#238673)
- Removed dependency on yast2-storage (now needed only in inst-sys)
* Thu Feb 15 2007 - locilka@suse.cz * Thu Feb 15 2007 - locilka@suse.cz
- Added two new functions into Update module: - Added two new functions into Update module:
SilentlyDowngradePackages and KeepInstalledPatches to control SilentlyDowngradePackages and KeepInstalledPatches to control