This commit is contained in:
parent
b3fa952690
commit
47277371e5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c16c38938703f8a2f13953f6d79218a100aec8545e308b4a07c694a2d0b3cb0a
|
|
||||||
size 349468
|
|
3
yast2-bootloader-2.16.6.tar.bz2
Normal file
3
yast2-bootloader-2.16.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a3cc1b2cb4eafa107d402601e480958883bf337d46d647ec2373af8161443b15
|
||||||
|
size 355091
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 14 14:57:17 CET 2008 - juhliarik@suse.cz
|
||||||
|
|
||||||
|
- added inst_bootloader for saving config file before installing
|
||||||
|
kernel (F #302660)
|
||||||
|
- 2.16.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 31 13:03:52 CET 2008 - locilka@suse.cz
|
Thu Jan 31 13:03:52 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-bootloader (Version 2.16.5)
|
# spec file for package yast2-bootloader (Version 2.16.6)
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -10,19 +10,22 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: yast2-bootloader
|
Name: yast2-bootloader
|
||||||
Version: 2.16.5
|
Version: 2.16.6
|
||||||
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.5.tar.bz2
|
Source0: yast2-bootloader-2.16.6.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
|
||||||
Requires: yast2 yast2-core yast2-storage perl-Bootloader parted perl-Compress-Zlib limal-perl
|
# Installation::*version variables
|
||||||
|
Requires: yast2 >= 2.16.7
|
||||||
|
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
|
||||||
%endif
|
%endif
|
||||||
@ -51,7 +54,7 @@ Authors:
|
|||||||
Daniel Fiser
|
Daniel Fiser
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-bootloader-2.16.5
|
%setup -n yast2-bootloader-2.16.6
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -89,12 +92,17 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
/usr/share/YaST2/modules/*
|
/usr/share/YaST2/modules/*
|
||||||
/usr/share/YaST2/clients/bootloader*.ycp
|
/usr/share/YaST2/clients/bootloader*.ycp
|
||||||
/usr/share/YaST2/clients/print-product.ycp
|
/usr/share/YaST2/clients/print-product.ycp
|
||||||
|
/usr/share/YaST2/clients/inst_bootl*.ycp
|
||||||
%{prefix}/lib/YaST2/bin/*
|
%{prefix}/lib/YaST2/bin/*
|
||||||
/usr/lib/YaST2/servers_non_y2/ag_*
|
/usr/lib/YaST2/servers_non_y2/ag_*
|
||||||
/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
|
||||||
|
* Fri Mar 14 2008 juhliarik@suse.cz
|
||||||
|
- added inst_bootloader for saving config file before installing
|
||||||
|
kernel (F #302660)
|
||||||
|
- 2.16.6
|
||||||
* Thu Jan 31 2008 locilka@suse.cz
|
* Thu Jan 31 2008 locilka@suse.cz
|
||||||
- Update::*version were moved to Installation::*version.
|
- Update::*version were moved to Installation::*version.
|
||||||
- 2.16.5
|
- 2.16.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user