Ubuntu Pastebin

Paste from zyga at Thu, 18 Aug 2016 10:04:15 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
diff --git a/snapd.spec b/snapd.spec
index 81cd1cb..eb952b8 100644
--- a/snapd.spec
+++ b/snapd.spec
@@ -215,7 +215,12 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/Godeps/_workspace:%{gopath}
 %{_unitdir}/snapd.refresh.service
 %{_unitdir}/snapd.refresh.timer
 %config(noreplace) %{_sysconfdir}/sysconfig/snapd
-
+%dir %{_sharedstatedir}/snapd
+%dir %{_sharedstatedir}/snapd/assertions
+%dir %{_sharedstatedir}/snapd/desktop
+%dir %{_sharedstatedir}/snapd/mount
+%dir %{_sharedstatedir}/snapd/seccomp
+%dir %{_sharedstatedir}/snapd/snaps
 
 %if 0%{?with_devel}
 %files devel -f devel.file-list
Download as text