All of lore.kernel.org
 help / color / mirror / Atom feed
* [ndctl PATCH] ndctl: more rpmlint fixes
@ 2016-04-05  0:26 Dan Williams
  0 siblings, 0 replies; only message in thread
From: Dan Williams @ 2016-04-05  0:26 UTC (permalink / raw)
  To: linux-nvdimm

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-04-05  0:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-05  0:26 [ndctl PATCH] ndctl: more rpmlint fixes Dan Williams

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.