Browse code

Remove the changelog auto-generation because its hardcoded in the .spec file now.

Signed-off-by: Avi Miller <avi.miller@oracle.com>

Avi Miller authored on 2016/01/14 16:50:55
Showing 1 changed files
... ...
@@ -98,7 +98,6 @@ set -e
98 98
 		if [ "${suite%.*}" -gt 6 ] && [[ "$version" != opensuse* ]]; then
99 99
 			cat >> "$DEST/$version/Dockerfile.build" <<-EOF
100 100
 				RUN tar -cz -C /usr/src/${rpmName}/contrib -f /root/rpmbuild/SOURCES/${rpmName}-selinux.tar.gz ${rpmName}-selinux
101
-				RUN { echo '* $rpmDate $rpmPackager $rpmVersion-$rpmRelease'; echo '* Version: $VERSION'; } >> ${rpmName}-selinux.spec && tail >&2 ${rpmName}-selinux.spec
102 101
 				RUN rpmbuild -ba \
103 102
 						--define '_gitcommit $DOCKER_GITCOMMIT' \
104 103
 						--define '_release $rpmRelease' \