Remove the changelog auto-generation
| ... | ... |
@@ -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' \ |