I would appreciate your help with the following. I have a system (Centos 9 with additional repos) and I have a snapshot for its repo, it was installed from. Let's say it is BASE repo.
Now I update it from several sources with dnf, so new versioned rpms appear and some are updated or removed.
How can I get a list of RPMs that were used to update my system together with URLs so I could manage to update similar systems that were installed from BASE without network / downloading these update packages every time?
So basically I need a RPM diff between pre-updated system and updated one, so I could download update RPMs and install them.
Thank you