From fb5e8bdac4ab12f9ba56ab4ca0886472b4a16824 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Aug 10 2018 18:35:56 +0000 Subject: Fix the devel Requires --- diff --git a/rust-libgit2-sys.spec b/rust-libgit2-sys.spec index 5ed266b..157d465 100644 --- a/rust-libgit2-sys.spec +++ b/rust-libgit2-sys.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.7.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Native bindings to the libgit2 library License: MIT or ASL 2.0 @@ -40,7 +40,7 @@ BuildRequires: (pkgconfig(libgit2) >= 0.27 with pkgconfig(libgit2) < 0.28) %package devel Summary: %{summary} -BuildRequires: (pkgconfig(libgit2) >= 0.27 with pkgconfig(libgit2) < 0.28) +Requires: (pkgconfig(libgit2) >= 0.27 with pkgconfig(libgit2) < 0.28) BuildArch: noarch %description devel @@ -72,6 +72,9 @@ rm -vrf libgit2 %{cargo_registry}/%{crate}-%{version}/ %changelog +* Fri Aug 10 2018 Josh Stone - 0.7.7-2 +- Fix the devel Requires + * Fri Aug 10 2018 Josh Stone - 0.7.7-1 - Update to 0.7.7