- Do not ghost the empty /etc/hostname to not break installationimages
pkg. OBS-URL: https://build.opensuse.org/package/show/Base:System/netcfg?expand=0&rev=42
This commit is contained in:
parent
0219bf791b
commit
76f5130838
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 4 07:47:22 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
- Do not ghost the empty /etc/hostname to not break installationimages
|
||||||
|
pkg.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 11 15:37:35 UTC 2015 - tchvatal@suse.com
|
Thu Jun 11 15:37:35 UTC 2015 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -101,7 +101,7 @@ exit 0
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(644,root,root,755)
|
%defattr(644,root,root,755)
|
||||||
%ghost %{_sysconfdir}/hostname
|
%{_sysconfdir}/hostname
|
||||||
%{_sysconfdir}/HOSTNAME
|
%{_sysconfdir}/HOSTNAME
|
||||||
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/aliases
|
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/aliases
|
||||||
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/defaultdomain
|
%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/defaultdomain
|
||||||
|
Loading…
Reference in New Issue
Block a user