Changeset 941 for branches


Ignore:
Timestamp:
09/23/13 10:53:27 (11 years ago)
Author:
olahaye
Message:

[jobmonarch.spec] Allow to specify ganglia user at build time using --define "custom_gangliauser user.group" when doing the rpmbuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/pkg/rpm/jobmonarch.spec

    r921 r941  
    1414%define gangliatemplatedir %{gangliaroot}/templates
    1515%define gangliaaddonsdir   %{gangliaroot}/addons
     16
     17%define gangliauser        %{custom_gangliauser}
     18%{!?custom_gangliauser: %define gangliauser ganglia.ganglia}
    1619
    1720Summary: Tools and addons to Ganglia to monitor and archive batch job info
     
    127130        PREFIX=/usr \
    128131        GANGLIA_ROOT=%{gangliaroot} \
    129         GANGLIA_USER=ganglia.ganglia \
     132        GANGLIA_USER=%{gangliauser} \
    130133        HTTPD_USER=apache.apache \
    131134        JOBARCHIVE_RRDS=%{_sharedstatedir}/jobarchive \
     
    413416
    414417%changelog
     418* Fri Sep 20 2013 Olivier Lahaye <olivier.lahaye@free.fr> 1.1.1-1
     419- update to 1.1.1
     420- Allow for custom ganglia user. (default: ganglia.ganglia)
     421
    415422* Wed May 22 2013 Ramon Bastiaans <ramon.bastiaans@surfsara.nl> 1.1-1
    416423- update to 1.1
Note: See TracChangeset for help on using the changeset viewer.