Fix missing %dir

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2023-11-27 12:08:28 -05:00
parent 4c864a0d68
commit 9b2e0bcd71
2 changed files with 2 additions and 2 deletions

View File

@ -812,7 +812,7 @@ end
%if 0%{?nodejs_default}
%{_bindir}/node
%doc %{_mandir}/man1/node.1*
dir %{nodejs_default_sitelib}
%dir %{nodejs_default_sitelib}
%endif

View File

@ -824,7 +824,7 @@ end
%if 0%{?nodejs_default}
%{_bindir}/node
%doc %{_mandir}/man1/node.1*
dir %{nodejs_default_sitelib}
%dir %{nodejs_default_sitelib}
{% if NODE_MAJOR < 19 -%}
%dir %{_datadir}/systemtap