X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=grub2.spec;h=851a6306d089a2d4aa8acb03a882bcde6a55ffe8;hb=f95a1ca1ec8ddd7b01b033fd552bc7619faed11e;hp=e51136d96286bdddfa1a9566c02213e6f4cd55a1;hpb=9904b7cf2f29d452e4423d0224ee8a7a95f865c8;p=packages%2Fgrub2.git diff --git a/grub2.spec b/grub2.spec index e51136d..851a630 100644 --- a/grub2.spec +++ b/grub2.spec @@ -36,17 +36,13 @@ Summary(de.UTF-8): GRUB2 - ein Bootloader für x86 Summary(hu.UTF-8): GRUB2 - rendszerbetöltő x86 gépekhez Summary(pl.UTF-8): GRUB2 - bootloader dla x86 Summary(pt_BR.UTF-8): Gerenciador de inicialização GRUB2 -%define beta rc1 Name: grub2 Version: 2.02 -Release: 0.%{beta}.%{rel} +Release: 3 License: GPL v2 Group: Base -# 1. Download and unpack latest official beta snapshot from http://git.savannah.gnu.org/cgit/grub.git -# 2. Run ./autogen.sh and ./linguas.sh -# 3. Recompress and upload to DF -Source0: grub-%{version}-%{beta}.tar.xz -# Source0-md5: 32d45aa5ea17b7fc895d2b493f7dc0ee +Source0: ftp://ftp.gnu.org/gnu/grub/grub-%{version}.tar.xz +# Source0-md5: 8a4a2a95aac551fb0fba860ceabfa1d3 Source1: update-grub Source2: update-grub.8 Source3: grub.sysconfig @@ -65,6 +61,8 @@ Patch11: initrd-search.patch Patch12: %{name}-cfg.patch Patch13: efi-net-fix.patch Patch14: blscfg.patch +Patch15: restricted.patch +Patch16: gcc8.patch URL: http://www.gnu.org/software/grub/ BuildRequires: autoconf >= 2.53 BuildRequires: automake >= 1:1.11.1-1 @@ -271,7 +269,7 @@ starfield theme for GRUB. Motyw starfield dla GRUB-a. %prep -%setup -q -n grub-%{version}-%{beta} +%setup -q -n grub-%{version} %patch1 -p1 %patch2 -p1 %patch3 -p1 @@ -286,6 +284,8 @@ Motyw starfield dla GRUB-a. %patch12 -p1 %patch13 -p1 %patch14 -p1 +%patch15 -p1 +%patch16 -p1 # we don't have C.utf-8 and need an UTF-8 locale for build sed -i -e 's/LC_ALL=C.UTF-8/LC_ALL=en_US.utf-8/g' po/Makefile* po/Rules*