diff --git a/glibc-rh825061.patch b/glibc-rh825061.patch new file mode 100644 index 0000000..54fae8b --- /dev/null +++ b/glibc-rh825061.patch @@ -0,0 +1,13 @@ +diff -rup a/manual/Makefile b/manual/Makefile +--- a/manual/Makefile 2012-05-20 19:47:38.000000000 -0600 ++++ b/manual/Makefile 2012-05-29 22:23:33.920428631 -0600 +@@ -129,7 +129,8 @@ $(objpfx)%.c.texi: examples/%.c + mv -f $@.new $@ + + $(objpfx)%.info: %.texinfo +- LANGUAGE=C LC_ALL=C $(MAKEINFO) -P $(objpfx) --output=$@ $< ++ LANGUAGE=C LC_ALL=C $(MAKEINFO) -P $(objpfx) --output=`basename $@` $< ++ mv `basename $@`* $(objpfx) + + $(objpfx)%.dvi: %.texinfo + cd $(objpfx);$(TEXI2DVI) -I $(shell cd $( - 2.15.90-4 + - Build info files in the source dir, then move to objdir + to avoid multilib conflicts (#825061) + * Fri May 25 2012 Jeff Law - 2.15.90-3 - Work around RPM dropping the contents of /etc/localtime when it turns into a symlink with %post common script (#825159).