ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
12 stars 5 forks source link

Fix locale install #733

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

The application locales were not being included in the RPM. This PR rearranges the location of locales, bringing them up to a top level directory, and fixes up the installation process.

Adds additional content to the man page and fixes an issue installing it #200.

This also fixes up a few annoyances caused from the vendoring refactor in #730.

Also adds a check stage to CI that performs a RPM install and displays the rpmdb metadata for it.

More #715 Closes #720

jw3 commented 1 year ago

@dorschs57 do you see any issues with the movement of the locale dir in this PR?

dorschs57 commented 1 year ago

@dorschs57 do you see any issues with the movement of the locale dir in this PR?

I looks fine to me. I tested it locally by setting the LANGUAGE=es env and it works. 👍

jw3 commented 1 year ago

Also adds a check stage to CI that performs a RPM install ...

image

...

image