Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ As an alternative, consider updating the content view.
====
Dependency solving only considers packages within the repositories of the content view.
It does not consider packages installed on clients.
ifeval::["{client-os-family}" == "Red Hat"]
ifdef::katello,satellite,almalinux,centos,oracle_linux,red_hat_enterprise_linux,rocky_linux[]
For example, if a content view includes only AppStream, dependency solving does not include dependent BaseOS content at publish time.
endif::[]

Expand All @@ -45,7 +45,7 @@ For example, if you create a filter for security purposes but enable dependency
To mitigate this problem, carefully test filtering rules to determine the required dependencies.
If dependency solving includes unwanted packages, manually identify the core basic dependencies that the extra packages and errata need.

ifeval::["{client-os}" == "{RHEL}"]
ifdef::katello,satellite,red_hat_enterprise_linux[]
[id="Combining_exclusion_filters_with_dependency_solving_{context}"]
.Combining exclusion filters with dependency solving
====
Expand All @@ -59,9 +59,7 @@ As a result, the host diverges from {client-os}{nbsp}9.3 machines.
If you do not need the extra errata and packages, do not configure content view filtering.
Instead, enable and use the {client-os}{nbsp}9.3 repository on the *Content* > *Red Hat Repositories* page in the {ProjectWebUI}.
====
endif::[]

ifeval::["{client-os}" == "{RHEL}"]
[id="Excluding_packages_and_dependency_solving_with_DNF_{context}"]
.Excluding packages sometimes makes dependency solving impossible for DNF
====
Expand Down
2 changes: 1 addition & 1 deletion guides/common/modules/con_host-substatus-overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Possible values:
| Needed security errata | Error | 3
|===

ifeval::["{client-os}" == "{RHEL}"]
ifdef::katello,satellite,red_hat_enterprise_linux[]
RHEL Lifecycle::
Indicates the current state of the {RHEL} operating system installed on the host.
+
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ endif::[]
You have to perform the following configuration steps on each TFTP {SmartProxy} for a subnet to provision Secure Boot enabled hosts on that subnet.
====

ifeval::["{client-os-context}" == "rhel"]
ifdef::satellite[]
{client-os} supports Secure Boot on x86_64 architecture only.
endif::[]
ifeval::["{client-os-context}" != "rhel"]
ifndef::satellite[]
The following example works for {client-os} on x86_64 architecture.
endif::[]

Expand Down