`dnf info` and `dnf search` show date of latest version creation

,

As per the website (Rekollect - SourceForge.net), the package was last updated more than 10 years ago! How can I display this information using dnf info as follows:

$ dnf info rekollect.x86_64
Last metadata expiration check: 0:04:30 ago on Tue 02 Jul 2024 17:01:11 CEST.
Available Packages
Name         : rekollect
Version      : 0.3.3
Release      : 20.fc40
Architecture : x86_64
Size         : 95 k
Source       : rekollect-0.3.3-20.fc40.src.rpm
Repository   : fedora
Summary      : A note taking and note management application
URL          : http://sourceforge.net/projects/rekollect/
License      : GPLv2+
Description  : A note taking and note management application.

dnf search

Is it possible to show the latest date of package update as a column in the following:

 dnf search note

Add the -v verbose option to see the build date of the rpm.

dnf info -v <package>

Does not contain the information:

$ command dnf info -C -v rekollect.x86_64
Loaded plugins: builddep, changelog, config-manager, copr, debug, debuginfo-install, download, generate_completion_cache, groups-manager, needs-restarting, notify-packagekit, playground, repoclosure, repodiff, repograph, repomanage, reposync, system-upgrade
DNF version: 4.19.2
cachedir: /var/cache/dnf
User-Agent: constructed: 'libdnf (Fedora Linux 40; workstation; Linux.x86_64)'
repo: using cache for: docker-ce-stable
docker-ce-stable: using metadata from Mon 01 Jul 2024 10:34:46 CEST.
repo: using cache for: fedora
fedora: using metadata from Sun 14 Apr 2024 20:51:11 CEST.
repo: using cache for: fedora-cisco-openh264
fedora-cisco-openh264: using metadata from Tue 12 Mar 2024 12:45:42 CET.
repo: using cache for: updates
updates: using metadata from Tue 02 Jul 2024 04:26:39 CEST.
repo: using cache for: google-chrome
google-chrome: using metadata from Thu 27 Jun 2024 20:50:17 CEST.
repo: using cache for: google-earth-pro
google-earth-pro: using metadata from Fri 23 Feb 2024 01:13:40 CET.
repo: using cache for: home_justkidding
home_justkidding: using metadata from Sun 09 Jun 2024 16:37:55 CEST.
repo: using cache for: rpmfusion-free
rpmfusion-free: using metadata from Sat 20 Apr 2024 14:11:51 CEST.
repo: using cache for: rpmfusion-free-updates
rpmfusion-free-updates: using metadata from Mon 01 Jul 2024 19:13:19 CEST.
repo: using cache for: rpmfusion-nonfree
rpmfusion-nonfree: using metadata from Sat 20 Apr 2024 14:18:23 CEST.
repo: using cache for: rpmfusion-nonfree-updates
rpmfusion-nonfree-updates: using metadata from Fri 28 Jun 2024 09:37:12 CEST.
repo: using cache for: shiftkey-packages
shiftkey-packages: using metadata from Sun 31 Mar 2024 19:56:41 CEST.
repo: using cache for: code
code: using metadata from Mon 01 Jul 2024 17:42:15 CEST.
Last metadata expiration check: 0:26:35 ago on Tue 02 Jul 2024 17:01:11 CEST.
Available Packages
Name         : rekollect
Version      : 0.3.3
Release      : 20.fc40
Architecture : x86_64
Size         : 95 k
Source       : rekollect-0.3.3-20.fc40.src.rpm
Repository   : fedora
Packager     : Fedora Project
Buildtime    : Fri 26 Jan 2024 16:45:30 CET
Summary      : A note taking and note management application
URL          : http://sourceforge.net/projects/rekollect/
License      : GPLv2+
Description  : A note taking and note management application.

Just use one topic for thus not two please.

It actually does show the build time, as was stated by @barryascott

The rpm build time will match when the package was last built.
In this case
https://src.fedoraproject.org/rpms/rekollect/c/a8a4feb62aab3dc33a8c6429649371a5ca6e870f?branch=rawhide

If you’re looking to see that a project is still being actively developed or when it was last changed it’s better to check with them.