From 985a9b7b1d41026ee881bba09518f0f9613eb64e Mon Sep 17 00:00:00 2001 From: Avi Miller Date: Thu, 14 Jan 2016 18:50:55 +1100 Subject: [PATCH] Remove the changelog auto-generation because its hardcoded in the .spec file now. Signed-off-by: Avi Miller Upstream-commit: b916d451325fc20d754f47702af34304e983a77b Component: engine --- components/engine/hack/make/build-rpm | 1 - 1 file changed, 1 deletion(-) diff --git a/components/engine/hack/make/build-rpm b/components/engine/hack/make/build-rpm index b8e8e8db0f..36abc6f29b 100644 --- a/components/engine/hack/make/build-rpm +++ b/components/engine/hack/make/build-rpm @@ -98,7 +98,6 @@ set -e if [ "${suite%.*}" -gt 6 ] && [[ "$version" != opensuse* ]]; then cat >> "$DEST/$version/Dockerfile.build" <<-EOF RUN tar -cz -C /usr/src/${rpmName}/contrib -f /root/rpmbuild/SOURCES/${rpmName}-selinux.tar.gz ${rpmName}-selinux - RUN { echo '* $rpmDate $rpmPackager $rpmVersion-$rpmRelease'; echo '* Version: $VERSION'; } >> ${rpmName}-selinux.spec && tail >&2 ${rpmName}-selinux.spec RUN rpmbuild -ba \ --define '_gitcommit $DOCKER_GITCOMMIT' \ --define '_release $rpmRelease' \