diff --git a/rust-openssl-probe.spec b/rust-openssl-probe.spec index 360a0b7..ed8a7fb 100644 --- a/rust-openssl-probe.spec +++ b/rust-openssl-probe.spec @@ -1,12 +1,12 @@ # Generated by rust2rpm -%bcond_without check +%bcond_with check %global debug_package %{nil} %global crate openssl-probe Name: rust-%{crate} Version: 0.1.2 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Tool for helping to find SSL certificate locations on the system for OpenSSL # Upstream license specification: MIT/Apache-2.0 @@ -65,6 +65,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Thu Dec 20 2018 Igor Gnatenko - 0.1.2-6 +- Run tests in infrastructure + * Sat Nov 03 2018 Igor Gnatenko - 0.1.2-5 - Adapt to new packaging