Add nodejs-patternfly-react-templates package - #12902
Conversation
I'd say repoclosure error with But I am unsure about Anyone from @theforeman/packaging mind chiming in? |
|
@MariaAga, your patch needs to be rebased due to new changes in foreman.spec. |
A rebase should make that go away |
c6964de to
f5236b1
Compare
|
rebased |
It indeed went away. ACK on behalf of packaging. Not sure about the timing of the merge, so I'd leave merging up to you, Maria. |
adamruzicka
left a comment
There was a problem hiding this comment.
I'd be curious where the npm(diff) thing came from. Left some minor comments here and there, but in general this should be good to go
| 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) |
There was a problem hiding this comment.
note: Removed in theforeman/foreman@68c236f
| Requires: (npm(rc-input-number) >= 6.0.0 with npm(rc-input-number) < 7.0.0) | ||
| Requires: (npm(react) >= 16.9.0 with npm(react) < 17.0.0) | ||
| Requires: (npm(react-ace) >= 9.5.0 with npm(react-ace) < 10.0.0) | ||
| Requires: (npm(react-bootstrap) >= 0.32.0 with npm(react-bootstrap) < 1.0.0) |
There was a problem hiding this comment.
note: Removed in theforeman/foreman@38fecf3
| Requires: (npm(regenerator-runtime) >= 0.13.3 with npm(regenerator-runtime) < 1.0.0) | ||
| Requires: npm(regenerator-runtime) = 0.14.1 |
There was a problem hiding this comment.
note: Pinned in theforeman/foreman@d2dc1d9
| Requires: (npm(diff) >= 5.1.0 with npm(diff) < 6.0.0) | ||
| Requires: npm(diff) = 5.2.0 |
There was a problem hiding this comment.
| %{?scl:%scl_package nodejs-%{npm_name}} | ||
| %{!?scl:%global pkg_name %{name}} |
There was a problem hiding this comment.
We do not use scl anymore. It does not hurt anything, but it is dead code. Assuming the spec was generated from our templates, I'd be willing to let it slide.
There was a problem hiding this comment.
I ran ./update-requirements npm "../foreman/package.json" "./packages/foreman/foreman/foreman.spec"
There was a problem hiding this comment.
Adam, seems you have a context about SCL usage. Would you mind creating an issue in this project to remove it from our specs and the template(s)?
There was a problem hiding this comment.
There was a problem hiding this comment.
Redmine is better, of course. :) Thank you!
theforeman/foreman#10811