podman: fix broken conffiles

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
(cherry picked from commit e6e770b268)
This commit is contained in:
Huangbin Zhan 2021-10-24 18:29:39 +08:00 committed by Daniel Golle
parent 4ccf034829
commit 23415c4377
No known key found for this signature in database
GPG key ID: 5A8F39C31C3217CA

View file

@ -69,11 +69,11 @@ define Package/podman-selinux/description
endef
define Package/podman/conffiles
/etc/containers/policy.json
/etc/containers/storage.conf
/etc/containers/registries.conf
/etc/containers/containers.conf
/etc/cni/net.d/87-podman-bridge.conflist
/etc/containers/policy.json
/etc/containers/storage.conf
/etc/containers/registries.conf
/etc/containers/containers.conf
/etc/cni/net.d/87-podman-bridge.conflist
endef
Package/podman-selinux/conffiles = $(Package/podman/conffiles)