On 4/20/21 4:33 AM, Sebastian Ramacher wrote:

> What's the status of #987207? If that also requires changes in the
> package, it would be good to include them as well.


Indeed, turned out to be less severe, but I agree it's a good idea to pick it 
up too.
I took the liberty of uploading this change to unstable, please consider 
unblocking:

diff --git a/debian/changelog b/debian/changelog
index ec4748cb8..7ec3e362d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libpod (3.0.1+dfsg1-2) unstable; urgency=medium
+
+  * Prefer crun over runc, Closes: #985379
+  * Add depends in iptables, Closes: #987207
+
+ -- Reinhard Tartler <siret...@tauware.de>  Wed, 21 Apr 2021 17:36:07 -0400
+
 libpod (3.0.1+dfsg1-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index dedbb4462..d3865b0c1 100644
--- a/debian/control
+++ b/debian/control
@@ -94,7 +94,8 @@ Depends: ${misc:Depends}, ${shlibs:Depends}
     ,conmon (>= 2.0.18~)
     ,containernetworking-plugins (>= 0.8.7)
     ,golang-github-containers-common
-    ,runc (>= 1.0.0~rc92~) | crun
+    ,crun | runc (>= 1.0.0~rc92~)
+    ,iptables
 Breaks: buildah (<< 1.10.1-6), slirp4netns (<< 0.4.1), fuse-overlayfs (<< 
0.7.1)
 Recommends: ${misc:Recommends}
     ,buildah (>= 1.10.1-6~)

Reply via email to