Run tests in infrastructure

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent 8b7f95eeaf
commit e7b226e1da
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

@ -1,12 +1,12 @@
# Generated by rust2rpm 9 # Generated by rust2rpm 9
%bcond_without check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate http-body %global crate http-body
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.1.0 Version: 0.1.0
Release: 1%{?dist} Release: 2%{?dist}
Summary: Trait representing an asynchronous, streaming, HTTP request or response body Summary: Trait representing an asynchronous, streaming, HTTP request or response body
# Upstream license specification: MIT # Upstream license specification: MIT
@ -69,5 +69,8 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Sat Jun 08 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.0-2
- Run tests in infrastructure
* Sun Jun 02 13:55:02 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.0-1 * Sun Jun 02 13:55:02 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.0-1
- Initial package - Initial package

Loading…
Cancel
Save