Skip to content

Commit e4c0da7

Browse files
committed
Merge pull request #113 from shtripat/fix-1122909
Fix 1122909
2 parents 81f68ed + 034bf81 commit e4c0da7

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

glusterfs-hadoop.spec.tmpl

Lines changed: 13 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,7 @@ 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+
Hadoop FileSystem support for Red Hat Storage
2826

2927
%prep
3028

@@ -57,9 +55,15 @@ rm -rf %{buildroot}
5755
%{hadoop_libdir}/$artifact
5856
#end if
5957
#end for
60-
%{_sysconfdir}/sudoers.d/20_glusterfs_hadoop_sudoers
58+
%config %{_sysconfdir}/sudoers.d/20_glusterfs_hadoop_sudoers
6159

6260
%changelog
61+
* Thus Oct 09 2014 Shubhendu Tripathi <[email protected]> 2.1.6-2
62+
- bz#1122909 corrected the description
63+
64+
* Thus Oct 09 2014 Shubhendu Tripathi <[email protected]> 2.1.6-1
65+
- bz#1065417 fixed rpmlint errors and warnings
66+
6367
* Wed Feb 06 2014 Jeff Vance <[email protected]> 2.1.6
6468
- fix name from "gluster" to "glusterfs-hadoop"
6569
- minor README updates
@@ -71,7 +75,7 @@ rm -rf %{buildroot}
7175
- rename to rhs-hadoop for release
7276

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

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

0 commit comments

Comments
 (0)