|
|
27874a |
%global git0 https://github.com/containers/%{name}
|
|
|
27874a |
%global commit0 f55aa8ef5606c69bedf6512c06eff800ba831eea
|
|
|
27874a |
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
27874a |
|
|
|
27874a |
Name: fuse-overlayfs
|
|
|
27874a |
Version: 0.7.8
|
|
|
27874a |
Release: 1%{?dist}
|
|
|
27874a |
Summary: FUSE overlay+shiftfs implementation for rootless containers
|
|
|
27874a |
License: GPLv3+
|
|
|
27874a |
URL: %{git0}
|
|
|
27874a |
ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64
|
|
|
27874a |
Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
|
|
27874a |
BuildRequires: autoconf
|
|
|
27874a |
BuildRequires: automake
|
|
|
27874a |
BuildRequires: fuse3-devel
|
|
|
27874a |
BuildRequires: gcc
|
|
|
27874a |
BuildRequires: git
|
|
|
27874a |
BuildRequires: go-md2man
|
|
|
27874a |
BuildRequires: make
|
|
|
27874a |
Provides: bundled(gnulib) = cb634d40c7b9bbf33fa5198d2e27fdab4c0bf143
|
|
|
27874a |
|
|
|
27874a |
%description
|
|
|
27874a |
%{summary}.
|
|
|
27874a |
|
|
|
27874a |
%package devel
|
|
|
27874a |
Summary: %{summary}
|
|
|
27874a |
BuildArch: noarch
|
|
|
27874a |
|
|
|
27874a |
%description devel
|
|
|
27874a |
%{summary}
|
|
|
27874a |
|
|
|
27874a |
This package contains library source intended for
|
|
|
27874a |
building other packages which use import path with
|
|
|
27874a |
%{import_path} prefix.
|
|
|
27874a |
|
|
|
27874a |
%prep
|
|
|
27874a |
%autosetup -Sgit -n %{name}-%{commit0}
|
|
|
27874a |
|
|
|
27874a |
%build
|
|
|
27874a |
./autogen.sh
|
|
|
27874a |
./configure --prefix=%{_usr} --libdir=%{_libdir}
|
|
|
27874a |
%{__make} generate-man
|
|
|
27874a |
|
|
|
27874a |
%install
|
|
|
27874a |
make DESTDIR=%{buildroot} install install-man
|
|
|
27874a |
|
|
|
27874a |
%check
|
|
|
27874a |
|
|
|
27874a |
#define license tag if not already defined
|
|
|
27874a |
%{!?_licensedir:%global license %doc}
|
|
|
27874a |
|
|
|
27874a |
%files
|
|
|
27874a |
%license COPYING
|
|
|
27874a |
%doc README.md
|
|
|
27874a |
%{_bindir}/%{name}
|
|
|
27874a |
%{_mandir}/man1/%{name}.1.gz
|
|
|
27874a |
|
|
|
27874a |
%changelog
|
|
|
27874a |
* Tue Apr 07 2020 Jindrich Novy <jnovy@redhat.com> - 0.7.8-1
|
|
|
27874a |
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v0.7.8
|
|
|
27874a |
- Related: #1821193
|
|
|
27874a |
|
|
|
27874a |
* Wed Mar 18 2020 Jindrich Novy <jnovy@redhat.com> - 0.7.2-5
|
|
|
27874a |
- latest iteration of segfault fix patch, thanks to Giuseppe Scrivano
|
|
|
27874a |
- Resolves: #1805015
|
|
|
27874a |
|
|
|
27874a |
* Fri Mar 06 2020 Jindrich Novy <jnovy@redhat.com> - 0.7.2-4
|
|
|
27874a |
- replace "fuse-overlayfs segfault" patch with improved one
|
|
|
27874a |
due to application to a different context
|
|
|
27874a |
- Resolves: #1805015
|
|
|
27874a |
|
|
|
27874a |
* Thu Feb 20 2020 Jindrich Novy <jnovy@redhat.com> - 0.7.2-3
|
|
|
27874a |
- fix "fuse-overlayfs segfault"
|
|
|
27874a |
- Resolves: #1805015
|
|
|
27874a |
|
|
|
27874a |
* Mon Feb 17 2020 Jindrich Novy <jnovy@redhat.com> - 0.7.2-2
|
|
|
27874a |
- fix "useradd and groupadd fail under rootless Buildah and podman"
|
|
|
27874a |
- Resolves: #1803494
|
|
|
27874a |
|
|
|
27874a |
* Wed Dec 04 2019 Jindrich Novy <jnovy@redhat.com> - 0.7.2-1
|
|
|
27874a |
- update to 0.7.2
|
|
|
27874a |
- Related: RHELPLAN-25139
|
|
|
27874a |
|
|
|
27874a |
* Mon Nov 18 2019 Jindrich Novy <jnovy@redhat.com> - 0.7-1
|
|
|
27874a |
- update to 0.7
|
|
|
27874a |
- apply patch to fix build on RHEL-8
|
|
|
27874a |
- Related: RHELPLAN-25139
|
|
|
27874a |
|
|
|
27874a |
* Sat Jun 15 2019 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-1
|
|
|
27874a |
- Resolves: #1720654 - rebase to v0.4.1
|
|
|
27874a |
|
|
|
27874a |
* Wed Jan 16 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.3-2
|
|
|
27874a |
- rebase
|
|
|
27874a |
- Resolves:#1666510
|
|
|
27874a |
|
|
|
27874a |
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-7.dev.git50c7a50
|
|
|
27874a |
- Resolves: #1640232
|
|
|
27874a |
- built commit 50c7a50
|
|
|
27874a |
|
|
|
27874a |
* Fri Aug 10 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-6.dev.git1c72a1a
|
|
|
27874a |
- Resolves: #1614856 - add manpage
|
|
|
27874a |
- built commit 1c72a1a
|
|
|
27874a |
- add BR: go-md2man
|
|
|
27874a |
|
|
|
27874a |
* Fri Aug 10 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-5.dev.gitd40ac75
|
|
|
27874a |
- built commit d40ac75
|
|
|
27874a |
- remove fedora bz ids
|
|
|
27874a |
- Exclude ix86 and ppc64
|
|
|
27874a |
|
|
|
27874a |
* Mon Jul 30 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-4.dev.git79c70fd
|
|
|
27874a |
- Resolves: #1609598 - initial upload to Fedora
|
|
|
27874a |
- bundled gnulib
|
|
|
27874a |
|
|
|
27874a |
* Mon Jul 30 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-3.dev.git79c70fd
|
|
|
27874a |
- correct license field
|
|
|
27874a |
|
|
|
27874a |
* Mon Jul 30 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-2.dev.git79c70fd
|
|
|
27874a |
- fix license
|
|
|
27874a |
|
|
|
27874a |
* Sun Jul 29 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-1.dev.git13575b6
|
|
|
27874a |
- First package for Fedora
|