]> git.pld-linux.org Git - packages/podman.git/commitdiff
package sample network bridge config
authorJan Palus <atler@pld-linux.org>
Sun, 6 Dec 2020 23:09:23 +0000 (00:09 +0100)
committerJan Palus <atler@pld-linux.org>
Sun, 6 Dec 2020 23:09:23 +0000 (00:09 +0100)
podman.spec

index a0efa773990eb763a587cebee62810839fb8ad5d..39fb4cecd3ce73b3c28169ab6265cac79af350e0 100644 (file)
@@ -12,6 +12,7 @@ BuildRequires:        go-md2man
 BuildRequires: golang
 BuildRequires: golang-varlink
 Requires:      conmon
+Requires:      containernetworking-plugins
 Requires:      crun
 ExclusiveArch: %{ix86} %{x8664} %{arm} aarch64 mips64 mips64le ppc64 ppc64le s390x
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -63,6 +64,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.md changelog.txt
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/cni/net.d/87-podman-bridge.conflist
 %attr(755,root,root) %{_bindir}/podman
 %attr(755,root,root) %{_bindir}/podman-remote
 %{systemdunitdir}/podman.service
This page took 0.537951 seconds and 4 git commands to generate.