DNF has an option to list packages recently added into the repositories.
# man dnf |grep recent
dnf [options] list --recent [<package-file-spec>...]
List packages recently added into the repositories.
--recent
Limit the resulting set to packages that were recently edited.
dnf [options] repository-packages <repoid> info --recent [<pack‐
List packages recently added into the repository.
dnf [options] repository-packages <repoid> list --recent [<pack‐
List packages recently added into the repository.
of the most recent transaction. The last form is last-<offset>, where <off‐
most recent transaction.
Does someone has a clue about the time window that defines
this “–recent” option? (1,3,7,14,30 hours/days?) Thanks.