NetworkManager/contrib/fedora
Íñigo Huguet 02698911fa release: fix help text
The help text is read from the comments at the top of the script itself.
However, to detect what lines belongs to the help text, a range was
defined as:
- Start: any line starting with `# `
- End: any line starting `# Run with --no-test`

If any later line starts with `# ` is considered as a new matching
range, and from it to the end of the file is printed too.

Fix it by defining the range:
- Start: line 2
- End: blank line

(cherry picked from commit b1c8b5482c)
2024-12-23 13:27:35 +01:00
..
rpm release: fix help text 2024-12-23 13:27:35 +01:00
utils contrib: add "cloud-init", "firewalld", "nftables" to makerepo.sh script 2023-07-14 09:40:26 +02:00
REQUIRED_PACKAGES contrib: fix fedora/REQUIRED_PACKAGES for {lib,}vala-devel 2023-05-19 12:49:23 +02:00