From eb950262e7e7b11f41cb1558823241a8b01b310c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 27 2020 18:53:19 +0000 Subject: import fuse-overlayfs-1.1.2-2.module+el8.3.0+7716+ce654703 --- diff --git a/.fuse-overlayfs.metadata b/.fuse-overlayfs.metadata index 89d776e..d1a33fa 100644 --- a/.fuse-overlayfs.metadata +++ b/.fuse-overlayfs.metadata @@ -1 +1 @@ -6567c682d7ecae76a03c027b16a39ec77462323c SOURCES/v1.1.1.tar.gz +19d8cbb0252ccc8490ffc44df0d9b2593809189a SOURCES/v1.1.2.tar.gz diff --git a/.gitignore b/.gitignore index f779712..1b4f9b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v1.1.1.tar.gz +SOURCES/v1.1.2.tar.gz diff --git a/SPECS/fuse-overlayfs.spec b/SPECS/fuse-overlayfs.spec index d72a69c..49981d4 100644 --- a/SPECS/fuse-overlayfs.spec +++ b/SPECS/fuse-overlayfs.spec @@ -1,8 +1,8 @@ %global git0 https://github.com/containers/%{name} Name: fuse-overlayfs -Version: 1.1.1 -Release: 1%{?dist} +Version: 1.1.2 +Release: 2%{?dist} Summary: FUSE overlay+shiftfs implementation for rootless containers License: GPLv3+ URL: %{git0} @@ -34,6 +34,7 @@ building other packages which use import path with %autosetup -Sgit %build +export CFLAGS="%{optflags} -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" ./autogen.sh ./configure --prefix=%{_usr} --libdir=%{_libdir} %{__make} generate-man @@ -53,6 +54,14 @@ make DESTDIR=%{buildroot} install install-man %{_mandir}/man1/%{name}.1.gz %changelog +* Tue Aug 11 2020 Jindrich Novy - 1.1.2-2 +- use proper CFLAGS +- Related: #1821193 + +* Mon Jun 29 2020 Jindrich Novy - 1.1.2-1 +- update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.1.2 +- Related: #1821193 + * Mon Jun 22 2020 Jindrich Novy - 1.1.1-1 - update to https://github.com/containers/fuse-overlayfs/releases/tag/v1.1.1 - Related: #1821193