Skip to content

Commit

Permalink
Minor RN tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnks committed Apr 8, 2024
1 parent 89793c1 commit a6b8e94
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions wiki/Releases/4.20.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Last update: 2024-04-08
* Comments (starting with a `#`) are now allowed after SPEC conditionals
* Indentation is now [allowed](https://rpm-software-management.github.io/rpm/manual/spec.html#preamble-tags) for SPEC tags ([#2927](https://github.com/rpm-software-management/rpm/issues/2927))
* Distributions can now override build conditionals (`%bcond`) system-wide with the new `%{bcond_override_default NAME VALUE}` macro
* The build time is now exposed to build scriptlets via the new `$RPM_BUILD_TIME` environment variable
* Build time is now exposed to build scriptlets via the new `$RPM_BUILD_TIME` environment variable
* The `${XDG_CONFIG_HOME}/rpm` directory is now the preferred location when loading per-user macro configuration ([#2153](https://github.com/rpm-software-management/rpm/issues/2153))
* A new [multi-file protocol](https://rpm-software-management.github.io/rpm/manual/dependency_generators.html#writing-dependency-generators) allowing for much faster dependency generation
* The Python bindings have been ported to the stable Python ABI ([#2345](https://github.com/rpm-software-management/rpm/issues/2345))
Expand Down Expand Up @@ -59,7 +59,6 @@ Last update: 2024-04-08
## Compatibility notes
* The `%patchN` macro syntax (where `N` is a patch number) is now obsolete and
will produce a build error. Use `%patch N` (or `%patch -P N`) instead.
* Comments after SPEC conditionals are now valid syntax (and won't cause a
warning), any other text that doesn't start with a `#` is now an error.
* Non-comment text (i.e. not starting with a `#`) after SPEC conditionals is now a build error.
* Python 3.7 and OpenSSL 3.0 (when enabled) are now the minimum build
requirements.

0 comments on commit a6b8e94

Please sign in to comment.