commit grub2 for openSUSE:12.1

2011-10-28 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:12.1 checked in 
at 2011-10-27 13:49:09

Comparing /work/SRC/openSUSE:12.1/grub2 (Old)
 and  /work/SRC/openSUSE:12.1/.grub2.new (New)


Package is grub2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/grub2/grub2.changes 2011-10-25 16:00:51.0 
+0200
+++ /work/SRC/openSUSE:12.1/.grub2.new/grub2.changes2011-10-28 
15:38:23.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 27 08:16:58 UTC 2011 - a...@suse.de
+
+- efibootmgr only exists on x86-64 and ia64.
+
+---



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.yQFv3Y/_old  2011-10-28 15:38:23.0 +0200
+++ /var/tmp/diff_new_pack.yQFv3Y/_new  2011-10-28 15:38:23.0 +0200
@@ -90,7 +90,10 @@
 
 Summary:GRUB2 for EFI systems
 Group:  System/Boot
+%ifarch ia64 x86_64
+#Package is available on ia64 and x86_64 only and not necessarily needed
 Requires:   efibootmgr
+%endif
 Requires:   grub2
 
 %description efi


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit grub2 for openSUSE:12.1

2011-10-25 Thread h_root
Hello community,

here is the log from the commit of package grub2 for openSUSE:12.1 checked in 
at 2011-10-25 16:00:49

Comparing /work/SRC/openSUSE:12.1/grub2 (Old)
 and  /work/SRC/openSUSE:12.1/.grub2.new (New)


Package is grub2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:12.1/grub2/grub2.changes 2011-10-24 12:48:31.0 
+0200
+++ /work/SRC/openSUSE:12.1/.grub2.new/grub2.changes2011-10-25 
16:00:51.0 +0200
@@ -1,0 +2,12 @@
+Tue Oct 25 08:38:19 UTC 2011 - a...@suse.de
+
+- Add requires from efi subpackage to main package (bnc#72596)
+
+---
+Mon Oct 24 13:11:39 CEST 2011 - jsl...@suse.de
+
+- update it and pl translations
+- cleanup spec file
+  * don't package efi files to non-efi package
+
+---

Old:

  translations-20110531.tar.bz2

New:

  translations-20111024.tar.bz2



Other differences:
--
++ grub2.spec ++
--- /var/tmp/diff_new_pack.aO2NCQ/_old  2011-10-25 16:00:51.0 +0200
+++ /var/tmp/diff_new_pack.aO2NCQ/_new  2011-10-25 16:00:51.0 +0200
@@ -57,7 +57,7 @@
 Source3:README.openSUSE
 Source4:grub2.rpmlintrc
 # rsync -Lrtvz  translationproject.org::tp/latest/grub/ po
-Source5:translations-20110531.tar.bz2
+Source5:translations-20111024.tar.bz2
 Patch0: gcc46-fixes.patch
 Patch2: grub2-linux.patch
 Patch3: gccwarn.patch
@@ -90,6 +90,8 @@
 
 Summary:GRUB2 for EFI systems
 Group:  System/Boot
+Requires:   efibootmgr
+Requires:   grub2
 
 %description efi
 The GRand Unified Bootloader (GRUB) is a highly configurable and customizable
@@ -252,7 +254,9 @@
 %{_libdir}/%{name}
 %{_libdir}/grub/
 %{_sbindir}/%{name}-*
+%exclude %{_sbindir}/grub2-efi-*
 %{_bindir}/%{name}-*
+%exclude %{_bindir}/%{name}-efi-*
 %{_sysconfdir}/bash_completion.d/grub
 %config %{_sysconfdir}/default/grub
 %dir %{_sysconfdir}/grub.d
@@ -273,7 +277,6 @@
 
 %files efi -f grub-%{version}/grub.lang
 %defattr(-,root,root,-)
-%dir /boot
 %dir /boot/efi
 %dir /boot/efi/EFI
 %attr(0755,root,root)/boot/efi/EFI/opensuse
@@ -287,17 +290,17 @@
 %{_sbindir}/grub2-efi-probe
 %{_sbindir}/grub2-efi-reboot
 %{_sbindir}/grub2-efi-set-default
-#%{_sbindir}/grub2-efi-setup
+#%%{_sbindir}/grub2-efi-setup
 %{_bindir}/grub2-efi-bin2h
 %{_bindir}/grub2-efi-editenv
 %{_bindir}/grub2-efi-fstest
 %{_bindir}/grub2-efi-kbdcomp
 %{_bindir}/grub2-efi-menulst2cfg
-# %{_bindir}/grub2-efi-mkelfimage
+# %%{_bindir}/grub2-efi-mkelfimage
 %{_bindir}/grub2-efi-mkfont
 %{_bindir}/grub2-efi-mklayout
 %{_bindir}/grub2-efi-mkimage
-# %{_bindir}/grub2-efi-mkisofs
+# %%{_bindir}/grub2-efi-mkisofs
 %{_bindir}/grub2-efi-mkpasswd-pbkdf2
 %{_bindir}/grub2-efi-mkrelpath
 %ifnarch %{sparc} ppc ppc64
@@ -311,7 +314,7 @@
 %config %{_sysconfdir}/grub.d/??_*
 %{_sysconfdir}/grub.d/README
 %{_sysconfdir}/grub2-efi.cfg
-%{_sysconfdir}/default/grub
+%config %{_sysconfdir}/default/grub
 %dir /boot/grub2-efi
 # Actually, this is replaced by update-grub from scriptlets,
 # but it takes care of modified persistent part


++ translations-20110531.tar.bz2 - translations-20111024.tar.bz2 ++
 6568 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org