mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 18:22:49 +02:00
fix(fedora): Correct linting issues in RPM spec file
The Fedora RPM packaging files added in PR #950 weren't passing pre-commit checks, causing CI failures for any branches rebased after that merge. This applies prek linting fixes (typo correction, trailing whitespace removal, and EOF newline) to ensure CI passes for all contributors.
This commit is contained in:
parent
34417c96ae
commit
609e239436
1 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ sed -i 's/^offline = true$//' .cargo/config.toml
|
||||||
%cargo_build
|
%cargo_build
|
||||||
|
|
||||||
# Here's the one legally required mystery incantation in this file.
|
# Here's the one legally required mystery incantation in this file.
|
||||||
# Some of our dependencies have source files which are (for some reason) marked as excutable.
|
# Some of our dependencies have source files which are (for some reason) marked as executable.
|
||||||
# Files in .cargo/registry/ are copied into /usr/src/ by the debuginfo machinery
|
# Files in .cargo/registry/ are copied into /usr/src/ by the debuginfo machinery
|
||||||
# at the end of the build step, and then the BRP shebang mangling script checks
|
# at the end of the build step, and then the BRP shebang mangling script checks
|
||||||
# the entire buildroot to find executable files, and fails the build because
|
# the entire buildroot to find executable files, and fails the build because
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue