Author: glen Date: Mon Sep 19 22:01:47 2011 GMT Module: packages Tag: HEAD ---- Log message: - filterout -Wl,--no-copy-dt-needed-entries hack
---- Files affected: packages/grub2: grub2.spec (1.103 -> 1.104) ---- Diffs: ================================================================ Index: packages/grub2/grub2.spec diff -u packages/grub2/grub2.spec:1.103 packages/grub2/grub2.spec:1.104 --- packages/grub2/grub2.spec:1.103 Mon Sep 19 22:57:47 2011 +++ packages/grub2/grub2.spec Tue Sep 20 00:01:41 2011 @@ -8,6 +8,9 @@ # --enable-grub-emu-usb conflicts with --enable-grub-emu-pci, emu-pci seems experimental # - to build and install the `grub-emu' debugging utility we need to re-run build with --target=emu # - put grub-emu to subpackage if it is fixed +# - warning: Installed (but unpackaged) file(s) found: +# /boot/grub/config.h +# /etc/bash_completion.d/grub # # Conditional build: %bcond_with static # build static binaries @@ -32,7 +35,7 @@ Summary(pt_BR.UTF-8): Gerenciador de inicialização GRUB2 Name: grub2 Version: 1.99 -Release: 2 +Release: 3 License: GPL v2 Group: Base Source0: http://ftp.gnu.org/gnu/grub/grub-%{version}.tar.xz @@ -95,6 +98,9 @@ %define _libdir /boot %define _libexecdir %{_libdir}/grub +# needs real fix +#%%define filterout_ld -Wl,--no-copy-dt-needed-entries + %description GRUB is a GPLed bootloader intended to unify bootloading across x86 operating systems. In addition to loading the Linux and *BSD kernels, @@ -389,6 +395,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.104 2011/09/19 22:01:41 glen +- filterout -Wl,--no-copy-dt-needed-entries hack + Revision 1.103 2011/09/19 20:57:47 glen - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/grub2/grub2.spec?r1=1.103&r2=1.104&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
