407467
%global git0 https://github.com/containers/%{name}
407467
407467
%{!?_modulesloaddir:%global _modulesloaddir %{_usr}/lib/modules-load.d}
407467
407467
Name: fuse-overlayfs
5fcf8b
Version: 1.8.2
60e9e8
Release: 1%{?dist}
407467
Summary: FUSE overlay+shiftfs implementation for rootless containers
407467
License: GPLv3+
407467
URL: %{git0}
407467
ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64
407467
Source0: %{git0}/archive/v%{version}.tar.gz
407467
BuildRequires: autoconf
407467
BuildRequires: automake
407467
BuildRequires: fuse3-devel
407467
BuildRequires: gcc
407467
BuildRequires: git
407467
BuildRequires: go-md2man
407467
BuildRequires: make
407467
Requires: kmod
407467
Requires: fuse3
407467
407467
%description
407467
%{summary}.
407467
407467
%package devel
407467
Summary: %{summary}
407467
BuildArch: noarch
407467
407467
%description devel
407467
%{summary}
407467
407467
This package contains library source intended for
407467
building other packages which use import path with
407467
%{import_path} prefix.
407467
407467
%prep
407467
%autosetup -Sgit
407467
407467
%build
407467
export CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"
407467
export LDFLAGS="-pie -Wl,-z,relro -Wl,-z,now"
407467
./autogen.sh
407467
./configure --prefix=%{_usr} --libdir=%{_libdir}
407467
%{__make} generate-man
407467
407467
%install
407467
make DESTDIR=%{buildroot} install install-man
407467
install -d %{buildroot}%{_modulesloaddir}
407467
echo fuse > %{buildroot}%{_modulesloaddir}/fuse-overlayfs.conf
407467
407467
%post
407467
modprobe fuse > /dev/null 2>&1 || :
407467
407467
%check
407467
407467
#define license tag if not already defined
407467
%{!?_licensedir:%global license %doc}
407467
407467
%files
407467
%license COPYING
407467
%doc README.md
407467
%{_bindir}/%{name}
407467
%{_mandir}/man1/*
407467
%{_modulesloaddir}/fuse-overlayfs.conf
407467
407467
%changelog
5fcf8b
* Wed Feb 02 2022 Jindrich Novy <jnovy@redhat.com> - 1.8.2-1
5fcf8b
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.8.2
5fcf8b
- Related: #2000051
5fcf8b
5fcf8b
* Wed Jan 19 2022 Jindrich Novy <jnovy@redhat.com> - 1.8.1-1
5fcf8b
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.8.1
5fcf8b
- Related: #2000051
5fcf8b
60e9e8
* Wed Dec 22 2021 Jindrich Novy <jnovy@redhat.com> - 1.8-1
60e9e8
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.8
60e9e8
- Related: #2000051
60e9e8
407467
* Fri Oct 01 2021 Jindrich Novy <jnovy@redhat.com> - 1.7.1-3
407467
- perform only sanity/installability tests for now
407467
- Related: #2000051
407467
407467
* Wed Sep 29 2021 Jindrich Novy <jnovy@redhat.com> - 1.7.1-2
407467
- add gating.yaml
407467
- Related: #2000051
407467
407467
* Fri Sep 03 2021 Jindrich Novy <jnovy@redhat.com> - 1.7.1-1
407467
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.7.1
407467
- Related: #2000051
407467
407467
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.7-2
407467
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
407467
  Related: rhbz#1991688
407467
407467
* Thu Jul 29 2021 Jindrich Novy <jnovy@redhat.com> - 1.7-1
407467
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.7
407467
- Related: #1970747
407467
407467
* Wed Jun 23 2021 Jindrich Novy <jnovy@redhat.com> - 1.6-1
407467
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.6
407467
- Related: #1970747
407467
407467
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.5.0-2
407467
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
407467
407467
* Thu Mar 25 2021 Jindrich Novy <jnovy@redhat.com> - 1.5.0-1
407467
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.5.0
407467
407467
* Tue Jan 26 2021 Jindrich Novy <jnovy@redhat.com> - 1.4.0-1
407467
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.4.0
407467
407467
* Thu Nov 26 2020 Jindrich Novy <jnovy@redhat.com> - 1.3.0-1
407467
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.3.0
407467
407467
* Mon Nov 09 2020 Jindrich Novy <jnovy@redhat.com> - 1.2.0-4
407467
- be sure to harden the linked binary
407467
407467
* Thu Oct 29 2020 Jindrich Novy <jnovy@redhat.com> - 1.2.0-3
407467
- ensure fuse module is loaded
407467
407467
* Fri Oct 09 2020 Jindrich Novy <jnovy@redhat.com> - 1.2.0-2
407467
- use 1.2.0 tarball from the release, not tag
407467
407467
* Fri Oct 09 2020 Jindrich Novy <jnovy@redhat.com> - 1.2.0-1
407467
- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.2.0
407467
407467
* Thu Sep 17 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.2-2
407467
- sync with rhel8-8.3.0
407467
407467
* Thu Sep 17 2020 Jindrich Novy <jnovy@redhat.com> - 1.1.2-1
407467
- use proper CFLAGS
407467
- Related: #1821193
407467
407467
* Sat Jun 15 2019 Lokesh Mandvekar <lsm5@redhat.com> - 0.4.1-1
407467
- Resolves: #1720654 - rebase to v0.4.1
407467
407467
* Wed Feb 20 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.3-4.dev.gitd760789
407467
- rebase
407467
407467
* Wed Jan 16 2019 Frantisek Kluknavsky <fkluknav@redhat.com> - 0.3-2
407467
- rebase
407467
- Resolves:#1666510
407467
407467
* Wed Oct 17 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-7.dev.git50c7a50
407467
- Resolves: #1640232
407467
- built commit 50c7a50
407467
407467
* Fri Aug 10 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-6.dev.git1c72a1a
407467
- Resolves: #1614856 - add manpage
407467
- built commit 1c72a1a
407467
- add BR: go-md2man
407467
407467
* Fri Aug 10 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-5.dev.gitd40ac75
407467
- built commit d40ac75
407467
- remove fedora bz ids
407467
- Exclude ix86 and ppc64
407467
407467
* Mon Jul 30 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-4.dev.git79c70fd
407467
- Resolves: #1609598 - initial upload to Fedora
407467
- bundled gnulib
407467
407467
* Mon Jul 30 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-3.dev.git79c70fd
407467
- correct license field
407467
407467
* Mon Jul 30 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-2.dev.git79c70fd
407467
- fix license
407467
407467
* Sun Jul 29 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.1-1.dev.git13575b6
407467
- First package for Fedora