OBS User unknown 2008-08-06 23:39:33 +00:00 committed by Git OBS Bridge
parent 4dd2181637
commit 441342d4bd
4 changed files with 31 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Aug 6 15:42:28 CEST 2008 - juhliarik@suse.cz
- added better detection of NFS boot device (bnc #408912)
- added better detection of EVMS - do not install bootloader
(fate #305007)
- 2.17.11
-------------------------------------------------------------------
Wed Aug 6 12:55:17 CEST 2008 - juhliarik@suse.cz
- added support for acoustic signals (fate #303481)
- added checkbox for enabling remapping in chainloader section
- 2.17.10
-------------------------------------------------------------------
Tue Aug 5 12:05:04 CEST 2008 - juhliarik@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-bootloader (Version 2.17.9)
# spec file for package yast2-bootloader (Version 2.17.11)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-bootloader
Version: 2.17.9
Version: 2.17.11
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-bootloader-2.17.9.tar.bz2
Source0: yast2-bootloader-2.17.11.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:
@ -61,7 +61,7 @@ Authors:
Daniel Fiser
%prep
%setup -n yast2-bootloader-2.17.9
%setup -n yast2-bootloader-2.17.11
%build
%{prefix}/bin/y2tool y2autoconf
@ -106,6 +106,15 @@ rm -rf "$RPM_BUILD_ROOT"
/var/adm/fillup-templates/*
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
%changelog
* Wed Aug 06 2008 juhliarik@suse.cz
- added better detection of NFS boot device (bnc #408912)
- added better detection of EVMS - do not install bootloader
(fate #305007)
- 2.17.11
* Wed Aug 06 2008 juhliarik@suse.cz
- added support for acoustic signals (fate #303481)
- added checkbox for enabling remapping in chainloader section
- 2.17.10
* Tue Aug 05 2008 juhliarik@suse.cz
- added/enabled support for ordering disks in device.map for GRUB
(fate ##303964)