As Ceph changes and new files get installed by default, we need to
ensure that the commits which create these files also update the
packaging files lists as well.
One way to do this is to tell Gitbuilder to stop skipping unpackaged
files in the RPMs. This will cause Gitbuilder builds to indicate a
failure when new files get added without packaging updates.
Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
# Build RPMs
BUILDAREA=`readlink -fn ${BUILDAREA}` ### rpm wants absolute path
-rpmbuild -ba --define "_topdir ${BUILDAREA}" --define "_unpackaged_files_terminate_build 0" ceph.spec
+rpmbuild -ba --define "_topdir ${BUILDAREA}" ceph.spec
# Create and build an RPM for the repository
EOF
# End of ceph.repo file
-rpmbuild -bb --define "_topdir ${BUILDAREA}" --define "_unpackaged_files_terminate_build 0" ${BUILDAREA}/SPECS/ceph-release.spec
+rpmbuild -bb --define "_topdir ${BUILDAREA}" --define ${BUILDAREA}/SPECS/ceph-release.spec
# Add Dependencies.