Author: glen                         Date: Thu Sep 21 16:14:04 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- cosmetics

---- Files affected:
SPECS:
   grub.spec (1.104 -> 1.105) 

---- Diffs:

================================================================
Index: SPECS/grub.spec
diff -u SPECS/grub.spec:1.104 SPECS/grub.spec:1.105
--- SPECS/grub.spec:1.104       Thu May 25 13:51:25 2006
+++ SPECS/grub.spec     Thu Sep 21 18:13:59 2006
@@ -9,9 +9,9 @@
 %bcond_with    static          # builds static version
 #
 Summary:       GRand Unified Bootloader
+Summary(de):   GRUB - ein Bootloader für x86
 Summary(pl):   GRUB - bootloader dla x86
 Summary(pt_BR):        Gerenciador de inicializaçăo GRUB
-Summary(de):   GRUB - ein Bootloader für x86
 Name:          grub
 Version:       0.97
 Release:       2.1
@@ -47,8 +47,8 @@
 BuildRequires: ncurses-devel
 BuildRequires: reiser4progs-devel
 %if %{with static}
-BuildRequires: ncurses-static
 BuildRequires: glibc-static
+BuildRequires: ncurses-static
 %endif
 # needed for 'cmp' program
 Requires:      diffutils
@@ -206,8 +206,8 @@
        --disable-auto-linux-mem-opt
 # if you want to enable following cards for pxeboot comment out patches 8 & 9
 # and comment out --enable-e1000 & --enable-tg3 cards:
-#       --enable-ns8390 \
-#       --enable-sis900
+#         --enable-ns8390 \
+#         --enable-sis900
 %{__make}
 
 %install
@@ -234,9 +234,9 @@
 # grubby will not work if /boot/grub/menu.lst is symlink
 # so make sure menu.lst is file and grub.conf (if any) is symlink
 if [ -L /boot/grub/menu.lst ] && [ -f /boot/grub/grub.conf ]; then
-    mv -f /boot/grub/menu.lst{,.rpmsave}
-    mv -f /boot/grub/{grub.conf,menu.lst}
-    ln -sf menu.lst /boot/grub/grub.conf
+       mv -f /boot/grub/menu.lst{,.rpmsave}
+       mv -f /boot/grub/{grub.conf,menu.lst}
+       ln -sf menu.lst /boot/grub/grub.conf
 fi
 
 %post
@@ -274,6 +274,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.105  2006/09/21 16:13:59  glen
+- cosmetics
+
 Revision 1.104  2006/05/25 11:51:25  pluto
 - reiser4 support. nfy...
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/grub.spec?r1=1.104&r2=1.105&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to