From a98157a2caf6b84d5821af8127ad4e66a70c06b7 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Holcroft Date: Aug 22 2021 14:59:14 +0000 Subject: correct indentation --- diff --git a/modules/release-notes/pages/developers/Development_Tools.adoc b/modules/release-notes/pages/developers/Development_Tools.adoc index 7de3009..e8c2190 100644 --- a/modules/release-notes/pages/developers/Development_Tools.adoc +++ b/modules/release-notes/pages/developers/Development_Tools.adoc @@ -48,10 +48,10 @@ Specific backward incompatibility: * Grouped explicit targets -Pattern rules have always had the ability to generate multiple targets with a single invocation of the recipe. It's now possible to declare that an explicit rule generates multiple targets with a single invocation. To use this, replace the `:` token with `&:` in the rule. To detect this feature search for `grouped-target` in the .FEATURES special variable. + Pattern rules have always had the ability to generate multiple targets with a single invocation of the recipe. It's now possible to declare that an explicit rule generates multiple targets with a single invocation. To use this, replace the `:` token with `&:` in the rule. To detect this feature search for `grouped-target` in the .FEATURES special variable. * .EXTRA_PREREQS variable -Words in this variable are considered prerequisites of targets but they are not added to any of the automatic variable values when expanding the recipe. This variable can either be global (applies to all targets) or a target-specific variable. To detect this feature search for `extra-prereqs` in the `.FEATURES` special variable. + Words in this variable are considered prerequisites of targets but they are not added to any of the automatic variable values when expanding the recipe. This variable can either be global (applies to all targets) or a target-specific variable. To detect this feature search for `extra-prereqs` in the `.FEATURES` special variable. * Makefiles can now specify the `-j` option in their MAKEFLAGS variable and this will cause make to enable that parallelism mode. diff --git a/modules/release-notes/pages/sysadmin/Installation.adoc b/modules/release-notes/pages/sysadmin/Installation.adoc index 3fd0e3e..85a2025 100644 --- a/modules/release-notes/pages/sysadmin/Installation.adoc +++ b/modules/release-notes/pages/sysadmin/Installation.adoc @@ -39,7 +39,7 @@ This section covers changes in the [application]*Anaconda* installer, including * The `%pre` section now supports bridged bond. * The `network --nodefroute` option now also works when defined in the `%pre` section. * Sending of custom vendor-class-identifier to a dhcp server has been fixed both for Kickstart `network ---dhcpclass` command and the `inst.dhcpclass` boot option. + --dhcpclass` command and the `inst.dhcpclass` boot option. * The `--biospart` option of the `harddrive` command has been removed. This option was implemented as a placeholder for future implementation which was never finished. * The installer now runs the `%onerror` and `%traceback` scripts for all types of exceptions now. Previously, these scripts were not run for example on `NonInteractiveError` exceptions in command line mode, which prevented them from handling failures during automated installs that could not proceed with the given configuration. * The Kickstart file that is automatically generated after the installation at `/root/anaconda-ks.cfg` now contains information about the current Anaconda version, which helps with identification and debugging, and allows for better reproducible builds. diff --git a/modules/release-notes/pages/sysadmin/Security.adoc b/modules/release-notes/pages/sysadmin/Security.adoc index 23a51c1..01ea265 100644 --- a/modules/release-notes/pages/sysadmin/Security.adoc +++ b/modules/release-notes/pages/sysadmin/Security.adoc @@ -28,14 +28,14 @@ As a result Fedora 33 cannot communicate with legacy systems that support all th If you want to communicate with legacy systems, you may: * Set the system wide crypto policy to LEGACY, by using the command below: - ++ [source,shell] ---- # update-crypto-policies --set LEGACY ---- * Or add the snippet below to your ssh config file (~/.ssh/config) - ++ [source,shell] ---- # Host @@ -43,7 +43,7 @@ If you want to communicate with legacy systems, you may: ---- * For Dovecot in RHEL/CentOS up to 7.8 (it is fixed in 7.9) set in /etc/pki/dovecot/dovecot-openssl.cnf: - ++ [source,shell] ---- [ req ]