From e7b226e1da9d2d94d2bd79ccd28e2898df51e6f8 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 8 Jun 2019 12:14:45 +0200 Subject: [PATCH] Run tests in infrastructure Signed-off-by: Igor Gnatenko --- rust-http-body.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust-http-body.spec b/rust-http-body.spec index 518a7fe..6c39ae0 100644 --- a/rust-http-body.spec +++ b/rust-http-body.spec @@ -1,12 +1,12 @@ # Generated by rust2rpm 9 -%bcond_without check +%bcond_with check %global debug_package %{nil} %global crate http-body Name: rust-%{crate} Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Trait representing an asynchronous, streaming, HTTP request or response body # Upstream license specification: MIT @@ -69,5 +69,8 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 08 2019 Igor Gnatenko - 0.1.0-2 +- Run tests in infrastructure + * Sun Jun 02 13:55:02 CEST 2019 Igor Gnatenko - 0.1.0-1 - Initial package