From 1d7f0124904b87bced389701c350c845f601633e Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 05 2019 19:35:51 +0000 Subject: import fuse-overlayfs-0.4.1-1.module+el8.1.0+4081+b29780af --- diff --git a/.fuse-overlayfs.metadata b/.fuse-overlayfs.metadata index 6d159f7..7de30d6 100644 --- a/.fuse-overlayfs.metadata +++ b/.fuse-overlayfs.metadata @@ -1 +1 @@ -9278edb01b216008080462f43b47efeba7706708 SOURCES/fuse-overlayfs-6d269aa.tar.gz +a24997aa21bc662d68335407375a886961e92730 SOURCES/fuse-overlayfs-1ff7c64.tar.gz diff --git a/.gitignore b/.gitignore index 652a7b2..a19c2f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/fuse-overlayfs-6d269aa.tar.gz +SOURCES/fuse-overlayfs-1ff7c64.tar.gz diff --git a/SPECS/fuse-overlayfs.spec b/SPECS/fuse-overlayfs.spec index 5466887..2c6f558 100644 --- a/SPECS/fuse-overlayfs.spec +++ b/SPECS/fuse-overlayfs.spec @@ -1,16 +1,14 @@ %global git0 https://github.com/containers/%{name} -%global commit0 6d269aa28e3fe78c117fecb5e2cb8e1e231fcb10 +%global commit0 1ff7c64d2fc682abf2ef345f0b2770e997d89934 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Name: fuse-overlayfs -Version: 0.3 -Release: 2%{?dist} -#Release: 1.dev.git% {shortcommit0}% {?dist} +Version: 0.4.1 +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 @@ -58,6 +56,9 @@ make DESTDIR=%{buildroot} install install-man %{_mandir}/man1/%{name}.1.gz %changelog +* 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