mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-07-29 15:55:47 -05:00
spec file: do not include BuildRequires for lint by default
Lint is never executed from rpmbuild, so the BuildRequires for lint are purely informational. Include them only if %with_lint RPM macro is specified. Update .travis.yml accordingly. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Petr Spacek <pspacek@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
committed by
David Kupka
parent
21395d1724
commit
1077743d90
+1
-1
@@ -13,4 +13,4 @@ script:
|
||||
- >
|
||||
docker run -v $PWD:/freeipa -w /freeipa
|
||||
martbab/freeipa-fedora-builder:${TRAVIS_BRANCH}-latest
|
||||
/bin/bash -c 'dnf builddep -y --spec freeipa.spec.in && make rpms'
|
||||
/bin/bash -c 'dnf builddep -y -D "with_lint 1" --spec freeipa.spec.in && make rpms'
|
||||
|
||||
Reference in New Issue
Block a user