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