diff --git a/mvapich2.changes b/mvapich2.changes index 39c8704..9643585 100644 --- a/mvapich2.changes +++ b/mvapich2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 5 15:12:46 UTC 2017 - nmoreychaisemartin@suse.com + +- Remove redondant configure options already passed by %configure + ------------------------------------------------------------------- Mon Jun 26 12:24:30 UTC 2017 - nmoreychaisemartin@suse.com diff --git a/mvapich2.spec b/mvapich2.spec index b672d47..1bde41f 100644 --- a/mvapich2.spec +++ b/mvapich2.spec @@ -125,8 +125,7 @@ cp /usr/share/automake*/config.* . %build #./autogen.sh -%configure --prefix=%_prefix --libdir=%_libdir --mandir=%_mandir \ - --sysconfdir=%_sysconfdir --libexecdir=%{_libexecdir} \ +%configure \ %if "%{flavor}" == "psm" --with-device=ch3:psm \ --with-psm=/usr \