Accepting request 907154 from home:dspinella:branches:Base:System

- Add localhost.localdomain fallback hostname used by NetworkManager
  (bsc#1177835).

OBS-URL: https://build.opensuse.org/request/show/907154
OBS-URL: https://build.opensuse.org/package/show/Base:System/netcfg?expand=0&rev=72
This commit is contained in:
Danilo Spinella 2021-07-20 09:36:57 +00:00 committed by Git OBS Bridge
parent bfbb272059
commit e9899fb6bf
2 changed files with 8 additions and 0 deletions

2
hosts
View File

@ -10,6 +10,8 @@
#
127.0.0.1 localhost
# fallback hostname used by NetworkManager
127.0.0.1 localhost.localdomain
# special IPv6 addresses
::1 localhost ipv6-localhost ipv6-loopback

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 19 13:59:22 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
- Add localhost.localdomain fallback hostname used by NetworkManager
(bsc#1177835).
-------------------------------------------------------------------
Thu Feb 18 07:40:58 UTC 2021 - Johannes Segitz <jsegitz@suse.com>