Skip to content

Commit 22e4a27

Browse files
author
Shubhendu Tripathi
committed
Fixed rpm lint errors and warnings
Signed-off-by: Shubhendu Tripathi <[email protected]> Bug-URL: https://bugzilla.redhat.com/show_bug.cgi?id=1065417
1 parent 81f68ed commit 22e4a27

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

glusterfs-hadoop.spec.tmpl

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ Release: $release%{?dist}
55
#if $epoch
66
Epoch: $epoch
77
#end if
8-
License: Apache
9-
Summary: GlusterFS Hadoop Plugin
10-
Group: Application/File
8+
License: Apache License
9+
URL: https://forge.gluster.org/hadoop/glusterfs-hadoop
10+
Summary: GlusterFS Hadoop Plug-in
11+
Group: Applications/File
1112

1213
#for $i, $artifact in $enumerate($all_artifacts)
1314
Source$i: $artifact
@@ -21,10 +22,11 @@ BuildArch: noarch
2122
%global hadoop_libdir %{_prefix}/lib/hadoop/lib
2223

2324
%description
24-
The Gluster Filesystem Hadoop implementation for both Hadoop 1.x and 2.x. This
25-
Java plugin for Hadoop allows MapReduce and YARN to run on top of Gluster, by providing the
26-
GlusterFileSystem (1.x) and GlusterFs (2.x) implementations. These should be referenced
27-
in the hadoop configuration files and loaded at runtime as the FileSystem implementation.
25+
The Gluster File system Hadoop implementation for both Hadoop 1.x and 2.x.
26+
This Java plug-in for Hadoop allows MapReduce and YARN to run on top of
27+
Gluster, by providing the GlusterFileSystem (1.x) and GlusterFs (2.x)
28+
implementations. These should be referenced in the hadoop configuration
29+
files and loaded at run time as the FileSystem implementation.
2830

2931
%prep
3032

@@ -57,9 +59,12 @@ rm -rf %{buildroot}
5759
%{hadoop_libdir}/$artifact
5860
#end if
5961
#end for
60-
%{_sysconfdir}/sudoers.d/20_glusterfs_hadoop_sudoers
62+
%config %{_sysconfdir}/sudoers.d/20_glusterfs_hadoop_sudoers
6163

6264
%changelog
65+
* Thus Oct 09 2014 Shubhendu Tripathi <[email protected]> 2.1.6-1
66+
- bz#1065417 fixed rpmlint errors and warnings
67+
6368
* Wed Feb 06 2014 Jeff Vance <[email protected]> 2.1.6
6469
- fix name from "gluster" to "glusterfs-hadoop"
6570
- minor README updates
@@ -71,7 +76,7 @@ rm -rf %{buildroot}
7176
- rename to rhs-hadoop for release
7277

7378
* Fri Nov 22 2013 Jay Vyas <[email protected]> 2.1.4
74-
- Initial import into the glusterfs-hadoop plugin as part of our deployment.
79+
- Initial import into the glusterfs-hadoop plug-in as part of our deployment.
7580

7681
* Fri May 18 2012 Anthony Towns <[email protected]> - 0.20.2-0
7782
- Initial build

0 commit comments

Comments
 (0)