Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnks committed Oct 7, 2024
1 parent 06f2fe9 commit 13d35d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/Releases/4.20.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ title: rpm.org - Releases

* Build scriptlets, such as `%build`, `%install` or `%check`, can now be [augmented](https://rpm-software-management.github.io/rpm/manual/spec.html#build-scriptlets) arbitrary number of times by appending or prepending to them with the new `-a` and `-p` options. This is particularly handy for tweaking specs that use the new `BuildSystem` feature described above.

* Dynamic spec parts may now include directives and sections that don't influence the build process itself. If those that do influence the build are used, a proper error message is now printed (#[2917](https://github.com/rpm-software-management/rpm/pull/2917)).
* Dynamic spec parts may now include directives and sections that don't influence the build process itself. If those that do influence the build are used, a proper error message is now printed ([#2917](https://github.com/rpm-software-management/rpm/pull/2917)).

* A per-package build directory that's fully RPM-controlled is now used and exposed as the new `%builddir` macro at build time ([#2078](https://github.com/rpm-software-management/rpm/issues/2078)).

Expand Down

0 comments on commit 13d35d9

Please sign in to comment.