diff --git a/yast2-bootloader-2.15.11.tar.bz2 b/yast2-bootloader-2.15.11.tar.bz2 deleted file mode 100644 index 89129e0..0000000 --- a/yast2-bootloader-2.15.11.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5773660d6cf37451cf625bd98e3a181d55c6485118de23efe2dd4819f8bf41e -size 351826 diff --git a/yast2-bootloader-2.15.13.tar.bz2 b/yast2-bootloader-2.15.13.tar.bz2 new file mode 100644 index 0000000..df03a0d --- /dev/null +++ b/yast2-bootloader-2.15.13.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167f830262f2e0c4e41cfd4f05bf6bb84724dd8c2923d8d49628b9becea3ed7e +size 351853 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index bf7a643..b9db3e4 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -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 diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index ea0c8e3..08ef931 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -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)