Fix spec/macro issue when building with SELinux

This commit is contained in:
Pavel Raiskup 2012-10-09 15:23:40 +02:00
parent 7e8d1eef2e
commit 0a67bdb89b

View File

@ -80,10 +80,11 @@ the rmt package.
autoreconf autoreconf
%build %build
%configure --bindir=/bin --libexecdir=/sbin \
%if %{WITH_SELINUX} == 0 %if %{WITH_SELINUX} == 0
--without-selinux export CONFIGURE_PARAMS+="--without-selinux"
%endif %endif
%configure --bindir=/bin --libexecdir=/sbin $CONFIGURE_PARAMS
make make
%install %install
@ -135,6 +136,9 @@ fi
%{_infodir}/tar.info* %{_infodir}/tar.info*
%changelog %changelog
* Wed Oct 10 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-13
- fix badly written macro for building --without-selinux
* Fri Oct 05 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-12 * Fri Oct 05 2012 Pavel Raiskup <praiskup@redhat.com> 2:1.26-12
- repair the xattr-gnulib-prepare patch to allow build tar without SELinux - repair the xattr-gnulib-prepare patch to allow build tar without SELinux
support support