Run tests in infrastructure

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

@ -1,23 +0,0 @@
--- aho-corasick-0.6.4/Cargo.toml 1970-01-01T01:00:00+01:00
+++ aho-corasick-0.6.4/Cargo.toml 2018-06-14T08:30:30.735289+02:00
@@ -50,17 +50,17 @@
version = "0.15"
[dev-dependencies.docopt]
-version = "0.7"
+version = "1"
[dev-dependencies.memmap]
version = "0.5"
[dev-dependencies.quickcheck]
-version = "0.5"
+version = "0.6"
default-features = false
[dev-dependencies.rand]
-version = "0.3"
+version = "0.4"
[dev-dependencies.rustc-serialize]
version = "0.3"

@ -1,5 +1,5 @@
# Generated by rust2rpm # Generated by rust2rpm
# aho-corasick(dev) -> quickcheck(opt) -> env_logger(opt) -> regex -> aho-corasick # Tests are run in infrastructure
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
@ -7,7 +7,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.6 Version: 0.6.6
Release: 1%{?dist} Release: 2%{?dist}
Summary: Fast multiple substring searching with finite state machines Summary: Fast multiple substring searching with finite state machines
License: Unlicense or MIT License: Unlicense or MIT
@ -65,6 +65,9 @@ which use %{crate} from crates.io.
%exclude %{_bindir}/aho-corasick-dot %exclude %{_bindir}/aho-corasick-dot
%changelog %changelog
* Sat Jul 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.6-2
- Run tests in infrastructure
* Fri Jul 13 2018 Josh Stone <jistone@redhat.com> - 0.6.6-1 * Fri Jul 13 2018 Josh Stone <jistone@redhat.com> - 0.6.6-1
- Update to 0.6.6 - Update to 0.6.6

@ -0,0 +1,13 @@
---
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
repositories:
- repo: "https://src.fedoraproject.org/tests/rust.git"
dest: rust
tests:
- rust/cargo-test
environment:
pkg: rust-aho-corasick
Loading…
Cancel
Save