From 0e9497e1b6af0c94f68e866a877047681a29231a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 12 Feb 2019 10:01:41 +0100 Subject: [PATCH] Run tests in infrastructure Signed-off-by: Igor Gnatenko --- rust-nix.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust-nix.spec b/rust-nix.spec index d77efb4..824bc23 100644 --- a/rust-nix.spec +++ b/rust-nix.spec @@ -1,12 +1,12 @@ # Generated by rust2rpm -%bcond_without check +%bcond_with check %global debug_package %{nil} %global crate nix Name: rust-%{crate} Version: 0.13.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Rust friendly bindings to *nix APIs License: MIT @@ -78,6 +78,9 @@ which use "default" feature of "%{crate}" crate. %endif %changelog +* Tue Feb 12 2019 Igor Gnatenko - 0.13.0-2 +- Run tests in infrastructure + * Sat Feb 02 2019 Fedora Release Engineering - 0.11.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild