diff --git a/librepomgr/buildactions/conductbuild.cpp b/librepomgr/buildactions/conductbuild.cpp index d2b6d22..b2d1997 100644 --- a/librepomgr/buildactions/conductbuild.cpp +++ b/librepomgr/buildactions/conductbuild.cpp @@ -482,7 +482,9 @@ void ConductBuild::run() if (progress.makepkgFlags.empty()) { progress.makepkgFlags = m_setup.building.makepkgFlags; } - progress.updatedVersion.clear(); // reset as there must not be an old value from a previous run + if (!progress.finished.isNull()) { + progress.updatedVersion.clear(); // reset as there must not be an old value from a previous run + } } setupReadLock2.unlock(); dumpBuildProgress();