Set %config(noreplace) on /etc/ansible instead of /etc/ansible/* so

the directory is removed on uninstall and its contents are considered
config files.
pull/156/head
Tim Bielawa 13 years ago
parent 2d26d1fd71
commit b4ca288a7b

@ -51,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/ansible* %{python_sitelib}/ansible*
%{_bindir}/ansible* %{_bindir}/ansible*
%{_datadir}/ansible %{_datadir}/ansible
%config(noreplace) %{_sysconfdir}/ansible/* %config(noreplace) %{_sysconfdir}/ansible
%doc README.md PKG-INFO %doc README.md PKG-INFO
%doc %{_mandir}/man1/ansible* %doc %{_mandir}/man1/ansible*

Loading…
Cancel
Save