host file must be marked config(noreplace), update rpm build to use checked in manpage src

This commit is contained in:
Michael DeHaan 2012-03-31 11:08:42 -04:00
parent 5905974737
commit f1c8fc63cb
4 changed files with 205 additions and 2 deletions

View file

@ -29,7 +29,6 @@ can serve as a configuration management or deployment system.
%build
python setup.py build
make docs
%install
python setup.py install -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES
@ -50,6 +49,7 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/*
%{_bindir}/ansible*
%{_datadir}/ansible/*
%config(noreplace) /etc/ansible/hosts
%config(noreplace) %{_sysconfdir}/ansible/