Use %{name} instead of hard-coding 'toolbox'
There's no need to issue a build just for this.
This commit is contained in:
parent
ccd037e216
commit
221c815242
@ -117,7 +117,7 @@ Dockerfile if the image isn't based on the fedora-toolbox image.
|
|||||||
%{_datadir}/bash-completion
|
%{_datadir}/bash-completion
|
||||||
%{_mandir}/man1/%{name}.1*
|
%{_mandir}/man1/%{name}.1*
|
||||||
%{_mandir}/man1/%{name}-*.1*
|
%{_mandir}/man1/%{name}-*.1*
|
||||||
%{_sysconfdir}/profile.d/toolbox.sh
|
%{_sysconfdir}/profile.d/%{name}.sh
|
||||||
%{_tmpfilesdir}/%{name}.conf
|
%{_tmpfilesdir}/%{name}.conf
|
||||||
|
|
||||||
%files support
|
%files support
|
||||||
|
Loading…
Reference in New Issue
Block a user