From 9ca8e1ea3497828c22e62cc666080e6c9dd8ff91 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 26 Feb 2015 16:12:15 +0000 Subject: [PATCH] Kill dependency on rpm-build. Added in 2009, apparently by accident. (Thanks: Jon Ludlam) --- ocaml.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ocaml.spec b/ocaml.spec index f8bd010..11aa713 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -17,7 +17,7 @@ Name: ocaml Version: 4.02.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCaml compiler and programming environment @@ -87,7 +87,6 @@ BuildRequires: chrpath BuildRequires: git Requires: gcc -Requires: rpm-build >= 4.8.0 # Because we pass -c flag to ocaml-find-requires (to avoid circular # dependencies) we also have to explicitly depend on the right version @@ -422,6 +421,10 @@ fi %changelog +* Thu Feb 26 2015 Richard W.M. Jones - 4.02.1-2 +- Kill dependency on rpm-build. Added in 2009, apparently by accident. + (Thanks: Jon Ludlam) + * Mon Feb 16 2015 Richard W.M. Jones - 4.02.1-1 - New upstream version 4.02.1. - Rebase patches on top.