OBS User unknown 2007-07-21 16:13:10 +00:00 committed by Git OBS Bridge
parent d9f5cda02d
commit e1d57d4543
4 changed files with 20 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 20 18:21:03 CEST 2007 - od@suse.de
- preventing cyclic dependency in autobuild with a BuildIgnore on
autoyast2-installation
- 2.15.13
-------------------------------------------------------------------
Fri Jul 13 18:25:18 CEST 2007 - od@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-bootloader (Version 2.15.11)
# spec file for package yast2-bootloader (Version 2.15.13)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -11,14 +11,16 @@
# norootforbuild
Name: yast2-bootloader
Version: 2.15.11
Version: 2.15.13
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-bootloader-2.15.11.tar.bz2
Source0: yast2-bootloader-2.15.13.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-devel 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
%ifarch %ix86 x86_64
@ -48,7 +50,7 @@ Authors:
Olaf Dabrunz
%prep
%setup -n yast2-bootloader-2.15.11
%setup -n yast2-bootloader-2.15.13
%build
%{prefix}/bin/y2tool y2autoconf
@ -93,6 +95,10 @@ rm -rf "$RPM_BUILD_ROOT"
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
%changelog
* Fri Jul 20 2007 - od@suse.de
- preventing cyclic dependency in autobuild with a BuildIgnore on
autoyast2-installation
- 2.15.13
* Fri Jul 13 2007 - od@suse.de
- converting old key "kernel" to new key "image" when converting
autoyast configuration to export map (#285790)