forked from pool/kernel-firmware-brcm
Do not conflict filesystem < 84 #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "(deleted):main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Change conflicts filesystem < 84 to conflicts filesystem without
may-perform-usrmerge. Version 84 is specific to Tumbleweed; CODE 16
uses Version 16; yet we need to ensure we get an up-to-date
verion of filesystem. Relying on the recently introduced provides
instructing zypp about the usrmerge is perfect for this usecase.
Does this macro work also for SLE15-SP6 and SLE15-SP7, too?
In anyway, we need to fix the scripts in kernel-firmware-tools.git to generate the spec files, instead of patching each of them.
Boolean dependencies were introduced in RPM 4.13 - the
without
enhancement added in RPM 4.14https://rpm-software-management.github.io/rpm/manual/boolean_dependencies.html
OK, thanks, then I'll fix as you suggested and apply to all kernel-firmware-* packages.
Pull request closed