From 835fc288cf445d66ebbf7778e1fa04350dfee00e Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 21 Mar 2019 13:33:14 -0400 Subject: [PATCH] Add loading of fuse file system --- fuse-overlayfs.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index 9b847bd..48424dc 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -4,7 +4,7 @@ Name: fuse-overlayfs Version: 0.3 -Release: 5.dev.git%{shortcommit0}%{?dist} +Release: 6.dev.git%{shortcommit0}%{?dist} Summary: FUSE overlay+shiftfs implementation for rootless containers License: GPLv3+ URL: %{git0} @@ -41,6 +41,11 @@ building other packages which use import path with %install make DESTDIR=%{buildroot} install +install -d %{buildroot}/usr/lib/modules-load.d +echo fuse > %{buildroot}/usr/lib/modules-load.d/fuse-overlayfs.conf + +%post +modprobe fuse %check @@ -52,8 +57,12 @@ make DESTDIR=%{buildroot} install %doc README.md %{_bindir}/%{name} %{_mandir}/man1/* +%{_prefix}/lib/modules-load.d/fuse-overlayfs.conf %changelog +* Thu Mar 21 2019 Dan Walsh - 0.3-6.dev.git8ec68ae +- Add loading of fuse file system + * Sun Mar 10 2019 Giuseppe Scrivano - 0.3-5.dev.git8ec68ae - built commit 8ec68ae