-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add jquery-ui-rails package to katello #11416
base: rpm/develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, with this we should be able to break the cyclical dependency between the three (now four) opened PRs.
Needs a rebase |
a1a2163
to
f530f2d
Compare
Rebased |
And once more I'm afraid |
c5d55a3
to
272c8bc
Compare
@theforeman/packaging |
[test rpm-copr] |
Sigh, if I'm reading it right, rebasing once more should make the current build failures go away. |
unfourtunetly |
[test rpm-copr] |
272c8bc
to
c49732f
Compare
Rebased again |
@@ -76,6 +76,10 @@ BuildRequires: (npm(react-bootstrap) >= 0.32.1 with npm(react-bootstrap) < 1.0.0 | |||
BuildRequires: (npm(use-deep-compare-effect) >= 1.6.1 with npm(use-deep-compare-effect) < 2.0.0) | |||
# end package.json dependencies BuildRequires | |||
|
|||
# start specfile assets BuildRequires |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This would point to an assets
bundler group like Foreman has (https://github.com/theforeman/foreman/blob/207137e04d1c87757477d758c20d0790de142173/bundler.d/assets.rb#L1), but katello doesn't use that. Instead, in Katello/katello#10982 you add it to the gemspec so it belongs in the specfile generated dependencies
group.
split from #11004