This commit is contained in:
parent
441342d4bd
commit
67581fd3c5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:93f2bac67e8c743b051902e9cb628d85f72ea5ec6ccbb9d05ddd1b66395c3253
|
|
||||||
size 364433
|
|
3
yast2-bootloader-2.17.13.tar.bz2
Normal file
3
yast2-bootloader-2.17.13.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a50f1fab4eca23d8ae8f7d8417bb3edaddabea5c02d5469ff15e12d4546da3a2
|
||||||
|
size 366890
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 14 15:16:04 CEST 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
- added support for creating console for kernel args (fate #110038)
|
||||||
|
- 2.17.13
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 13 14:36:59 CEST 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
- added changes for pesistent device names (fate #302219)
|
||||||
|
- 2.17.12
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 6 15:42:28 CEST 2008 - juhliarik@suse.cz
|
Wed Aug 6 15:42:28 CEST 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-bootloader (Version 2.17.11)
|
# spec file for package yast2-bootloader (Version 2.17.13)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,19 +19,19 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-bootloader
|
Name: yast2-bootloader
|
||||||
Version: 2.17.11
|
Version: 2.17.13
|
||||||
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.11.tar.bz2
|
Source0: yast2-bootloader-2.17.13.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:
|
||||||
#!BuildIgnore: autoyast2-installation
|
#!BuildIgnore: autoyast2-installation
|
||||||
PreReq: /bin/sed %fillup_prereq
|
PreReq: /bin/sed %fillup_prereq
|
||||||
# Installation::*version variables
|
# Installation::*version variables
|
||||||
Requires: yast2 >= 2.16.7
|
Requires: yast2 >= 2.17.0
|
||||||
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
|
||||||
%ifarch %ix86 x86_64
|
%ifarch %ix86 x86_64
|
||||||
Requires: master-boot-code
|
Requires: master-boot-code
|
||||||
@ -61,7 +61,7 @@ Authors:
|
|||||||
Daniel Fiser
|
Daniel Fiser
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-bootloader-2.17.11
|
%setup -n yast2-bootloader-2.17.13
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -106,6 +106,12 @@ 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
|
||||||
|
* Thu Aug 14 2008 juhliarik@suse.cz
|
||||||
|
- added support for creating console for kernel args (fate #110038)
|
||||||
|
- 2.17.13
|
||||||
|
* Wed Aug 13 2008 juhliarik@suse.cz
|
||||||
|
- added changes for pesistent device names (fate #302219)
|
||||||
|
- 2.17.12
|
||||||
* Wed Aug 06 2008 juhliarik@suse.cz
|
* Wed Aug 06 2008 juhliarik@suse.cz
|
||||||
- added better detection of NFS boot device (bnc #408912)
|
- added better detection of NFS boot device (bnc #408912)
|
||||||
- added better detection of EVMS - do not install bootloader
|
- added better detection of EVMS - do not install bootloader
|
||||||
|
Loading…
x
Reference in New Issue
Block a user