Skip to content

Commit

Permalink
fix: specify zsh completions in patchelf.spec.in
Browse files Browse the repository at this point in the history
Problem: When building the patchelf RPM, zsh completions are installed (but not packaged). This causes an RPM build failure.

Solution: We need to identify the zsh completions in the generated RPM spec file.

Testing: I updated the RPM spec file and successfully built the RPM.
  • Loading branch information
murkvin authored and Mic92 committed Feb 15, 2025
1 parent b219056 commit 523f401
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions patchelf.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,4 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/patchelf
%doc %{_docdir}/patchelf/README.md
%{_mandir}/man1/patchelf.1.gz
%{_datadir}/zsh/site-functions/_patchelf

0 comments on commit 523f401

Please sign in to comment.