uyuni-project / uyuni-tools

Tools to work with containerized Uyuni server
Apache License 2.0
13 stars 14 forks source link

Require podman >= 4.5.0 only on RPM based systems. Revert/Edit #350 #354

Closed deneb-alpha closed 3 weeks ago

deneb-alpha commented 3 weeks ago

What does this PR change?

Require podman >= 4.5.0 only on RPM based systems. Revert/Edit #350 because the debian control file doesn't handle conditional dependencies like (podman >= 4.5.0 if podman)

Please note that I also dropped the previous changelog entry from Michele given that the change wasn't working and the package still needed to be tagged. I didn't use a direct git revert because I had to make changes to the spec in any case.

Test coverage

Links

Related:

Changelogs

Make sure the changelogs entries you are adding are compliant with https://github.com/uyuni-project/uyuni/wiki/Contributing#changelogs and https://github.com/uyuni-project/uyuni/wiki/Contributing#uyuni-projectuyuni-repository

If you don't need a changelog check, please mark this checkbox:

If you uncheck the checkbox after the PR is created, you will need to re-run changelog_test (see below)

Before you merge

Check How to branch and merge properly!