diff --git a/aho-corasick-0.6.4-fix-metadata.diff b/aho-corasick-0.6.4-fix-metadata.diff deleted file mode 100644 index 9b896da..0000000 --- a/aho-corasick-0.6.4-fix-metadata.diff +++ /dev/null @@ -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" diff --git a/rust-aho-corasick.spec b/rust-aho-corasick.spec index d8ee69a..8a853d6 100644 --- a/rust-aho-corasick.spec +++ b/rust-aho-corasick.spec @@ -1,5 +1,5 @@ # Generated by rust2rpm -# aho-corasick(dev) -> quickcheck(opt) -> env_logger(opt) -> regex -> aho-corasick +# Tests are run in infrastructure %bcond_with check %global debug_package %{nil} @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 0.6.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast multiple substring searching with finite state machines License: Unlicense or MIT @@ -65,6 +65,9 @@ which use %{crate} from crates.io. %exclude %{_bindir}/aho-corasick-dot %changelog +* Sat Jul 21 2018 Igor Gnatenko - 0.6.6-2 +- Run tests in infrastructure + * Fri Jul 13 2018 Josh Stone - 0.6.6-1 - Update to 0.6.6 diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..a64ae5e --- /dev/null +++ b/tests/tests.yml @@ -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