diff --git a/rust-regex.spec b/rust-regex.spec index c03f709..40456e6 100644 --- a/rust-regex.spec +++ b/rust-regex.spec @@ -1,5 +1,5 @@ # Generated by rust2rpm -# regex(dev) -> quickcheck(opt) -> env_logger(opt) -> regex +# Tests are run in infrastructure %bcond_with check %global debug_package %{nil} @@ -7,7 +7,7 @@ Name: rust-%{crate} Version: 1.0.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Implementation of regular expressions for Rust License: MIT or ASL 2.0 @@ -69,6 +69,9 @@ which use %{crate} from crates.io. %exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,ci,scripts} %changelog +* Fri Jul 20 2018 Igor Gnatenko - 1.0.2-2 +- Rebuild + * Thu Jul 19 2018 Igor Gnatenko - 1.0.2-1 - Update to 1.0.2 diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..2d8ebbf --- /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-regex