Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37736734
en ru br
ALT Linux repos
S:1.10-alt1

Group :: System/Kernel and hardware
RPM: fuse-overlayfs

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Summary: FUSE implementation for overlayfs.
Name: fuse-overlayfs

Version: 1.10
Release: alt1
License: GPLv3+

Group: System/Kernel and hardware

URL: https://github.com/containers/fuse-overlayfs

Source0: %name-%version.tar

# We always run autogen.sh

BuildRequires: autoconf automake
#BuildRequires: git
BuildRequires: gcc
BuildRequires: libfuse3-devel
Requires: fuse3

%description
%summary.

%prep
%setup -n %name-%version

%build
./autogen.sh
%configure
%make_build

%install
%makeinstall_std

install -d %buildroot%_modulesloaddir
echo fuse > %buildroot%_modulesloaddir/fuse-overlayfs.conf

%files
%doc COPYING
%_bindir/%name
%_man1dir/*
%_modulesloaddir/fuse-overlayfs.conf

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin