_obs_staging.config ? or just obs_staging.config ? I want to move ALL the packages under /pkg with _subdir
This fallback can be removed. The projects that use this can be fixed. Bigger problem is that this is also in osc now so that will need fixing too.
We need
Requires(post): selinux-policy-targeted >= %{selinux_policyver}
Requires(post): selinux-tools
for cockpit-selinux-policies subpackage, so that it's not installable…
I'll close this as completed. There's an upstream bug that needs addressing, where reviews are not marked as stale when new commits are pushed to a PR.
https://github.com/go-gitea/gitea/issues/3…
I'm not advocating for quick action here. I'm advocating for discussing this and fixing it in the right place 😉
Yes, selinux should take care about selinux and we should only care that the module is installed. It's selinux's problem to handle how it should handle its policy and modules when enabled or…
This entire section should not be in an if block. The %selinux* macros already have their own conditionals.
It seems almost like a broken architecture of selinux if you can't just install config files and have them used when selinux is actually enabled. On the other hand, selinux breaks completely when…
The question here is, do we need to split the subpackage at all? Can we just run this registration on all systems instead?
The macro expands to
> rpm --eval %selinux_modules_install
…