Compare commits

...

No commits in common. "c8-stream-1.0" and "c8-stream-2.0" have entirely different histories.

3 changed files with 37 additions and 12 deletions

View File

@ -1 +1 @@
9278edb01b216008080462f43b47efeba7706708 SOURCES/fuse-overlayfs-6d269aa.tar.gz
da3ecfe752fdc7f9a1316f5b48f8cdc58e327927 SOURCES/fuse-overlayfs-f55aa8e.tar.gz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/fuse-overlayfs-6d269aa.tar.gz
SOURCES/fuse-overlayfs-f55aa8e.tar.gz

View File

@ -1,15 +1,14 @@
%global git0 https://github.com/containers/%{name}
%global commit0 6d269aa28e3fe78c117fecb5e2cb8e1e231fcb10
%global commit0 f55aa8ef5606c69bedf6512c06eff800ba831eea
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: fuse-overlayfs
Version: 0.3
Release: 5%{?dist}
Version: 0.7.8
Release: 1%{?dist}
Summary: FUSE overlay+shiftfs implementation for rootless containers
License: GPLv3+
URL: %{git0}
# no go-md2man in ix86
ExcludeArch: %{ix86} ppc64
ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64
Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
@ -57,12 +56,38 @@ make DESTDIR=%{buildroot} install install-man
%{_mandir}/man1/%{name}.1.gz
%changelog
* Mon Aug 19 2019 Jindrich Novy <jnovy@redhat.com> - 0.3-5
- revert fuse-overlayfs to commit 6d269aa
- Resolves: #1720707
* Tue Apr 07 2020 Jindrich Novy <jnovy@redhat.com> - 0.7.8-1
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v0.7.8
- Related: #1821193
* Wed Feb 20 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.3-4.dev.gitd760789
- rebase
* Wed Mar 18 2020 Jindrich Novy <jnovy@redhat.com> - 0.7.2-5
- latest iteration of segfault fix patch, thanks to Giuseppe Scrivano
- Resolves: #1805015
* Fri Mar 06 2020 Jindrich Novy <jnovy@redhat.com> - 0.7.2-4
- replace "fuse-overlayfs segfault" patch with improved one
due to application to a different context
- Resolves: #1805015
* Thu Feb 20 2020 Jindrich Novy <jnovy@redhat.com> - 0.7.2-3
- fix "fuse-overlayfs segfault"
- Resolves: #1805015
* Mon Feb 17 2020 Jindrich Novy <jnovy@redhat.com> - 0.7.2-2
- fix "useradd and groupadd fail under rootless Buildah and podman"
- Resolves: #1803494
* Wed Dec 04 2019 Jindrich Novy <jnovy@redhat.com> - 0.7.2-1
- update to 0.7.2
- Related: RHELPLAN-25139
* Mon Nov 18 2019 Jindrich Novy <jnovy@redhat.com> - 0.7-1
- update to 0.7
- apply patch to fix build on RHEL-8
- Related: RHELPLAN-25139
* Sat Jun 15 2019 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-1
- Resolves: #1720654 - rebase to v0.4.1
* Wed Jan 16 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.3-2
- rebase