Accepting request 204099 from home:deanraccoon:branches:Base:System

bnc#779965, use export before %configure in spec

OBS-URL: https://build.opensuse.org/request/show/204099
OBS-URL: https://build.opensuse.org/package/show/Base:System/lvm2?expand=0&rev=71
This commit is contained in:
Marcus Meissner 2013-10-21 11:23:03 +00:00 committed by Git OBS Bridge
parent 0d189f3052
commit e8e444ebc1
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 21 08:09:41 UTC 2013 - dmzhang@suse.com
- bnc#779965, use export before %configure in spec
-------------------------------------------------------------------
Wed Sep 11 10:18:47 CEST 2013 - fcrozat@suse.com

View File

@ -98,9 +98,11 @@ Volume Manager.
%patch67 -p1
%build
# set path so that thin_check can be found
CFLAGS="$RPM_OPT_FLAGS" MODPROBE_CMD=/sbin/modprobe \
PATH=$PATH:/sbin:/usr/sbin \
#set path so that thin_check can be found
#export before configure due to bnc#779965
export MODPROBE_CMD=/sbin/modprobe
export CFLAGS="$RPM_OPT_FLAGS"
export PATH=$PATH:/sbin:/usr/sbin
%configure --prefix=/ \
--bindir=/bin --libdir=/%_lib --with-usrlibdir=%_libdir \
--sbindir=/sbin --enable-dmeventd \