Skip to content

Commit

Permalink
remove jquery-ui-rails package from foreman
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga authored and evgeni committed Jan 14, 2025
1 parent ffd4c5b commit 9ca5ff4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 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 3
%global release 4
%global prereleasesource develop
%global prerelease %{?prereleasesource}

Expand Down Expand Up @@ -199,7 +199,6 @@ BuildRequires: (npm(react-intl) >= 2.8.0 with npm(react-intl) < 3.0.0)
# end package.json dependencies BuildRequires

# start specfile assets BuildRequires
BuildRequires: (rubygem(jquery-ui-rails) >= 6.0 with rubygem(jquery-ui-rails) < 7.0)
BuildRequires: (rubygem(patternfly-sass) >= 3.59.4 with rubygem(patternfly-sass) < 3.60.0)
BuildRequires: (rubygem(gettext_i18n_rails_js) >= 1.4 with rubygem(gettext_i18n_rails_js) < 2.0)
BuildRequires: (rubygem(po_to_json) >= 1.1 with rubygem(po_to_json) < 2.0)
Expand Down Expand Up @@ -350,7 +349,6 @@ Requires: (npm(react-intl) >= 2.8.0 with npm(react-intl) < 3.0.0)
# end package.json dependencies Requires

# start specfile assets Requires
Requires: (rubygem(jquery-ui-rails) >= 6.0 with rubygem(jquery-ui-rails) < 7.0)
Requires: (rubygem(patternfly-sass) >= 3.59.4 with rubygem(patternfly-sass) < 3.60.0)
Requires: (rubygem(gettext_i18n_rails_js) >= 1.4 with rubygem(gettext_i18n_rails_js) < 2.0)
Requires: (rubygem(po_to_json) >= 1.1 with rubygem(po_to_json) < 2.0)
Expand Down Expand Up @@ -863,6 +861,9 @@ exit 0
%systemd_postun %{name}.socket

%changelog
* Mon Jan 13 2025 MariaAga <[email protected]> - 3.14.0-0.4.develop
- move jquery-ui-rails package to katello

* Tue Dec 10 2024 Ewoud Kohl van Wijngaarden <[email protected]> - 3.14.0-0.3.develop
- Update Rails dependency

Expand Down

0 comments on commit 9ca5ff4

Please sign in to comment.