075d187ee3
Cleanup patches. OBS-URL: https://build.opensuse.org/request/show/114582 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=170
19 lines
722 B
Diff
19 lines
722 B
Diff
This is required for too noisy rpmlint:
|
|
glibc.i586: E: hardlink-across-partition (Badness: 10000) /usr/lib/getconf/POSIX_V7_ILP32_OFFBIG /usr/bin/getconf
|
|
|
|
|
|
Index: glibc-2.15/posix/Makefile
|
|
===================================================================
|
|
--- glibc-2.15.orig/posix/Makefile
|
|
+++ glibc-2.15/posix/Makefile
|
|
@@ -316,8 +316,7 @@ $(inst_libexecdir)/getconf: $(inst_bindi
|
|
$(addprefix $(..)./scripts/mkinstalldirs ,\
|
|
$(filter-out $(wildcard $@),$@))
|
|
while read spec; do \
|
|
- ln -f $< $@/$$spec.new || $(INSTALL_PROGRAM) $< $@/$$spec.new; \
|
|
- mv -f $@/$$spec.new $@/$$spec; \
|
|
+ ln -s ../../bin/getconf $@/$$spec; \
|
|
done < $(objpfx)getconf.speclist
|
|
|
|
$(objpfx)getconf.speclist: $(objpfx)getconf
|