OBS User unknown 2008-03-14 17:03:58 +00:00 committed by Git OBS Bridge
parent b3fa952690
commit 47277371e5
4 changed files with 23 additions and 8 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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.
# This file and all modifications and additions to the pristine
@ -10,19 +10,22 @@
# norootforbuild
Name: yast2-bootloader
Version: 2.16.5
Version: 2.16.6
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-bootloader-2.16.5.tar.bz2
Source0: yast2-bootloader-2.16.6.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:
#!BuildIgnore: autoyast2-installation
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
Requires: master-boot-code
%endif
@ -51,7 +54,7 @@ Authors:
Daniel Fiser
%prep
%setup -n yast2-bootloader-2.16.5
%setup -n yast2-bootloader-2.16.6
%build
%{prefix}/bin/y2tool y2autoconf
@ -89,12 +92,17 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/modules/*
/usr/share/YaST2/clients/bootloader*.ycp
/usr/share/YaST2/clients/print-product.ycp
/usr/share/YaST2/clients/inst_bootl*.ycp
%{prefix}/lib/YaST2/bin/*
/usr/lib/YaST2/servers_non_y2/ag_*
/usr/share/YaST2/scrconf/*.scr
/var/adm/fillup-templates/*
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
%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
- Update::*version were moved to Installation::*version.
- 2.16.5