Ubuntu Pastebin

Paste from zyga at Sun, 30 Oct 2016 14:35:31 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
diff --git a/snapd.spec b/snapd.spec
index 2864607..470fd38 100644
--- a/snapd.spec
+++ b/snapd.spec
@@ -55,7 +55,7 @@ BuildRequires:  %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
 # BuildRequires:  systemd-units
 BuildRequires:  systemd
 %{?systemd_requires}
-Requires:       snap-confine
+Requires:       snap-confine >= 1.0.44-2
 Requires:       squashfs-tools
 # we need squashfs.ko loaded
 Requires:       kmod(squashfs.ko)
Download as text