#740 correct indentation
Merged 2 years ago by pbokoc. Opened 2 years ago by jibecfed.
fedora-docs/ jibecfed/release-notes format-f33  into  f33

@@ -48,10 +48,10 @@ 

  

  

  * 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.

  

@@ -39,7 +39,7 @@ 

  * 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.

@@ -28,14 +28,14 @@ 

  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 <server-name>
@@ -43,7 +43,7 @@ 

  ----

  

  * 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 ]

can you believe only this creates 90 lines of warning in my mailbox everyday?
the po4a modules calls another one, which creates a huge output of useless warn in my mailbox

Pull-Request has been merged by pbokoc

2 years ago