diff --git a/rust-libgit2-sys.spec b/rust-libgit2-sys.spec index 676ec1d..9ead44a 100644 --- a/rust-libgit2-sys.spec +++ b/rust-libgit2-sys.spec @@ -1,12 +1,12 @@ # Generated by rust2rpm -%bcond_without check +%bcond_with check %global debug_package %{nil} %global crate libgit2-sys Name: rust-%{crate} Version: 0.7.11 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Native bindings to the libgit2 library # Upstream license specification: MIT/Apache-2.0 @@ -167,6 +167,9 @@ rm -vrf libgit2 %endif %changelog +* Thu Dec 20 2018 Igor Gnatenko - 0.7.11-2 +- Run tests in infrastructure + * Sat Dec 15 2018 Josh Stone - 0.7.11-1 - Update to 0.7.11