This commit is contained in:
parent
65c8777ffd
commit
cc68e90359
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5f088495e523ddcb3b119c1a62c138ce737c7a3f352b356219d1e3d5e1cdcce3
|
|
||||||
size 357775
|
|
3
yast2-bootloader-2.16.15.tar.bz2
Normal file
3
yast2-bootloader-2.16.15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:438ba78aaa694fc9d26f61ded2c7ba0d5e7d32313c7cc388a61bff46f455c718
|
||||||
|
size 358020
|
@ -1,20 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 7 14:54:16 CEST 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
- added fix for bnc#335526 - problem with adding "resume" into
|
||||||
|
boot section for memtest
|
||||||
|
- 2.16.15
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 28 14:16:26 CEST 2008 - juhliarik@suse.cz
|
Mon Apr 28 14:16:26 CEST 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
- added fix for bnc# 232424 - problem with propose new config.
|
- added fix for bnc#232424 - problem with propose new config.
|
||||||
- 2.16.14
|
- 2.16.14
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 22 13:09:57 CEST 2008 - juhliarik@suse.cz
|
Tue Apr 22 13:09:57 CEST 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
- added fix for bnc# 363254
|
- added fix for bnc#363254
|
||||||
- added fix for UI problem with ComboBoxes and "Browse..." button
|
- added fix for UI problem with ComboBoxes and "Browse..." button
|
||||||
- 2.16.13
|
- 2.16.13
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 18 15:52:47 CEST 2008 - juhliarik@suse.cz
|
Fri Apr 18 15:52:47 CEST 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
- added fix for (bnc# 381192) bootloader uses grubonce _and_ kexec
|
- added fix for (bnc#381192) bootloader uses grubonce _and_ kexec
|
||||||
- added detecting VirtualBox - cancel using kexec
|
- added detecting VirtualBox - cancel using kexec
|
||||||
- 2.16.12
|
- 2.16.12
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-bootloader (Version 2.16.14)
|
# spec file for package yast2-bootloader (Version 2.16.15)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-bootloader
|
Name: yast2-bootloader
|
||||||
Version: 2.16.14
|
Version: 2.16.15
|
||||||
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.16.14.tar.bz2
|
Source0: yast2-bootloader-2.16.15.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:
|
||||||
@ -54,7 +54,7 @@ Authors:
|
|||||||
Daniel Fiser
|
Daniel Fiser
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-bootloader-2.16.14
|
%setup -n yast2-bootloader-2.16.15
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -98,16 +98,21 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
/usr/share/YaST2/scrconf/*.scr
|
/usr/share/YaST2/scrconf/*.scr
|
||||||
/var/adm/fillup-templates/*
|
/var/adm/fillup-templates/*
|
||||||
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
|
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 07 2008 juhliarik@suse.cz
|
||||||
|
- added fix for bnc#335526 - problem with adding "resume" into
|
||||||
|
boot section for memtest
|
||||||
|
- 2.16.15
|
||||||
* Mon Apr 28 2008 juhliarik@suse.cz
|
* Mon Apr 28 2008 juhliarik@suse.cz
|
||||||
- added fix for bnc# 232424 - problem with propose new config.
|
- added fix for bnc#232424 - problem with propose new config.
|
||||||
- 2.16.14
|
- 2.16.14
|
||||||
* Tue Apr 22 2008 juhliarik@suse.cz
|
* Tue Apr 22 2008 juhliarik@suse.cz
|
||||||
- added fix for bnc# 363254
|
- added fix for bnc#363254
|
||||||
- added fix for UI problem with ComboBoxes and "Browse..." button
|
- added fix for UI problem with ComboBoxes and "Browse..." button
|
||||||
- 2.16.13
|
- 2.16.13
|
||||||
* Fri Apr 18 2008 juhliarik@suse.cz
|
* Fri Apr 18 2008 juhliarik@suse.cz
|
||||||
- added fix for (bnc# 381192) bootloader uses grubonce _and_ kexec
|
- added fix for (bnc#381192) bootloader uses grubonce _and_ kexec
|
||||||
- added detecting VirtualBox - cancel using kexec
|
- added detecting VirtualBox - cancel using kexec
|
||||||
- 2.16.12
|
- 2.16.12
|
||||||
* Thu Apr 17 2008 juhliarik@suse.cz
|
* Thu Apr 17 2008 juhliarik@suse.cz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user