[dpdk-dev] Heads up: Fedora packaging plans

Neil Horman nhorman at tuxdriver.com
Wed May 14 12:54:02 CEST 2014


On Wed, May 14, 2014 at 12:46:38AM +0200, Vincent JARDIN wrote:
> Neil,
> 
> > Please find here:
> >   http://people.redhat.com/nhorman/dpdk-1.7.0-0.1.gitb20539d68.src.rpm
> 
> Your spec file is broken:
> 
> A simple patch:
> --- dpdk.spec	2014-05-13 22:43:15.892000000 +0000
> +++ ../dpdk.spec.vj	2014-05-13 22:42:40.221000000 +0000
> @@ -75,7 +75,7 @@
> 
>  %build
>  make O=%{target} T=%{target} config
> -sed -ri 's,(RTE_MACHINE=).*,\1%{machine},  %{target}/.config
> +sed -ri 's,(RTE_MACHINE=).*,\1%{machine},' %{target}/.config
>  sed -ri 's,(RTE_APP_TEST=).*,\1n,'         %{target}/.config
>  sed -ri 's,(RTE_BUILD_SHARED_LIB=).*,\1y,' %{target}/.config
>  make O=%{target} %{?_smp_mflags}
> 
> Best regards,
>   Vincent
> 
Thank you, that should actually be entirely removed though.  We don't need to be
altering the configuration at all since I dropped in complete new config files
as sources .



More information about the dev mailing list