]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Makefile: remove fedpkg dependency for "srpm" 1888/head
authorKen Dreyer <kdreyer@redhat.com>
Tue, 12 Sep 2017 22:59:44 +0000 (16:59 -0600)
committerKen Dreyer <kdreyer@redhat.com>
Wed, 13 Sep 2017 16:46:37 +0000 (10:46 -0600)
commit323d59b78652eb6100e954cacc4ab8e8b993dc45
tree44f4d533a7328456b2e8ef7ba0e240af107b99b2
parentac62437609e0fddff3a3a369e92555a112835a5c
Makefile: remove fedpkg dependency for "srpm"

It's not currently possible to install EPEL 7's fedpkg alongside the
centos-packager package in CentOS 7 Extras (for /usr/bin/cbs), because
they each depend on slightly different Koji package versions.

This means that we cannot run "make srpm" on a system where
centos-packager is installed, because that depends on fedpkg.

Remove the dependency on fedpkg for the "srpm" target, and run
rpmbuild -bs directly.

The purpose of this change is to make it easier to automatically
build ceph-ansible SRPMs in Jenkins/cbs.centos.org.
Makefile