From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 27DAFC2F4 for ; Fri, 3 Apr 2015 16:15:48 +0200 (CEST) Received: by wiaa2 with SMTP id a2so141080025wia.0 for ; Fri, 03 Apr 2015 07:15:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=vws4SjDR1ddk7SQG3dtOUgBwQeLvJS9rQNaFHqL40NI=; b=geb41K2Q20QiDpHTqgPvfl7UY+ng3eFMh1HRAp80PAZQ2ahzw5DQOVmJn4n8U4eR9S vjMGSoww/maNsEABRurcuOQP/6l4DDUbAuj6qTXb8hU2/lZ19iRhSFX5SeJgoipYiWW6 RV01UvQC8TUh3BX1zAm6M0p8+IdxuG3zmaCKdYDUZM8KQ3T3OW37zzmwgeDtFSQhyQzY eYcgxAyI+fOM+fyeJwrMyGBl7898TgFApvWDYAJBwkD5ydQMm4YaYyhZxn/TZnbKsjLH QuxHLroV/39lpohfdy3TWWaWsuOvO/9QorYbSmkUge55ScCrgzlFKCGRs593xCKXhZK2 u3sw== X-Gm-Message-State: ALoCoQltPJx2l2uw+hSkUhNSJewpFh/pi8DJpI7Riv8++uErvmcKturkSzQXbPLA/50Xzq+q3eW9 X-Received: by 10.194.95.133 with SMTP id dk5mr5106034wjb.143.1428070548008; Fri, 03 Apr 2015 07:15:48 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id k6sm2914216wia.6.2015.04.03.07.15.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Apr 2015 07:15:47 -0700 (PDT) From: Thomas Monjalon To: dev@dpdk.org Date: Fri, 03 Apr 2015 16:15:04 +0200 Message-ID: <8334356.op0PEEgBIy@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <1428004702-8987-1-git-send-email-thomas.monjalon@6wind.com> References: <1428004702-8987-1-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH 0/5] packaging release 2.0.0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Apr 2015 14:15:48 -0000 > These are the last patches needed for packaging the release of dpdk-2.0.0. > It was tested to generate a RPM on Fedora 20 without fuse. > The package includes PDF doc and enable features for vhost, pcap and Xen. > > If nobody see something wrong in these patches, they will be applied > tomorrow, April 3rd in order to close the release. > > Thomas Monjalon (5): > mk: remove fuse requirement for vhost-user > mk: reduce PDF build commands > pkg: remove -core file suffix > pkg: update RPM > version: 2.0.0 Applied