mark the uboot file as %config(noreplace)
This commit is contained in:
parent
f62abfe143
commit
302c25e80d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user