OBS User unknown 2008-11-28 11:03:15 +00:00 committed by Git OBS Bridge
parent 70b4a8193e
commit 2302a45dd7
4 changed files with 29 additions and 8 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Nov 27 18:55:11 CET 2008 - juhliarik@suse.cz
- added fix for problem with missing "console" (bnc #449726)
- 2.17.43
-------------------------------------------------------------------
Thu Nov 27 16:46:21 CET 2008 - juhliarik@suse.cz
- deleted fix for bug #439674 - it fix problem with proposal of
globals on PPC (bnc #449747)
- 2.17.42
-------------------------------------------------------------------
Wed Nov 26 16:58:21 CET 2008 - juhliarik@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-bootloader (Version 2.17.41)
# spec file for package yast2-bootloader (Version 2.17.43)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-bootloader
Version: 2.17.41
Version: 2.17.43
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-bootloader-2.17.41.tar.bz2
Source0: yast2-bootloader-2.17.43.tar.bz2
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
# to eliminate a cyclic dependency in autobuild:
@ -34,10 +34,12 @@ PreReq: /bin/sed %fillup_prereq
Requires: yast2 >= 2.17.36
Requires: yast2-packager >= 2.17.24
Requires: yast2-pkg-bindings >= 2.17.25
Requires: perl-Bootloader >= 0.4.80
Requires: yast2-core yast2-storage perl-Bootloader parted perl-Compress-Zlib limal-perl
BuildRequires: yast2 >= 2.17.36
BuildRequires: yast2-packager >= 2.17.24
BuildRequires: yast2-pkg-bindings >= 2.17.25
BuildRequires: perl-Bootloader >= 0.4.80
%ifarch %ix86 x86_64
Requires: master-boot-code
%endif
@ -66,7 +68,7 @@ Authors:
Daniel Fiser
%prep
%setup -n yast2-bootloader-2.17.41
%setup -n yast2-bootloader-2.17.43
%build
%{prefix}/bin/y2tool y2autoconf
@ -111,8 +113,14 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/scrconf/*.scr
/var/adm/fillup-templates/*
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
%changelog
* Thu Nov 27 2008 juhliarik@suse.cz
- added fix for problem with missing "console" (bnc #449726)
- 2.17.43
* Thu Nov 27 2008 juhliarik@suse.cz
- deleted fix for bug #439674 - it fix problem with proposal of
globals on PPC (bnc #449747)
- 2.17.42
* Wed Nov 26 2008 juhliarik@suse.cz
- 2.17.41
* Wed Nov 26 2008 juhliarik@suse.cz