OBS User unknown 2007-08-27 16:30:40 +00:00 committed by Git OBS Bridge
parent abfcffb2aa
commit aca19fdde7
4 changed files with 22 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Aug 27 14:18:25 CEST 2007 - locilka@suse.cz
- Calling Storage::DeviceMatchFstab with not-translated device name
instead of the translated one (Storage::GetTranslatedDevices)
(#304269).
- 2.15.22
-------------------------------------------------------------------
Thu Aug 23 15:22:12 CEST 2007 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-update (Version 2.15.21)
# spec file for package yast2-update (Version 2.15.22)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-update
Version: 2.15.21
Version: 2.15.22
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.15.21.tar.bz2
Source0: yast2-update-2.15.22.tar.bz2
prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-packager yast2-storage yast2-testsuite
# package not really needed to be installed but this breaks the building cycle
@ -35,12 +35,12 @@ Conflicts: yast2-pkg-bindings < 2.15.11
Conflicts: yast2-storage < 2.15.4
Summary: YaST2 - Update
%package FACTORY
Version: 2.15.21
Version: 2.15.22
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.15.21.tar.bz2
Source0: yast2-update-2.15.22.tar.bz2
prefix: /usr
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools
Requires: yast2-update yast2
@ -73,7 +73,7 @@ Authors:
Jiri Srain <jsrain@suse.cz>
%prep
%setup -n yast2-update-2.15.21
%setup -n yast2-update-2.15.22
%build
%{prefix}/bin/y2tool y2autoconf
@ -119,6 +119,11 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/clients/update.ycp
%changelog
* Mon Aug 27 2007 - locilka@suse.cz
- Calling Storage::DeviceMatchFstab with not-translated device name
instead of the translated one (Storage::GetTranslatedDevices)
(#304269).
- 2.15.22
* Thu Aug 23 2007 - locilka@suse.cz
- Preselecting new kernel if recommended and installed kernels do
not match. Removing other kernels but kernel-xen (#302419).