rpm/plugins
Panu Matilainen a77c1d0670 Fix libintl linkage and include directories (cmake transition fallout)
We checked for libintl in the top-level CMakeLists.txt but then never
used it for anything. This only ever worked on glibc where this all
is bundled in. Unfortunately Intl only becomes an importable target
in cmake >= 3.20 which is too new for us to rely on for now.

Python bindings are omitted here because we don't have any translated
messages in there. Whether we should is another topic.
2024-01-08 12:32:35 +02:00
..
CMakeLists.txt Fix libintl linkage and include directories (cmake transition fallout) 2024-01-08 12:32:35 +02:00
audit.c Make the plugin API public 2023-09-13 14:51:25 +03:00
dbus_announce.c Make the plugin API public 2023-09-13 14:51:25 +03:00
fapolicyd.c Fix a bunch of integer size mismatch warnings on 32bit builds 2023-11-27 15:46:33 +02:00
fsverity.c Make the plugin API public 2023-09-13 14:51:25 +03:00
ima.c Make the plugin API public 2023-09-13 14:51:25 +03:00
macros.transaction_audit Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_dbus_announce Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_fapolicyd Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_fsverity Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_ima Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_inhibit Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_prioreset Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_selinux Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_syslog Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_systemd_inhibit Argh, unbreak plugins from the previous commit 2023-10-05 09:57:00 +03:00
macros.transaction_unshare Add a new plugin to enable Linux-specific namespace functionality 2023-10-11 09:52:22 +03:00
org.rpm.conf Add dbus-announce plugin 2021-08-12 13:42:34 +03:00
prioreset.c Make the plugin API public 2023-09-13 14:51:25 +03:00
selinux.c Make the plugin API public 2023-09-13 14:51:25 +03:00
syslog.c Make the plugin API public 2023-09-13 14:51:25 +03:00
systemd_inhibit.c Make the plugin API public 2023-09-13 14:51:25 +03:00
unshare.c Add a new plugin to enable Linux-specific namespace functionality 2023-10-11 09:52:22 +03:00