Fix the devel Requires

epel10
Josh Stone 7 years ago
parent a938c9fa39
commit fb5e8bdac4

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.7 Version: 0.7.7
Release: 1%{?dist} Release: 2%{?dist}
Summary: Native bindings to the libgit2 library Summary: Native bindings to the libgit2 library
License: MIT or ASL 2.0 License: MIT or ASL 2.0
@ -40,7 +40,7 @@ BuildRequires: (pkgconfig(libgit2) >= 0.27 with pkgconfig(libgit2) < 0.28)
%package devel %package devel
Summary: %{summary} Summary: %{summary}
BuildRequires: (pkgconfig(libgit2) >= 0.27 with pkgconfig(libgit2) < 0.28) Requires: (pkgconfig(libgit2) >= 0.27 with pkgconfig(libgit2) < 0.28)
BuildArch: noarch BuildArch: noarch
%description devel %description devel
@ -72,6 +72,9 @@ rm -vrf libgit2
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version}/
%changelog %changelog
* Fri Aug 10 2018 Josh Stone <jistone@redhat.com> - 0.7.7-2
- Fix the devel Requires
* Fri Aug 10 2018 Josh Stone <jistone@redhat.com> - 0.7.7-1 * Fri Aug 10 2018 Josh Stone <jistone@redhat.com> - 0.7.7-1
- Update to 0.7.7 - Update to 0.7.7

Loading…
Cancel
Save