From 71c178133739dee7b532d744978e46f4af9e2730 Mon Sep 17 00:00:00 2001 From: Víctor Date: Jun 21 2020 11:35:22 +0000 Subject: Remove %check because it makes builds fail --- diff --git a/logdna-agent.spec b/logdna-agent.spec index 6d84164..2f2677f 100644 --- a/logdna-agent.spec +++ b/logdna-agent.spec @@ -2,7 +2,7 @@ Name: logdna-agent Version: 2.1.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The blazingly fast, resource efficient log collection client License: None @@ -21,9 +21,6 @@ The LogDNA agent is a blazingly fast, resource efficient log collection client, %build cargo build --release --locked --all-features -%check -cargo test --release --locked - %install install -Dm 755 -t "%{buildroot}/%{_bindir}" "target/release/%{name}" install -Dm 644 -t "%{buildroot}/%{_exec_prefix}/lib/systemd/system" "linux/%{name}.service" @@ -33,6 +30,9 @@ install -Dm 644 -t "%{buildroot}/%{_exec_prefix}/lib/systemd/system" "linux/%{na %{_exec_prefix}/lib/systemd/system/%{name}.service %changelog +* Sun Jun 21 2020 Víctor González - 2.1.9-2 +- Remove check (fails on all platforms) + * Sun Jun 21 2020 Víctor González - 2.1.9-1 - Initial add - Spec file created