diff --git a/nss-mdns.spec b/nss-mdns.spec index f2f8568..88262c6 100644 --- a/nss-mdns.spec +++ b/nss-mdns.spec @@ -1,6 +1,6 @@ Name: nss-mdns Version: 0.14.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: glibc plugin for .local name resolution License: LGPLv2+ @@ -44,11 +44,11 @@ rm -rf $RPM_BUILD_ROOT function mod_nss() { if [ -f "$1" ] ; then # sed-fu to add mdns4_minimal to the hosts line of /etc/nsswitch.conf - sed -i.bak ' - /^hosts:/ !b - /\/ b - s/\([[:blank:]]\+\)dns\>/\1mdns4_minimal [NOTFOUND=return] dns/g - ' "$1" + sed -i.bak ' + /^hosts:/ !b + /\/ b + s/\ - 0.14.1-9 +- Place 'mdns4_minimal' in /etc/nsswitch.conf after 'files' in /etc/nsswitch.conf, + so that it ends up before 'resolve' (#1867830) + * Tue Jul 28 2020 Fedora Release Engineering - 0.14.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild