recommend nss-mdns for Fedora to have a working default for now
Recommending nss-mdns will create a working default and it will not hardwire nss-mdns for users which want to use Avahi+resolved instead of Avahi+nss-mdns
This commit is contained in:
parent
2b9fae5a8c
commit
9b79825f32
16
cups.spec
16
cups.spec
@ -110,6 +110,11 @@ BuildRequires: audit-libs-devel
|
|||||||
# getaddrinfo from glibc needs nss-mdns or systemd-resolved for resolving
|
# getaddrinfo from glibc needs nss-mdns or systemd-resolved for resolving
|
||||||
# mdns .local addresses. Don't require a specific package for now and let
|
# mdns .local addresses. Don't require a specific package for now and let
|
||||||
# the user to decide what to use
|
# the user to decide what to use
|
||||||
|
# just recommend nss-mdns for Fedora for now to have working default, but
|
||||||
|
# don't hardwire it for resolved users
|
||||||
|
%if 0%{?fedora}
|
||||||
|
Recommends: nss-mdns
|
||||||
|
%endif
|
||||||
# avahi is needed for mDNS discovery and sharing queues
|
# avahi is needed for mDNS discovery and sharing queues
|
||||||
Recommends: avahi
|
Recommends: avahi
|
||||||
|
|
||||||
@ -171,6 +176,11 @@ Requires: avahi
|
|||||||
# mdns address resolver (nss-mdns or systemd-resolved) is needed too,
|
# mdns address resolver (nss-mdns or systemd-resolved) is needed too,
|
||||||
# but don't require a specific package for now and let the user to choose
|
# but don't require a specific package for now and let the user to choose
|
||||||
# what to use
|
# what to use
|
||||||
|
# just recommend nss-mdns for Fedora for now to have working default, but
|
||||||
|
# don't hardwire it for resolved users
|
||||||
|
%if 0%{?fedora}
|
||||||
|
Recommends: nss-mdns
|
||||||
|
%endif
|
||||||
|
|
||||||
%package printerapp
|
%package printerapp
|
||||||
Summary: CUPS printing system - tools for printer application
|
Summary: CUPS printing system - tools for printer application
|
||||||
@ -180,6 +190,11 @@ Requires: avahi
|
|||||||
# mdns address resolver (nss-mdns or systemd-resolved) is needed too,
|
# mdns address resolver (nss-mdns or systemd-resolved) is needed too,
|
||||||
# but don't require a specific package for now and let the user to choose
|
# but don't require a specific package for now and let the user to choose
|
||||||
# what to use
|
# what to use
|
||||||
|
# just recommend nss-mdns for Fedora for now to have working default, but
|
||||||
|
# don't hardwire it for resolved users
|
||||||
|
%if 0%{?fedora}
|
||||||
|
Recommends: nss-mdns
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
CUPS printing system provides a portable printing layer for
|
CUPS printing system provides a portable printing layer for
|
||||||
@ -663,6 +678,7 @@ rm -f %{cups_serverbin}/backend/smb
|
|||||||
%changelog
|
%changelog
|
||||||
* Mon Feb 01 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.3.3op1-4
|
* Mon Feb 01 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.3.3op1-4
|
||||||
- fix for CVE-2020-10001
|
- fix for CVE-2020-10001
|
||||||
|
- recommend nss-mdns for Fedora to have a working default for now
|
||||||
|
|
||||||
* Thu Jan 28 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.3.3op1-3
|
* Thu Jan 28 2021 Zdenek Dohnal <zdohnal@redhat.com> - 1:2.3.3op1-3
|
||||||
- remove nss-mdns dependency - let the user decide whether use resolved or nss-mdns
|
- remove nss-mdns dependency - let the user decide whether use resolved or nss-mdns
|
||||||
|
Loading…
Reference in New Issue
Block a user