f31+ --without-bd

Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
This commit is contained in:
Kaleb S. KEITHLEY 2019-10-09 10:17:44 -04:00
parent d5545d0c66
commit 121656e62d

View File

@ -27,7 +27,7 @@
# rpmbuild -ta @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz --without bd
%{?_without_bd:%global _without_bd --disable-bd-xlator}
%if ( 0%{?rhel} && 0%{?rhel} > 7 )
%if ( 0%{?fedora} && 0%{?fedora} > 30 ) || ( 0%{?rhel} && 0%{?rhel} > 7 )
%global _without_bd --without-bd
%endif
@ -1394,6 +1394,9 @@ exit 0
%endif
%changelog
* Wed Oct 9 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com>
- f31+ --without-bd
* Tue Oct 1 2019 Kaleb S. KEITHLEY <kkeithle[at]redhat.com> - 7.0-0.5rc3
- 7.0 RC3 (note, rc2 was tagged but not released)