bump msmtp-1.8.23-1

This commit is contained in:
Gitouche 2023-02-14 22:33:20 +01:00
parent 85a0e0c43c
commit 5ec61d753a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
files/

View File

@ -44,7 +44,7 @@ EOF
${DOCKER} build --no-cache -v /tmp/dockerrpmbuild-$$:/out:Z -t docker-${PACKAGE}-xfer -f- . <<EOF
FROM localhost/docker-${PACKAGE}-build
USER root
RUN mv /home/dontbuildasroot/rpmbuild/RPMS/*/*.rpm /out/
RUN mv -f /home/dontbuildasroot/rpmbuild/RPMS/*/*.rpm /out/
EOF
[[ $? == 0 ]] && mv -i /tmp/dockerrpmbuild-$$/*.rpm ${ABSDIR}/files/ &&