Reverted _module_build macro check, i.e. always build with systemtap probes

This commit is contained in:
Jaroslav Škarvada 2018-05-17 17:56:56 +02:00
parent 39a4e5f372
commit 0efbf4158f
1 changed files with 4 additions and 6 deletions

View File

@ -1,16 +1,11 @@
%define majorver 8.6
%define vers %{majorver}.8
%if ! 0%{?_module_build}
%{!?sdt:%define sdt 1}
%else
%{!?sdt:%define sdt 0}
%define _without_check 0
%endif
Summary: Tool Command Language, pronounced tickle
Name: tcl
Version: %{vers}
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 1
License: TCL
Group: Development/Languages
@ -154,6 +149,9 @@ rm -rf %{buildroot}/%{_datadir}/%{name}%{majorver}/ldAix
%{_datadir}/%{name}%{majorver}/tclAppInit.c
%changelog
* Thu May 17 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 1:8.6.8-2
- Reverted _module_build macro check, i.e. always build with systemtap probes
* Mon Mar 19 2018 Jaroslav Škarvada <jskarvad@redhat.com> - 1:8.6.8-1
- New version
- Updated patches