diff --git a/config b/config index 9e22396..b45d6f8 100644 --- a/config +++ b/config @@ -716,7 +716,10 @@ setOption("DBUSServices.WhiteList", ( "org.gnome.Sysprof2.conf", # flatpak (bsc#984817) "org.freedesktop.Flatpak.SystemHelper.service", - "org.freedesktop.Flatpak.SystemHelper.conf" + "org.freedesktop.Flatpak.SystemHelper.conf", + # systemd resolver, but dont add automatically to nsswitch.conf! (bsc#917781) + "org.freedesktop.resolve1.conf", + "org.freedesktop.resolve1.service" )) setOption("PAMModules.WhiteList", ( diff --git a/rpmlint-tests.spec b/rpmlint-tests.spec index e1b6c2f..0bd8042 100644 --- a/rpmlint-tests.spec +++ b/rpmlint-tests.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint-tests # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed diff --git a/rpmlint.changes b/rpmlint.changes index d31242f..1a6c1a1 100644 --- a/rpmlint.changes +++ b/rpmlint.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jan 9 09:49:53 UTC 2017 - krahmer@suse.com + +- Adding org.freedesktop.resolve1.conf (bsc#917781) + ------------------------------------------------------------------- Tue Jan 3 10:05:42 UTC 2017 - stefan.bruens@rwth-aachen.de diff --git a/rpmlint.spec b/rpmlint.spec index 655d21f..da3ee7d 100644 --- a/rpmlint.spec +++ b/rpmlint.spec @@ -1,7 +1,7 @@ # # spec file for package rpmlint # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed