summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2020-10-17 08:54:49 -0700
committerArmin Kuster <akuster808@gmail.com>2020-10-17 08:54:49 -0700
commitc74cc97641fd93e0e7a4383255e9a0ab3deaf9d7 (patch)
tree5c310cea09bf6f3174e3c9b29fb409088ee23cf8
parent71fb4e16b33b139b5ec1ce38e8cfc5b383efa714 (diff)
downloadmeta-security-c74cc97641fd93e0e7a4383255e9a0ab3deaf9d7.tar.gz
apparmor: fix QA warning with systemd enabled
ERROR: apparmor-2.13.4-r0 do_package: QA Issue: apparmor: Files/directories were installed but not shipped in any package: /usr/lib/systemd /usr/lib/systemd/system /usr/lib/systemd/system/apparmor.service Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-mac/AppArmor/apparmor_2.13.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-mac/AppArmor/apparmor_2.13.4.bb b/recipes-mac/AppArmor/apparmor_2.13.4.bb
index c1f038f..ba58fc5 100644
--- a/recipes-mac/AppArmor/apparmor_2.13.4.bb
+++ b/recipes-mac/AppArmor/apparmor_2.13.4.bb
@@ -190,7 +190,7 @@ SYSTEMD_AUTO_ENABLE ?= "enable"
190 190
191PACKAGES += "mod-${PN}" 191PACKAGES += "mod-${PN}"
192 192
193FILES_${PN} += "/lib/apparmor/ ${sysconfdir}/apparmor ${PYTHON_SITEPACKAGES_DIR}" 193FILES_${PN} += "/lib/apparmor/ ${systemd_system_unitdir} ${sysconfdir}/apparmor ${PYTHON_SITEPACKAGES_DIR}"
194FILES_mod-${PN} = "${libdir}/apache2/modules/*" 194FILES_mod-${PN} = "${libdir}/apache2/modules/*"
195 195
196# Add coreutils and findutils only if sysvinit scripts are in use 196# Add coreutils and findutils only if sysvinit scripts are in use