diff --git a/rust-libssh2-sys.spec b/rust-libssh2-sys.spec index a487c35..50c112f 100644 --- a/rust-libssh2-sys.spec +++ b/rust-libssh2-sys.spec @@ -1,12 +1,12 @@ # Generated by rust2rpm -%bcond_without check +%bcond_with check %global debug_package %{nil} %global crate libssh2-sys Name: rust-%{crate} Version: 0.2.11 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Native bindings to the libssh2 library # Upstream license specification: MIT/Apache-2.0 @@ -80,6 +80,9 @@ rm -vrf libssh2/ %endif %changelog +* Thu Dec 20 2018 Igor Gnatenko - 0.2.11-3 +- Run tests in infrastructure + * Sun Nov 04 2018 Igor Gnatenko - 0.2.11-2 - Adapt to new packaging