From 5903a1db7229d2e897474b63cf1c716c1e4036f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=88=E9=9D=92=E5=B1=B1?= Date: Fri, 22 Apr 2022 05:17:12 +0000 Subject: [PATCH] update babeltrace.spec. #I5429B --- babeltrace.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/babeltrace.spec b/babeltrace.spec index 3ec9406..d8e78dc 100644 --- a/babeltrace.spec +++ b/babeltrace.spec @@ -1,6 +1,6 @@ Name: babeltrace Version: 1.5.8 -Release: 4 +Release: 5 Summary: Common Trace Format Babel Tower License: MIT and GPLv2 URL: https://www.efficios.com/babeltrace @@ -64,7 +64,6 @@ chrpath --delete %{buildroot}%{_libdir}/*.so.* make check %pre -%autosetup -n babeltrace-%{version} -p1 %preun @@ -92,6 +91,9 @@ make check %{_mandir}/man1/*.1.gz %changelog +* Fri Apr 22 2022 lin zhang - 1.5.8-5 +- Fix install failed + * Sat Apr 16 2022 hanhui - 1.5.8-4 - Desc:python3 Mapping function change lead to build failed