mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-21 07:40:22 -07:00
host file must be marked config(noreplace), update rpm build to use checked in manpage src
This commit is contained in:
parent
5905974737
commit
f1c8fc63cb
4 changed files with 205 additions and 2 deletions
|
@ -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/
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue