Skip to content
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

Fixes #3495 - foreman-cli meta-packageshould install hammer #981

Closed
wants to merge 1 commit into from

Conversation

mbacovsky
Copy link
Member

No description provided.

@@ -116,10 +116,11 @@ BuildRequires: gettext
Summary: Foreman CLI
Group: Applications/System
Requires: %{name} = %{version}-%{release}
Requires: %{?scl_prefix}rubygem(foremancli) >= 1.0
Requires: %{?scl_prefix}rubygem(hammer_cli)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll need to remove scl_prefix to get the right package.

@domcleal
Copy link
Contributor

Can we also delete extras/cli/ and the deployment of extras/cli/foremancli from the spec file?

@mbacovsky
Copy link
Member Author

@domcleal thanks for keeping an eye on me ;) Issues fixed.

pitr-ch pushed a commit to pitr-ch/foreman that referenced this pull request Oct 29, 2013
The overall goal was to extract the existing JSON response
overall controllers, and to move them to a seperate name space.

* documentation was added to all requests (available under /apidoc)
this include same request and response generated using
    APIPIE_RECORD=examples rake test:api
* Also Fixes theforeman#1800, fixes theforeman#1419, fixes theforeman#981 and fixes theforeman#1774

whats missing:

1. Permissions checks for all new controllers
2. Nested routes (e.g. /hosts/id/reports)
3. running tests with oauth/basic_auth (instead of as_admin {get /})
@domcleal
Copy link
Contributor

Merged as 16fda03, thanks @mbacovsky!

@domcleal domcleal closed this Oct 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants