]> git.pld-linux.org Git - packages/grub.git/commitdiff
- reiser4 support. nfy...
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 25 May 2006 11:51:25 +0000 (11:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    grub.spec -> 1.104

grub.spec

index 29d1760f77beebaf4477c626152c3f3b94acf5b3..e5ce9b61c355e282ee20a90eddd0750ab44f6ae4 100644 (file)
--- a/grub.spec
+++ b/grub.spec
@@ -13,7 +13,7 @@ Summary(pt_BR):       Gerenciador de inicializa
 Summary(de):   GRUB - ein Bootloader für x86
 Name:          grub
 Version:       0.97
-Release:       2
+Release:       2.1
 License:       GPL
 Group:         Base
 Source0:       ftp://alpha.gnu.org/gnu/grub/%{name}-%{version}.tar.gz
@@ -38,11 +38,13 @@ Patch11:    %{name}-i2o.patch
 Patch12:       %{name}-initrdmax.patch
 Patch13:       %{name}-gcc4.patch
 Patch14:       %{name}-useless.patch
+Patch15:       %{name}-0.97-reiser4-20050808.diff
 URL:           http://www.gnu.org/software/grub/grub.en.html
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: libtool
 BuildRequires: ncurses-devel
+BuildRequires: reiser4progs-devel
 %if %{with static}
 BuildRequires: ncurses-static
 BuildRequires: glibc-static
@@ -50,7 +52,7 @@ BuildRequires:        glibc-static
 # needed for 'cmp' program
 Requires:      diffutils
 Provides:      bootloader
-ExclusiveArch: %{ix86} %{x8664}
+ExclusiveArch: %{ix86}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _sbindir        /sbin
@@ -151,6 +153,7 @@ Jest niemal identyczny z tym ze Stage 2, ale uruchamia sie
 %patch12 -p1
 %patch13 -p1
 %patch14 -p1
+%patch15 -p1
 
 rm -rf doc/*info*
 
This page took 0.031622 seconds and 4 git commands to generate.