This commit is contained in:
parent
271fee468b
commit
a88d5a0410
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:19a3df9e936a8d355ef0eab69aabc1cd449c7d4f18bcba1b4df514ad680dbf59
|
|
||||||
size 378973
|
|
3
yast2-bootloader-2.17.50.tar.bz2
Normal file
3
yast2-bootloader-2.17.50.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:533611ae3e2459acf3eb9f196d94b794ead208d58e75d033e82bb3cd34989ed6
|
||||||
|
size 378949
|
@ -1,8 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 20 14:13:48 CET 2009 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
- added fix for problem with calling parted each time of running
|
||||||
|
yast2-bootloader. parted rewrite content of extended partition
|
||||||
|
(bnc #461613)
|
||||||
|
- 2.17.50
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 16 17:55:44 CET 2009 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
- added fix for checking of content MBR for thinkpad (bnc #464485)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 15 15:11:38 CET 2009 - juhliarik@suse.cz
|
Thu Jan 15 15:11:38 CET 2009 - juhliarik@suse.cz
|
||||||
|
|
||||||
- added fix for problem with lines_cache_id == "" -it is casue of
|
- added fix for problem with lines_cache_id == "" -it is casue of
|
||||||
error output from perl-Bootloader (bnc #464098)
|
error output of Bootloader_API.pm (bnc #464098)
|
||||||
- 2.17.49
|
- 2.17.49
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-bootloader (Version 2.17.49)
|
# spec file for package yast2-bootloader (Version 2.17.50)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-bootloader
|
Name: yast2-bootloader
|
||||||
Version: 2.17.49
|
Version: 2.17.50
|
||||||
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.49.tar.bz2
|
Source0: yast2-bootloader-2.17.50.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:
|
||||||
@ -68,7 +68,7 @@ Authors:
|
|||||||
Daniel Fiser
|
Daniel Fiser
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-bootloader-2.17.49
|
%setup -n yast2-bootloader-2.17.50
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -114,9 +114,16 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
/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
|
||||||
|
* Tue Jan 20 2009 juhliarik@suse.cz
|
||||||
|
- added fix for problem with calling parted each time of running
|
||||||
|
yast2-bootloader. parted rewrite content of extended partition
|
||||||
|
(bnc #461613)
|
||||||
|
- 2.17.50
|
||||||
|
* Fri Jan 16 2009 juhliarik@suse.cz
|
||||||
|
- added fix for checking of content MBR for thinkpad (bnc #464485)
|
||||||
* Thu Jan 15 2009 juhliarik@suse.cz
|
* Thu Jan 15 2009 juhliarik@suse.cz
|
||||||
- added fix for problem with lines_cache_id == "" -it is casue of
|
- added fix for problem with lines_cache_id == "" -it is casue of
|
||||||
error output from perl-Bootloader (bnc #464098)
|
error output of Bootloader_API.pm (bnc #464098)
|
||||||
- 2.17.49
|
- 2.17.49
|
||||||
* Fri Dec 19 2008 juhliarik@suse.cz
|
* Fri Dec 19 2008 juhliarik@suse.cz
|
||||||
- added fix for changing EFI label in running system (bnc #269198)
|
- added fix for changing EFI label in running system (bnc #269198)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user