From 254d1447618b9f2760d6f3aab29e64efbfcf9cb5 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 20 Nov 2017 16:27:03 +0100 Subject: [PATCH] Add BuildRequires/Requires for glibc-devel Signed-off-by: Igor Gnatenko --- rust-libc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rust-libc.spec b/rust-libc.spec index cfe1904..454fb0c 100644 --- a/rust-libc.spec +++ b/rust-libc.spec @@ -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 - 0.2.33-2 +- Add BuildRequires/Requires for glibc-devel + * Wed Nov 01 2017 Igor Gnatenko - 0.2.33-1 - Update to 0.2.33