~smoser/cloud-init/lp-1077700

« back to all changes in this revision

Viewing changes to packages/redhat/cloud-init.spec

  • Committer: Scott Moser
  • Date: 2012-07-06 21:03:11 UTC
  • mto: This revision was merged to the branch mainline in revision 564.
  • Revision ID: smoser@ubuntu.com-20120706210311-lxirwxwd2fufebvv
setup.py: rename "daemon type" to "init system"

This brings with it other changes, and also makes an install
install all of the requisite init files. (ie, cloud-init needs the -local and
the non-local)

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
rm -rf $RPM_BUILD_ROOT
64
64
%{__python} setup.py install -O1 \
65
65
            --skip-build --root $RPM_BUILD_ROOT \
66
 
            --daemon-type={{daemon_type}}
 
66
            --init-system={{init_sys}}
67
67
 
68
68
# Note that /etc/rsyslog.d didn't exist by default until F15.
69
69
# el6 request: https://bugzilla.redhat.com/show_bug.cgi?id=740420