mark the uboot file as %config(noreplace)

This commit is contained in:
Dennis Gilmore 2012-02-07 11:27:28 -06:00
parent f62abfe143
commit 302c25e80d
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ rm -rf $RPM_BUILD_ROOT
/sbin/grubby /sbin/grubby
%{_mandir}/man8/*.8* %{_mandir}/man8/*.8*
%ifarch %{arm} %ifarch %{arm}
%config %{_sysconfdir}/sysconfig/uboot %config(noreplace) %{_sysconfdir}/sysconfig/uboot
%endif %endif
%changelog %changelog