diff --git a/yast2-bootloader-2.17.46.tar.bz2 b/yast2-bootloader-2.17.46.tar.bz2 deleted file mode 100644 index a0d4df0..0000000 --- a/yast2-bootloader-2.17.46.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:436e6c5717a5eab49acf008858979a96a21dcaec316ec3c5d8fd00e38c270b12 -size 376835 diff --git a/yast2-bootloader-2.17.47.tar.bz2 b/yast2-bootloader-2.17.47.tar.bz2 new file mode 100644 index 0000000..9b9db9c --- /dev/null +++ b/yast2-bootloader-2.17.47.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d781bfe3347fcb50e89078974a39de9c7683ab12c1706288f2208ea22136314c +size 378180 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 54bf99e..7f74b2c 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 17 14:24:57 CET 2008 - juhliarik@suse.cz + +- added fix for problem with primary language in GRUB (bnc #447053) +- 2.17.47 + ------------------------------------------------------------------- Thu Dec 11 17:43:40 CET 2008 - juhliarik@suse.cz diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index c214695..939028c 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-bootloader (Version 2.17.46) +# spec file for package yast2-bootloader (Version 2.17.47) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -19,12 +19,12 @@ Name: yast2-bootloader -Version: 2.17.46 +Version: 2.17.47 Release: 1 License: GPL v2 or later Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-bootloader-2.17.46.tar.bz2 +Source0: yast2-bootloader-2.17.47.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: @@ -68,7 +68,7 @@ Authors: Daniel Fiser %prep -%setup -n yast2-bootloader-2.17.46 +%setup -n yast2-bootloader-2.17.47 %build %{prefix}/bin/y2tool y2autoconf @@ -113,7 +113,11 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/scrconf/*.scr /var/adm/fillup-templates/* /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc + %changelog +* Wed Dec 17 2008 juhliarik@suse.cz +- added fix for problem with primary language in GRUB (bnc #447053) +- 2.17.47 * Thu Dec 11 2008 juhliarik@suse.cz - added fix for problem with autoinstallation and powerlilo (bnc #439674)