From 0efbf4158f5da71d91353201c112d50f79b668fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Thu, 17 May 2018 17:56:56 +0200 Subject: [PATCH] Reverted _module_build macro check, i.e. always build with systemtap probes --- tcl.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/tcl.spec b/tcl.spec index 8f2b2f0..f2d0361 100644 --- a/tcl.spec +++ b/tcl.spec @@ -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 - 1:8.6.8-2 +- Reverted _module_build macro check, i.e. always build with systemtap probes + * Mon Mar 19 2018 Jaroslav Škarvada - 1:8.6.8-1 - New version - Updated patches