OBS User unknown 2008-11-11 15:02:37 +00:00 committed by Git OBS Bridge
parent ac684b4c9a
commit ce2cf4d6e0
4 changed files with 22 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Nov 10 14:46:36 CET 2008 - juhliarik@suse.cz
- added fix for problem with disabled button for detail settings of
trusted GRUB (bnc #442706)
- added calling function Pkg::SourceProvideFile() (bnc #409927)
- 2.17.37
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Nov 7 10:29:26 CET 2008 - juhliarik@suse.cz Fri Nov 7 10:29:26 CET 2008 - juhliarik@suse.cz

View File

@ -1,5 +1,5 @@
# #
# spec file for package yast2-bootloader (Version 2.17.36) # spec file for package yast2-bootloader (Version 2.17.37)
# #
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -19,12 +19,12 @@
Name: yast2-bootloader Name: yast2-bootloader
Version: 2.17.36 Version: 2.17.37
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-bootloader-2.17.36.tar.bz2 Source0: yast2-bootloader-2.17.37.tar.bz2
Prefix: /usr Prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen gcc-c++ libxslt limal-perl perl-Bootloader perl-XML-Writer perl-gettext sgml-skel swig update-alternatives update-desktop-files yast2-devtools yast2-installation yast2-perl-bindings yast2-storage yast2-testsuite BuildRequires: docbook-xsl-stylesheets doxygen gcc-c++ libxslt limal-perl perl-Bootloader perl-XML-Writer perl-gettext sgml-skel swig update-alternatives update-desktop-files yast2-devtools yast2-installation yast2-perl-bindings yast2-storage yast2-testsuite
# to eliminate a cyclic dependency in autobuild: # to eliminate a cyclic dependency in autobuild:
@ -33,9 +33,11 @@ PreReq: /bin/sed %fillup_prereq
# Installation::*version variables # Installation::*version variables
Requires: yast2 >= 2.17.36 Requires: yast2 >= 2.17.36
Requires: yast2-packager >= 2.17.24 Requires: yast2-packager >= 2.17.24
Requires: yast2-pkg-bindings >= 2.17.25
Requires: yast2-core yast2-storage perl-Bootloader parted perl-Compress-Zlib limal-perl Requires: yast2-core yast2-storage perl-Bootloader parted perl-Compress-Zlib limal-perl
BuildRequires: yast2 >= 2.17.36 BuildRequires: yast2 >= 2.17.36
BuildRequires: yast2-packager >= 2.17.24 BuildRequires: yast2-packager >= 2.17.24
BuildRequires: yast2-pkg-bindings >= 2.17.25
%ifarch %ix86 x86_64 %ifarch %ix86 x86_64
Requires: master-boot-code Requires: master-boot-code
%endif %endif
@ -64,7 +66,7 @@ Authors:
Daniel Fiser Daniel Fiser
%prep %prep
%setup -n yast2-bootloader-2.17.36 %setup -n yast2-bootloader-2.17.37
%build %build
%{prefix}/bin/y2tool y2autoconf %{prefix}/bin/y2tool y2autoconf
@ -111,6 +113,11 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
%changelog %changelog
* Mon Nov 10 2008 juhliarik@suse.cz
- added fix for problem with disabled button for detail settings of
trusted GRUB (bnc #442706)
- added calling function Pkg::SourceProvideFile() (bnc #409927)
- 2.17.37
* Fri Nov 07 2008 juhliarik@suse.cz * Fri Nov 07 2008 juhliarik@suse.cz
- added fix for writing crashkernel to bootloader from kdump on ppc - added fix for writing crashkernel to bootloader from kdump on ppc
(bnc #441547) (bnc #441547)