From 76f5130838c65f827e24bf7abe24cb009ce2376d492596eb79a788f4bb8dfa6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 4 Aug 2015 07:47:42 +0000 Subject: [PATCH] - 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 --- netcfg.changes | 6 ++++++ netcfg.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/netcfg.changes b/netcfg.changes index d480b31..4774c2f 100644 --- a/netcfg.changes +++ b/netcfg.changes @@ -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 diff --git a/netcfg.spec b/netcfg.spec index 83d1565..ef572ee 100644 --- a/netcfg.spec +++ b/netcfg.spec @@ -101,7 +101,7 @@ exit 0 %files %defattr(644,root,root,755) -%ghost %{_sysconfdir}/hostname +%{_sysconfdir}/hostname %{_sysconfdir}/HOSTNAME %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/aliases %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/defaultdomain