From: Thierry Parmentelat Date: Wed, 26 Jan 2011 11:44:07 +0000 (+0100) Subject: speed up build - skip std rpm postprocessing X-Git-Tag: bootstrapfs-2.0-8~1 X-Git-Url: http://git.onelab.eu/?p=bootstrapfs.git;a=commitdiff_plain;h=beab057094dd2feb3ebe3451daf9b5a712fed487 speed up build - skip std rpm postprocessing --- diff --git a/bootstrapfs.spec b/bootstrapfs.spec index f67f367..a588f13 100644 --- a/bootstrapfs.spec +++ b/bootstrapfs.spec @@ -11,6 +11,12 @@ #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %define release %{taglevel}%{?date:.%{date}} +# we don't really need the standard postinstall process from rpm that +# strips files and byte-compiles python files. all files in this +# package are comming from other rpm files and they've already went +# through this post install processing. - baris +%define __os_install_post %{nil} + Vendor: PlanetLab Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} diff --git a/noderepo.spec b/noderepo.spec index 0cd1986..6399924 100644 --- a/noderepo.spec +++ b/noderepo.spec @@ -14,6 +14,12 @@ #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %define release %{taglevel}%{?date:.%{date}} +# we don't really need the standard postinstall process from rpm that +# strips files and byte-compiles python files. all files in this +# package are comming from other rpm files and they've already went +# through this post install processing. - baris +%define __os_install_post %{nil} + Vendor: OneLab Packager: PlanetLab Europe Distribution: PlanetLab %{plrelease} diff --git a/slicerepo.spec b/slicerepo.spec index 1c0a194..0665afe 100644 --- a/slicerepo.spec +++ b/slicerepo.spec @@ -14,6 +14,12 @@ #%define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %define release %{taglevel}%{?date:.%{date}} +# we don't really need the standard postinstall process from rpm that +# strips files and byte-compiles python files. all files in this +# package are comming from other rpm files and they've already went +# through this post install processing. - baris +%define __os_install_post %{nil} + Vendor: OneLab Packager: PlanetLab Europe Distribution: PlanetLab %{plrelease}