diff --git a/wiki/Releases/4.20.0.md b/wiki/Releases/4.20.0.md index adbaaf7..e172965 100644 --- a/wiki/Releases/4.20.0.md +++ b/wiki/Releases/4.20.0.md @@ -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)).