Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion comps/comps-foreman-el9.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
<packagereq type="default">nodejs-react-dnd</packagereq>
<packagereq type="default">nodejs-react-dnd-html5-backend</packagereq>
<packagereq type="default">nodejs-react-dom</packagereq>
<packagereq type="default">nodejs-react-ellipsis-with-tooltip</packagereq>
<packagereq type="default">nodejs-react-helmet</packagereq>
<packagereq type="default">nodejs-react-intl</packagereq>
<packagereq type="default">nodejs-react-loading-skeleton</packagereq>
Expand Down
1 change: 0 additions & 1 deletion package_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,6 @@ foreman_nodejs_packages:
nodejs-react-dnd: {}
nodejs-react-dom: {}
nodejs-react-dnd-html5-backend: {}
nodejs-react-ellipsis-with-tooltip: {}
nodejs-react-helmet: {}
nodejs-react-intl:
strategy: bundle
Expand Down
6 changes: 4 additions & 2 deletions packages/foreman/foreman/foreman.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
%global dynflow_sidekiq_service_name dynflow-sidekiq@
%global rake /usr/bin/rake

%global release 2
%global release 3
%global prereleasesource develop
%global prerelease %{?prereleasesource}

Expand Down Expand Up @@ -293,7 +293,6 @@ Requires: (npm(react-diff-view) >= 2.6.0 with npm(react-diff-view) < 3.0.0)
Requires: (npm(react-dnd) >= 14.0.2 with npm(react-dnd) < 15.0.0)
Requires: (npm(react-dnd-html5-backend) >= 14.0.0 with npm(react-dnd-html5-backend) < 15.0.0)
Requires: (npm(react-dom) >= 16.8.1 with npm(react-dom) < 17.0.0)
Requires: (npm(react-ellipsis-with-tooltip) >= 1.0.8 with npm(react-ellipsis-with-tooltip) < 2.0.0)
Requires: (npm(react-helmet) >= 6.1.0 with npm(react-helmet) < 7.0.0)
Requires: (npm(react-intl) >= 2.8.0 with npm(react-intl) < 3.0.0)
Requires: (npm(react-loading-skeleton) >= 1.1.2 with npm(react-loading-skeleton) < 2.0.0)
Expand Down Expand Up @@ -839,6 +838,9 @@ exit 0
%systemd_postun %{name}.socket

%changelog
* Fri Dec 12 2025 Evgeni Golov - 3.18.0-0.3.develop
- Drop ellipsis-with-tooltip requirement

* Thu Nov 20 2025 Evgeni Golov - 3.18.0-0.2.develop
- Support limiting loaded plugins via FOREMAN_ENABLED_PLUGINS

Expand Down

This file was deleted.

This file was deleted.