diff --git a/systemd-mini.changes b/systemd-mini.changes index 20d2f8ae..52870bc4 100644 --- a/systemd-mini.changes +++ b/systemd-mini.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 16 09:42:48 UTC 2015 - meissner@suse.com + +- disable systemd-resolved for now as it interacts not well with + our methods and security has concerns regarding spoofing. bsc#917781 + ------------------------------------------------------------------- Tue Jan 20 11:33:59 UTC 2015 - werner@suse.de diff --git a/systemd-mini.spec b/systemd-mini.spec index 867ef076..3a618870 100644 --- a/systemd-mini.spec +++ b/systemd-mini.spec @@ -802,6 +802,7 @@ cflags -Wl,--hash-size=8599 LDFLAGS %if %{without networkd} --disable-networkd \ %endif + --disable-resolved \ --disable-kdbus make %{?_smp_mflags} %if ! 0%{?bootstrap} diff --git a/systemd.changes b/systemd.changes index 20d2f8ae..52870bc4 100644 --- a/systemd.changes +++ b/systemd.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 16 09:42:48 UTC 2015 - meissner@suse.com + +- disable systemd-resolved for now as it interacts not well with + our methods and security has concerns regarding spoofing. bsc#917781 + ------------------------------------------------------------------- Tue Jan 20 11:33:59 UTC 2015 - werner@suse.de diff --git a/systemd.spec b/systemd.spec index 53048540..cc60f141 100644 --- a/systemd.spec +++ b/systemd.spec @@ -797,6 +797,7 @@ cflags -Wl,--hash-size=8599 LDFLAGS %if %{without networkd} --disable-networkd \ %endif + --disable-resolved \ --disable-kdbus make %{?_smp_mflags} %if ! 0%{?bootstrap}