4b170cbec4
- Changed buildreqs list to be one per line - Skipped patches included upstream - Rebased sphinx build patch - Changed description to match upstream - Added basic buildreqs gcc and make - Included vcs_version.h and vrt.h to produce correct provides, even when building in a non-standard buildroot - Patched local find_provides similarily - Added a couple of patches that adjusts test values for the koji i686 and ppc64 build servers - Added -fPIC and -pie for el6 rebuilds - redhat subdir is now fetched from new upstream gitrepo
12 lines
410 B
Diff
12 lines
410 B
Diff
--- redhat/find-provides.orig 2015-10-04 16:55:34.057574682 +0200
|
|
+++ redhat/find-provides 2015-10-04 16:56:04.120280796 +0200
|
|
@@ -9,8 +9,6 @@
|
|
/usr/lib/rpm/find-provides "$@"
|
|
fi
|
|
|
|
-# We don't install vcs_version.h, so we can't use RPM_BUILD_ROOT directly.
|
|
-cd /builddir/build/BUILD/varnish* || true
|
|
cd ${RPM_BUILD_ROOT}/../../BUILD/varnish* || true
|
|
|
|
printf '#include "vcs_version.h"\nVCS_Version\n' \
|