From patchwork Sat Mar 7 20:03:51 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Loic Dachary X-Patchwork-Id: 5960141 Return-Path: X-Original-To: patchwork-ceph-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id C4F989F318 for ; Sat, 7 Mar 2015 20:04:30 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id F14DE2024D for ; Sat, 7 Mar 2015 20:04:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7A445202EB for ; Sat, 7 Mar 2015 20:04:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752457AbbCGUD5 (ORCPT ); Sat, 7 Mar 2015 15:03:57 -0500 Received: from mail2.dachary.org ([91.121.57.175]:54436 "EHLO smtp.dmail.dachary.org" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752225AbbCGUDz (ORCPT ); Sat, 7 Mar 2015 15:03:55 -0500 Received: by smtp.dmail.dachary.org (Postfix, from userid 65534) id 24DFF42B46; Sat, 7 Mar 2015 21:03:53 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, T_TVD_MIME_EPI, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 Received: from [10.9.0.6] (unknown [10.0.2.28]) by smtp.dmail.dachary.org (Postfix) with ESMTP id 6C0A942130; Sat, 7 Mar 2015 21:03:52 +0100 (CET) Message-ID: <54FB59A7.8080304@dachary.org> Date: Sat, 07 Mar 2015 21:03:51 +0100 From: Loic Dachary Organization: Artisan Logiciel Libre User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Ken Dreyer CC: Ceph Development Subject: advice on adding the rhel6-server-optional repo Sender: ceph-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: ceph-devel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Ken, When trying to compile Ceph on a fresh rhel 6.5 provisioned in a VPS via teuthology, I missed the following: which I eventually found in [rhel6-server-optional] as installed with http://tracker.ceph.com/issues/11061#note-2 How do you suggest I script this in https://ceph.com/git/?p=ceph.git;a=blob;f=install-deps.sh so people don't worry about it ? Cheers diff --git a/ceph.spec.in b/ceph.spec.in index d284844..4c80cfe 100644 --- a/ceph.spec.in +++ b/ceph.spec.in @@ -45,7 +45,6 @@ BuildRequires: gdbm BuildRequires: hdparm BuildRequires: libaio-devel BuildRequires: libcurl-devel -BuildRequires: libedit-devel BuildRequires: libxml2-devel BuildRequires: libuuid-devel BuildRequires: libblkid-devel >= 2.17 @@ -95,7 +94,6 @@ BuildRequires: fdupes Requires: gdisk BuildRequires: nss-devel BuildRequires: keyutils-libs-devel -BuildRequires: libatomic_ops-devel Requires: gdisk Requires(post): chkconfig Requires(preun):chkconfig