|
From: <bj...@us...> - 2013-03-28 14:06:33
|
Revision: 16177
http://unicore.svn.sourceforge.net/unicore/?rev=16177&view=rev
Author: bjoernh
Date: 2013-03-28 14:06:26 +0000 (Thu, 28 Mar 2013)
Log Message:
-----------
fixing rpmlint warnings about config files, spelling, and incoherent version numbers in changelog
Modified Paths:
--------------
hila/trunk/hila-emi-es/src/main/package/distributions/RedHat/component.spec_template
hila/trunk/hila-gridftp/src/main/package/distributions/RedHat/component.spec_template
hila/trunk/hila-shell/src/main/package/distributions/RedHat/component.spec_template
hila/trunk/hila-unicore6/src/main/package/distributions/RedHat/component.spec_template
Modified: hila/trunk/hila-emi-es/src/main/package/distributions/RedHat/component.spec_template
===================================================================
--- hila/trunk/hila-emi-es/src/main/package/distributions/RedHat/component.spec_template 2013-03-28 13:49:22 UTC (rev 16176)
+++ hila/trunk/hila-emi-es/src/main/package/distributions/RedHat/component.spec_template 2013-03-28 14:06:26 UTC (rev 16177)
@@ -32,9 +32,10 @@
%dir %attr(755 root root) "/etc/unicore/"
%dir %attr(755 root root) "/etc/unicore/hila"
-%config %attr(644 root root) "/etc/unicore/hila/emi-es.properties"
+%config(noreplace) %attr(644 root root) "/etc/unicore/hila/emi-es.properties"
%changelog
-* Tue Mar 26 2013 Björn Hagemeier <b.h...@fz...> 2.4.1-0
+* Tue Mar 26 2013 Björn Hagemeier <b.h...@fz...> @component-version@-@component-release@@component-disttag@
-- Introduce RPM changelog
+-- change example config file to ordinary file
Modified: hila/trunk/hila-gridftp/src/main/package/distributions/RedHat/component.spec_template
===================================================================
--- hila/trunk/hila-gridftp/src/main/package/distributions/RedHat/component.spec_template 2013-03-28 13:49:22 UTC (rev 16176)
+++ hila/trunk/hila-gridftp/src/main/package/distributions/RedHat/component.spec_template 2013-03-28 14:06:26 UTC (rev 16177)
@@ -32,5 +32,5 @@
%changelog
-* Tue Mar 26 2013 Björn Hagemeier <b.h...@fz...> 2.4.1-0
+* Tue Mar 26 2013 Björn Hagemeier <b.h...@fz...> @component-version@-@component-release@@component-disttag@
-- Introduce RPM changelog
Modified: hila/trunk/hila-shell/src/main/package/distributions/RedHat/component.spec_template
===================================================================
--- hila/trunk/hila-shell/src/main/package/distributions/RedHat/component.spec_template 2013-03-28 13:49:22 UTC (rev 16176)
+++ hila/trunk/hila-shell/src/main/package/distributions/RedHat/component.spec_template 2013-03-28 14:06:26 UTC (rev 16177)
@@ -16,7 +16,7 @@
%description
The HiLA Grid API is an abstract API for accessing Grid resources.
-This package contains the HiLA Shell, an interactive shell to acess
+This package contains the HiLA Shell, an interactive shell to access
Grid resources.
@install_command@
@@ -59,5 +59,5 @@
%changelog
-* Tue Mar 26 2013 Björn Hagemeier <b.h...@fz...> 2.4.1-0
+* Tue Mar 26 2013 Björn Hagemeier <b.h...@fz...> @component-version@-@component-release@@component-disttag@
-- Introduce RPM changelog
Modified: hila/trunk/hila-unicore6/src/main/package/distributions/RedHat/component.spec_template
===================================================================
--- hila/trunk/hila-unicore6/src/main/package/distributions/RedHat/component.spec_template 2013-03-28 13:49:22 UTC (rev 16176)
+++ hila/trunk/hila-unicore6/src/main/package/distributions/RedHat/component.spec_template 2013-03-28 14:06:26 UTC (rev 16177)
@@ -31,9 +31,10 @@
%dir %attr(755 root root) "/etc/unicore/"
%dir %attr(755 root root) "/etc/unicore/hila"
-%config %attr(644 root root) "/etc/unicore/hila/unicore6.properties"
+%config(noreplace) %attr(644 root root) "/etc/unicore/hila/unicore6.properties"
%changelog
-* Tue Mar 26 2013 Björn Hagemeier <b.h...@fz...> 2.4.1-0
+* Tue Mar 26 2013 Björn Hagemeier <b.h...@fz...> @component-version@-@component-release@@component-disttag@
-- Introduce RPM changelog
+-- change example config file to ordinary file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|