#1574 integrate different versions of a package at the same time?
Closed: Invalid by lsedlar. Opened by xzyang.

How can I integrate different versions of a package at the same time? such as kernel-4.18 and kernel-3.10. i want to integrate different versions of a package at the same time in a ISO,
But I tried a lot and failed. What should I do


The short answer is that you can't. Pungi is built on the assumption that the final compose will contain only the latest version of each package, and since the ISO contains what's in the repos, it will also have a single version.

Assuming you are building from Koji, you could rename one of the packages (both SRPM and RPM) and have two builds, and then you can easily include e.g. kernel3-3.10 and kernel-4.18.

Another alternative is to use modularity, which can make it possible to have multiple versions of the same package available.

The short answer is that you can't. Pungi is built on the assumption that the final compose will contain only the latest version of each package, and since the ISO contains what's in the repos, it will also have a single version.

Assuming you are building from Koji, you could rename one of the packages (both SRPM and RPM) and have two builds, and then you can easily include e.g. kernel3-3.10 and kernel-4.18.

Another alternative is to use modularity, which can make it possible to have multiple versions of the same package available.

Well, thank you very much.

Metadata Update from @lsedlar:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/pungi/pungi/issues/1574

Please continue any further discussion there.

Metadata