From 13d35d9d0e5981b23839b86923ecbd609efad528 Mon Sep 17 00:00:00 2001 From: Michal Domonkos Date: Mon, 7 Oct 2024 14:42:40 +0200 Subject: [PATCH] Fix typo --- wiki/Releases/4.20.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)).