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

spec file: support build without ipatests #597

Closed
wants to merge 1 commit into from
Closed

spec file: support build without ipatests #597

wants to merge 1 commit into from

Conversation

HonzaCholasta
Copy link
Contributor

@HonzaCholasta HonzaCholasta commented Mar 15, 2017

Build ipatests only if %with_ipatests RPM macro is specified.

By default the macro is specified if ONLY_CLIENT is not specified.

Copy link

@pvomacka pvomacka left a comment

Choose a reason for hiding this comment

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

See inline comments

@@ -861,19 +873,25 @@ pushd %{_builddir}/freeipa-%{version}-python3
(cd ipaplatform && %make_install)
(cd ipapython && %make_install)
(cd ipaserver && %make_install)
%if 0%{?with_ipatests}

Choose a reason for hiding this comment

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

this if is unclosed or the next if statement is not needed.

Build ipatests only if %with_ipatests RPM macro is specified.

By default the macro is specified if ONLY_CLIENT is not specified.

https://pagure.io/freeipa/issue/6517
@pvomacka pvomacka added the ack Pull Request approved, can be merged label Mar 15, 2017
@HonzaCholasta HonzaCholasta added the pushed Pull Request has already been pushed label Mar 15, 2017
@HonzaCholasta
Copy link
Contributor Author

master:

  • e42a846 spec file: support build without ipatests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ack Pull Request approved, can be merged pushed Pull Request has already been pushed
Projects
None yet
2 participants