NetworkManager/contrib/fedora
Íñigo Huguet 88b7cf0f28 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
2024-12-23 12:32:13 +01:00
..
rpm release: fix help text 2024-12-23 12:32:13 +01:00
utils contrib: pass "--noclean" to rpmbuild in "makerepo.sh" 2024-02-20 08:41:47 +01:00
REQUIRED_PACKAGES fedora: install ethtool explicitly 2024-10-07 14:09:42 +02:00