OBS User unknown 2007-08-29 20:51:38 +00:00 committed by Git OBS Bridge
parent aca19fdde7
commit 46219c9173
4 changed files with 20 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 28 12:35:29 CEST 2007 - locilka@suse.cz
- Update proposal doesn't use recommended Kernel if the package is
not available (#304646).
- 2.15.23
-------------------------------------------------------------------
Mon Aug 27 14:18:25 CEST 2007 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-update (Version 2.15.22)
# spec file for package yast2-update (Version 2.15.23)
#
# 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.22
Version: 2.15.23
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.15.22.tar.bz2
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
# 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.22
Version: 2.15.23
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-2.15.22.tar.bz2
Source0: yast2-update-2.15.23.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.22
%setup -n yast2-update-2.15.23
%build
%{prefix}/bin/y2tool y2autoconf
@ -119,6 +119,10 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/clients/update.ycp
%changelog
* Tue Aug 28 2007 - locilka@suse.cz
- Update proposal doesn't use recommended Kernel if the package is
not available (#304646).
- 2.15.23
* Mon Aug 27 2007 - locilka@suse.cz
- Calling Storage::DeviceMatchFstab with not-translated device name
instead of the translated one (Storage::GetTranslatedDevices)