Skip to content

Commit 523f401

Browse files
murkvinMic92
authored andcommitted
fix: specify zsh completions in patchelf.spec.in
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.
1 parent b219056 commit 523f401

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

patchelf.spec.in

+1
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ rm -rf $RPM_BUILD_ROOT
3636
%{_bindir}/patchelf
3737
%doc %{_docdir}/patchelf/README.md
3838
%{_mandir}/man1/patchelf.1.gz
39+
%{_datadir}/zsh/site-functions/_patchelf

0 commit comments

Comments
 (0)