From patchwork Tue Apr 5 00:26:22 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Williams X-Patchwork-Id: 8746011 Return-Path: X-Original-To: patchwork-linux-nvdimm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id E1EC0C0553 for ; Tue, 5 Apr 2016 00:27:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D9E37201F5 for ; Tue, 5 Apr 2016 00:27:16 +0000 (UTC) Received: from ml01.01.org (ml01.01.org [198.145.21.10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 90F35201EF for ; Tue, 5 Apr 2016 00:27:15 +0000 (UTC) Received: from [127.0.0.1] (localhost [IPv6:::1]) by ml01.01.org (Postfix) with ESMTP id 314B61A1EF0; Mon, 4 Apr 2016 17:27:15 -0700 (PDT) X-Original-To: linux-nvdimm@lists.01.org Delivered-To: linux-nvdimm@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by ml01.01.org (Postfix) with ESMTP id 9BF161A1EF0 for ; Mon, 4 Apr 2016 17:27:13 -0700 (PDT) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 04 Apr 2016 17:27:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,442,1455004800"; d="scan'208";a="778082486" Received: from dwillia2-desk3.jf.intel.com ([10.54.39.14]) by orsmga003.jf.intel.com with ESMTP; 04 Apr 2016 17:27:13 -0700 Subject: [ndctl PATCH] ndctl: more rpmlint fixes From: Dan Williams To: linux-nvdimm@lists.01.org Date: Mon, 04 Apr 2016 17:26:22 -0700 Message-ID: <20160405002622.3954.59093.stgit@dwillia2-desk3.jf.intel.com> User-Agent: StGit/0.17.1-9-g687f MIME-Version: 1.0 X-BeenThere: linux-nvdimm@lists.01.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Linux-nvdimm developer list." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-nvdimm-bounces@lists.01.org Sender: "Linux-nvdimm" X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Fedora rpmlint says: ndctl.src:2: W: mixed-use-of-spaces-and-tabs (spaces: line 1, tab: line 2) ndctl-libs.x86_64: W: non-standard-group System/Libraries ndctl-devel.x86_64: W: non-standard-group Development/Libraries/Other ndctl.x86_64: W: non-standard-group Hardware/Other ndctl.x86_64: W: incoherent-version-in-changelog an.j.williams@intel.com ['52-1.fc23', '52-1'] Signed-off-by: Dan Williams --- ndctl.spec.in | 55 ++++++++++++++++++++++++++----------------------------- 1 file changed, 26 insertions(+), 29 deletions(-) diff --git a/ndctl.spec.in b/ndctl.spec.in index e24b31cc54f0..0bdd2463698c 100644 --- a/ndctl.spec.in +++ b/ndctl.spec.in @@ -1,22 +1,22 @@ -Name: ndctl +Name: ndctl Version: VERSION -Release: 1%{?dist} +Release: 1%{?dist} Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory) -License: GPLv2 -Group: Hardware/Other -Url: https://github.com/pmem/ndctl -Source0: https://github.com/pmem/ndctl/archive/v%{version}.tar.gz - -BuildRequires: autoconf -BuildRequires: asciidoc -BuildRequires: xmlto -BuildRequires: automake -BuildRequires: libtool -BuildRequires: pkgconfig -BuildRequires: pkgconfig(libkmod) -BuildRequires: pkgconfig(libudev) -BuildRequires: pkgconfig(uuid) -BuildRequires: pkgconfig(json-c) +License: GPLv2 +Group: System Environment/Base +Url: https://github.com/pmem/ndctl +Source0: https://github.com/pmem/ndctl/archive/v%{version}.tar.gz + +BuildRequires: autoconf +BuildRequires: asciidoc +BuildRequires: xmlto +BuildRequires: automake +BuildRequires: libtool +BuildRequires: pkgconfig +BuildRequires: pkgconfig(libkmod) +BuildRequires: pkgconfig(libudev) +BuildRequires: pkgconfig(uuid) +BuildRequires: pkgconfig(json-c) %description Utility library for managing the "libnvdimm" subsystem. The "libnvdimm" @@ -26,10 +26,10 @@ Firmware Interface Table). %package -n DNAME -Summary: Development files for libndctl -License: LGPLv2 -Group: Development/Libraries/Other -Requires: LNAME%{?_isa} = %{version}-%{release} +Summary: Development files for libndctl +License: LGPLv2 +Group: Development/Libraries +Requires: LNAME%{?_isa} = %{version}-%{release} %description -n DNAME The %{name}-devel package contains libraries and header files for @@ -37,9 +37,9 @@ developing applications that use %{name}. %package -n LNAME -Summary: Management library for "libnvdimm" subsystem devices (Non-volatile Memory) -License: LGPLv2 -Group: System/Libraries +Summary: Management library for "libnvdimm" subsystem devices (Non-volatile Memory) +License: LGPLv2 +Group: System Environment/Libraries %description -n LNAME Libraries for %{name}. @@ -84,8 +84,5 @@ make check %{_libdir}/pkgconfig/libndctl.pc %changelog -* Wed Sep 09 2015 dan.j.williams@intel.com -- Stop emitting git commit info by default - -* Mon Aug 03 2015 dan.j.williams@intel.com -- Initial rpm release +* Mon Apr 04 2016 Dan Williams - 52-1 +- Initial rpm submission to Fedora