Re: Access superseded Fedora RPMs

2023-09-09 Thread Miro Hrončok
On 08. 09. 23 21:58, Kai A. Hiller wrote: Is there a Fedora-canonical way of finding and attaining these superseded RPMs? Hello, you can obtain any package ever shipped in Fedora from Koji. First, you need to find out a source package: $ rpm -qi python3-pip ... Source RPM : python-pip-22.2.2

Re: Access superseded Fedora RPMs

2023-09-09 Thread Leigh Scott
> Am 08.09.23 um 22:32 schrieb Michel Lind: > > Are you sure it's working? > > [root ~]# dnf --enablerepo=updates-archive list firefox* > Letzte Prüfung auf abgelaufene Metadaten: vor 0:04:10 am Sa 09 Sep 2023 > 09:39:57 CEST. > Installierte Pakete > firefox.x86_64 117.0-1.fc37  

Re: Access superseded Fedora RPMs

2023-09-09 Thread Miroslav Suchý
Dne 08. 09. 23 v 21:58 Kai A. Hiller napsal(a): I’m trying to recreate – on the level of RPMs – a Fedora system as resolved by DNF at an earlier moment in time (think lockfile). Collecting a list of the installed RPMs and their versions for a given system is easily done via `dnf list installed`;

Re: Access superseded Fedora RPMs

2023-09-09 Thread Samuel Sieb
On 9/9/23 01:05, Marius Schwarz wrote: Am 08.09.23 um 22:32 schrieb Michel Lind: Try installing fedora-repos-archive -- you'll get a repo definition for fedora-updates-archive, which has all versions of released updates rather than just the latest. Are you sure it's working? [root ~]# dnf --

Re: Access superseded Fedora RPMs

2023-09-09 Thread Marius Schwarz
Am 08.09.23 um 22:32 schrieb Michel Lind: Try installing fedora-repos-archive -- you'll get a repo definition for fedora-updates-archive, which has all versions of released updates rather than just the latest. Are you sure it's working? [root ~]# dnf --enablerepo=updates-archive list firefox*

Re: Access superseded Fedora RPMs

2023-09-08 Thread Samuel Sieb
On 2023-09-08 12:58, Kai A. Hiller wrote: I’m trying to recreate – on the level of RPMs – a Fedora system as resolved by DNF at an earlier moment in time (think lockfile). Collecting a list of the installed RPMs and their versions for a given system is easily done via `dnf list installed`; thou

Re: Access superseded Fedora RPMs

2023-09-08 Thread Michel Lind
Hi Kai, On Fri, Sep 08, 2023 at 09:58:58PM +0200, Kai A. Hiller wrote: > Hello, > > I’m trying to recreate – on the level of RPMs – a Fedora system as resolved > by DNF at an earlier moment in time (think lockfile). Collecting a list of > the installed RPMs and their versions for a given system i

Access superseded Fedora RPMs

2023-09-08 Thread Kai A. Hiller
Hello, I’m trying to recreate – on the level of RPMs – a Fedora system as resolved by DNF at an earlier moment in time (think lockfile). Collecting a list of the installed RPMs and their versions for a given system is easily done via `dnf list installed`; though, afaict these RPMs in their ex