diff --git a/podman.changes b/podman.changes index 8d608fd..3cd1273 100644 --- a/podman.changes +++ b/podman.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Wed Aug 12 09:35:29 UTC 2020 - Thorsten Kukuk + +- Change hard requires for AppArmor to Recommends. They are not + needed for runtime or with SELinux but already installed if + AppArmor is used [jsc#SMO-15] + +------------------------------------------------------------------- +Tue Aug 4 13:52:05 UTC 2020 - Richard Brown + +- Add BuildRequires for pkg-config(libselinux) to build with + SELinux support [jsc#SMO-15] + ------------------------------------------------------------------- Mon Aug 3 06:47:04 UTC 2020 - Sascha Grunert diff --git a/podman.spec b/podman.spec index 2807974..df3786b 100644 --- a/podman.spec +++ b/podman.spec @@ -47,14 +47,15 @@ BuildRequires: libbtrfs-devel BuildRequires: libcontainers-common BuildRequires: libgpgme-devel BuildRequires: libseccomp-devel +BuildRequires: pkgconfig(libselinux) BuildRequires: pkgconfig(libsystemd) BuildRequires: golang(API) = 1.13 # Build fails with PIE enabled on ppc64le due to boo#1098017 %ifarch ppc64le #!BuildIgnore: gcc-PIE %endif -Requires: apparmor-parser -Requires: apparmor-abstractions +Recommends: apparmor-parser +Recommends: apparmor-abstractions Requires: cni Requires: cni-plugins Requires: conmon