From 23d2156c83582df163cb16af4b4bda5576692503 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sun, 31 Jul 2022 11:14:07 +0200 Subject: [PATCH] Bump to F36 build (no changes) --- docker_rpmbuild-rebuild_msmtp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker_rpmbuild-rebuild_msmtp.sh b/docker_rpmbuild-rebuild_msmtp.sh index f9a3236..b3c6c6b 100755 --- a/docker_rpmbuild-rebuild_msmtp.sh +++ b/docker_rpmbuild-rebuild_msmtp.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -FROMFEDORA='34' +FROMFEDORA='36' PACKAGE='msmtp' ABSDIR="$( dirname "$(readlink -f -- "$0")" )" @@ -26,7 +26,7 @@ dnf config-manager --set-enabled powertools && \ dnf install -y rpm-build gcc make gettext gnutls-devel libgsasl-devel libidn-devel libsecret-devel && \ useradd -m dontbuildasroot -s /bin/bash USER dontbuildasroot -RUN rpmbuild --rebuild https://download-ib01.fedoraproject.org/pub/fedora/linux/updates/${FROMFEDORA}/Everything/SRPMS/Packages/m/${PACKAGE}-${VERSION}.fc${FROMFEDORA}.src.rpm +RUN rpmbuild --rebuild https://download-ib01.fedoraproject.org/pub/fedora/linux/updates/${FROMFEDORA}/Everything/source/tree/Packages/m/${PACKAGE}-${VERSION}.fc${FROMFEDORA}.src.rpm EOF [[ $? = 0 ]] && mkdir /tmp/dockerrpmbuild-$$