-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: rpi-utils #2650
fix: rpi-utils #2650
Conversation
I'm not sure if there are macros to compress manpages? I'll need to fix that before merging. |
not that I'm aware of |
I don't know why it's failing ahhh |
for some reasons those man files are not getting installed |
I fixed the missing manpage (/usr/share/man/man2/dtoverlay.2) but the other files clearly exist, even though rpmbuild thinks they don't |
… bindir" This reverts commit 5530cda.
💔 Some backports could not be created
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
* fix: rpi-utils * add patch to install dtoverlay manpage * fix manpage filepaths * fix otpset package requires * add patch to exclude overlaycheck-exclude.txt from install to bindir * add missing vcgencmd bash completion to %files * Revert "add patch to exclude overlaycheck-exclude.txt from install to bindir" This reverts commit 5530cda. * don't package raspinfo and ignore unpackaged files build error * add main package requires (cherry picked from commit 648ed30) Co-authored-by: sadlerm4 <[email protected]>
* fix: rpi-utils * add patch to install dtoverlay manpage * fix manpage filepaths * fix otpset package requires * add patch to exclude overlaycheck-exclude.txt from install to bindir * add missing vcgencmd bash completion to %files * Revert "add patch to exclude overlaycheck-exclude.txt from install to bindir" This reverts commit 5530cda. * don't package raspinfo and ignore unpackaged files build error * add main package requires (cherry picked from commit 648ed30) Co-authored-by: sadlerm4 <[email protected]>
Change %files list to match upstream changes - new piolib binary called
apitest
anddpi_interlace
was renamed todpi_csync
. Also split utils into subpackages.