2019-04-01 15:54:57 +02:00
|
|
|
#
|
|
|
|
# spec file for package fuse-overlayfs
|
|
|
|
#
|
2020-01-09 12:20:58 +01:00
|
|
|
# Copyright (c) 2020 SUSE LLC
|
2019-04-01 15:54:57 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2019-07-03 12:59:18 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2019-04-01 15:54:57 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: fuse-overlayfs
|
2020-03-04 12:02:38 +01:00
|
|
|
Version: 0.7.7
|
2019-04-01 15:54:57 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: FUSE implementation for overlayfs
|
|
|
|
License: GPL-3.0-only
|
|
|
|
Group: System/Management
|
2019-12-19 11:34:10 +01:00
|
|
|
URL: https://github.com/containers/fuse-overlayfs
|
2019-04-01 15:54:57 +02:00
|
|
|
Source0: %{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: autoconf
|
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: fuse3-devel
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
|
|
|
%description
|
|
|
|
An implementation of overlay+shiftfs in FUSE for rootless containers.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
env NOCONFIGURE=1 ./autogen.sh
|
|
|
|
%configure --disable-silent-rules
|
|
|
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%make_install INSTALL="install -p"
|
|
|
|
|
|
|
|
%files
|
|
|
|
# Binaries
|
|
|
|
%{_bindir}/fuse-overlayfs
|
|
|
|
%doc README.md
|
|
|
|
%license COPYING
|
|
|
|
%doc %{_mandir}/man1/%{name}.1.gz
|
|
|
|
|
|
|
|
%changelog
|