All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Williams <dan.j.williams@intel.com>
To: linux-nvdimm@lists.01.org
Subject: [ndctl PATCH] ndctl: more rpmlint fixes
Date: Mon, 04 Apr 2016 17:26:22 -0700	[thread overview]
Message-ID: <20160405002622.3954.59093.stgit@dwillia2-desk3.jf.intel.com> (raw)

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 <dan.j.williams@intel.com>
---
 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 <dan.j.williams@intel.com> - 52-1
+- Initial rpm submission to Fedora

_______________________________________________
Linux-nvdimm mailing list
Linux-nvdimm@lists.01.org
https://lists.01.org/mailman/listinfo/linux-nvdimm

                 reply	other threads:[~2016-04-05  0:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160405002622.3954.59093.stgit@dwillia2-desk3.jf.intel.com \
    --to=dan.j.williams@intel.com \
    --cc=linux-nvdimm@lists.01.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.