Add BuildRequires/Requires for glibc-devel

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 7 years ago
parent 8ebe443579
commit 254d144761

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 0.2.33
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library for types and bindings to native C functions
License: MIT or ASL 2.0
@ -16,12 +16,14 @@ Source0: https://crates.io/api/v1/crates/%{crate}/%{version}/download#/%{
ExclusiveArch: %{rust_arches}
BuildRequires: rust-packaging
BuildRequires: glibc-devel
%description
%{summary}.
%package devel
Summary: %{summary}
Requires: glibc-devel
BuildArch: noarch
%description devel
@ -53,6 +55,9 @@ which use %{crate} from crates.io.
%exclude %{cargo_registry}/%{crate}-%{version}/{appveyor.yml,ci}
%changelog
* Mon Nov 20 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.33-2
- Add BuildRequires/Requires for glibc-devel
* Wed Nov 01 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.33-1
- Update to 0.2.33

Loading…
Cancel
Save