fix noreplace setting for web.conf
This commit is contained in:
parent
f840983321
commit
46aeef9e93
1 changed files with 1 additions and 1 deletions
|
|
@ -180,9 +180,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%files web
|
||||
%defattr(-,root,root)
|
||||
%{_datadir}/koji-web
|
||||
%config(noreplace) %{_sysconfdir}/kojiweb/web.conf
|
||||
%{_sysconfdir}/kojiweb
|
||||
%config(noreplace) %{_sysconfdir}/httpd/conf.d/kojiweb.conf
|
||||
%config(noreplace) %{_sysconfdir}/kojiweb/web.conf
|
||||
|
||||
%files builder
|
||||
%defattr(-,root,root)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue