Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions SPECS/lttng-consume/lttng-consume.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Summary: Modern C++ library for realtime consumption of LTTNG events
Name: lttng-consume
Version: 0.2.1
Release: 1%{?dist}
Release: 2%{?dist}
License: MIT
Vendor: Microsoft Corporation
Distribution: Mariner
Expand Down Expand Up @@ -37,7 +37,7 @@ use lttng-consume.

%build
mkdir build && cd build
%cmake ..
%cmake -DLTTNGCONSUME_ENABLE_TESTING=OFF ..
%make_build

%install
Expand All @@ -59,6 +59,9 @@ mkdir build && cd build
%{_includedir}/lttng-consume

%changelog
* Mon Jan 24 2022 Muhammad Falak <[email protected]> - 0.2.1-2
- Diasable tests which break ARM64 build

* Fri Nov 12 2021 Andrew Phelps <[email protected]> - 0.2.1-1
- Update to version 0.2.1 to fix gcc11 compilation error

Expand Down