- Update tmpfiles.d config (bz#2346971)
- Do not hardcode /var/lib/selinux as store_root
- data: update app icon
- Enable Georgian and Arabic (ar) languages in configure.ac
- Update translations
- Ship with contemporary app icon
- Check that SELinux is enabled before running (rhbz#2178950)
Resolves: RHEL-82116
- Always reset pending alarms when alarm(0) (rhbz#2112573)
- 'imp' module is deprecated in favor of 'importlib' (rhbz#2224393)
- Fix build with pip 23.1.2+
- Remove dbus-glib-devel BR as it's only needed when compiled with seappletlegacy
- Rename session bus name to org.fedoraproject.sealert
- seapplet: wrap SEApplet() to try except
- util.py: Add doctext test for build_module_type_cache()
- Update translations
Resolves: RHEL-871
- Add a screen reader label to the icon
- seapplet: avoid ValueError when parsing sealert.conf
- doc: Document performance related changes
- Decrease setroubleshootd priority and limit RAM utilization to 1GB
- Use setup from setuptools
- Use `pip install` instead of `setup.py install`
Resolves: rhbz#2145149
- Update translations (#2062661)
- Fix couple of typos
- Drop unused patch files
Note:
Component "main/setroubleshoot" contains quite a few fixes to existing
translations and adds a few new ones, but is ahead of last rhel9 build.
The only difference in translatable strings was introduced by otherwise
non-consequential patch "Fix couple of typos" which is why I included
the patch (it makes this version compatible with translations in
"main/setroubleshoot") and replaced the original translation update.
Resolves: rhbz#2062661
A system which uses rpm ostree doesn't install rpms but images which are
pre-created in a build system. There's no guarantee that the build
system has the same uid/gid mapping for setroubleshoot as the local system.
systemd-tmpfiles's 'Z' type recursivelly sets the user and group
ownership on every reboot.
Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2012943
Related: rhbz#2050723
- Fix plugin exception reporting
- Update translations
- Stop SetroubleshootFixit after 10 seconds of inactivity
- Do not use Python slip package
Resolves: rhbz#1949834