From 6fd7c6f83a4eff3df7479c0966f4aaedbb051a29 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 21 Jan 2020 11:10:33 -0500 Subject: [PATCH] import fuse-overlayfs-0.7.2-1.module+el8.2.0+5058+46378da9 --- .fuse-overlayfs.metadata | 1 + .gitignore | 1 + SPECS/fuse-overlayfs.spec | 100 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 102 insertions(+) create mode 100644 .fuse-overlayfs.metadata create mode 100644 .gitignore create mode 100644 SPECS/fuse-overlayfs.spec diff --git a/.fuse-overlayfs.metadata b/.fuse-overlayfs.metadata new file mode 100644 index 0000000..27f2753 --- /dev/null +++ b/.fuse-overlayfs.metadata @@ -0,0 +1 @@ +aae77fbe5e212349100445fd0b63891d7d60f7e6 SOURCES/fuse-overlayfs-8c59873.tar.gz diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d28e987 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/fuse-overlayfs-8c59873.tar.gz diff --git a/SPECS/fuse-overlayfs.spec b/SPECS/fuse-overlayfs.spec new file mode 100644 index 0000000..c2c209c --- /dev/null +++ b/SPECS/fuse-overlayfs.spec @@ -0,0 +1,100 @@ +%global git0 https://github.com/containers/%{name} +%global commit0 8c59873b00b3e8ee98be998fec8dbce4cfe984cc +%global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) + +Name: fuse-overlayfs +Version: 0.7.2 +Release: 1%{?dist} +Summary: FUSE overlay+shiftfs implementation for rootless containers +License: GPLv3+ +URL: %{git0} +ExclusiveArch: aarch64 %{arm} ppc64le s390x x86_64 +Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: fuse3-devel +BuildRequires: gcc +BuildRequires: git +BuildRequires: go-md2man +BuildRequires: make +Provides: bundled(gnulib) = cb634d40c7b9bbf33fa5198d2e27fdab4c0bf143 + +%description +%{summary}. + +%package devel +Summary: %{summary} +BuildArch: noarch + +%description devel +%{summary} + +This package contains library source intended for +building other packages which use import path with +%{import_path} prefix. + +%prep +%autosetup -Sgit -n %{name}-%{commit0} + +%build +./autogen.sh +./configure --prefix=%{_usr} --libdir=%{_libdir} +%{__make} generate-man + +%install +make DESTDIR=%{buildroot} install install-man + +%check + +#define license tag if not already defined +%{!?_licensedir:%global license %doc} + +%files +%license COPYING +%doc README.md +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1.gz + +%changelog +* Wed Dec 04 2019 Jindrich Novy - 0.7.2-1 +- update to 0.7.2 +- Related: RHELPLAN-25139 + +* Mon Nov 18 2019 Jindrich Novy - 0.7-1 +- update to 0.7 +- apply patch to fix build on RHEL-8 +- Related: RHELPLAN-25139 + +* Sat Jun 15 2019 Lokesh Mandvekar - 0.4.1-1 +- Resolves: #1720654 - rebase to v0.4.1 + +* Wed Jan 16 2019 Frantisek Kluknavsky - 0.3-2 +- rebase +- Resolves:#1666510 + +* Wed Oct 17 2018 Lokesh Mandvekar - 0.1-7.dev.git50c7a50 +- Resolves: #1640232 +- built commit 50c7a50 + +* Fri Aug 10 2018 Lokesh Mandvekar - 0.1-6.dev.git1c72a1a +- Resolves: #1614856 - add manpage +- built commit 1c72a1a +- add BR: go-md2man + +* Fri Aug 10 2018 Lokesh Mandvekar - 0.1-5.dev.gitd40ac75 +- built commit d40ac75 +- remove fedora bz ids +- Exclude ix86 and ppc64 + +* Mon Jul 30 2018 Lokesh Mandvekar - 0.1-4.dev.git79c70fd +- Resolves: #1609598 - initial upload to Fedora +- bundled gnulib + +* Mon Jul 30 2018 Lokesh Mandvekar - 0.1-3.dev.git79c70fd +- correct license field + +* Mon Jul 30 2018 Lokesh Mandvekar - 0.1-2.dev.git79c70fd +- fix license + +* Sun Jul 29 2018 Lokesh Mandvekar - 0.1-1.dev.git13575b6 +- First package for Fedora