diff --git a/rust-nix.spec b/rust-nix.spec index 44e485c..7d63fe6 100644 --- a/rust-nix.spec +++ b/rust-nix.spec @@ -1,13 +1,12 @@ # Generated by rust2rpm 10 -# * caps is not packaged yet -%bcond_with check +%bcond_without check %global debug_package %{nil} %global crate nix Name: rust-%{crate} Version: 0.14.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Rust friendly bindings to *nix APIs # Upstream license specification: MIT @@ -76,6 +75,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Sat Jun 22 11:09:21 CEST 2019 Igor Gnatenko - 0.14.1-3 +- Enable tests + * Fri Jun 21 22:39:37 CEST 2019 Igor Gnatenko - 0.14.1-2 - Regenerate