From 963796eb588eec4750d72cfbd82e45a36ae0f5b4 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Mon, 13 Jul 2020 19:35:05 +0000 Subject: [PATCH] Use make macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro --- fuse-overlayfs.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/fuse-overlayfs.spec b/fuse-overlayfs.spec index 57bcc75..e34abc3 100644 --- a/fuse-overlayfs.spec +++ b/fuse-overlayfs.spec @@ -10,7 +10,7 @@ Name: fuse-overlayfs Version: 1.1.0 -Release: 9.dev.git%{shortcommit0}%{?dist} +Release: 10.dev.git%{shortcommit0}%{?dist} Summary: FUSE overlay+shiftfs implementation for rootless containers License: GPLv3+ URL: %{git0} @@ -51,7 +51,7 @@ building other packages which use import path with %{__make} %install -make DESTDIR=%{buildroot} install +%make_install install -d %{buildroot}%{_modulesloaddir} echo fuse > %{buildroot}%{_modulesloaddir}/fuse-overlayfs.conf @@ -71,6 +71,10 @@ modprobe fuse > /dev/null 2>&1 || : %{_modulesloaddir}/fuse-overlayfs.conf %changelog +* Tue Jul 21 2020 Tom Stellard - 1.1.0-10.dev.git800011b +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Mon Jul 20 07:09:14 GMT 2020 RH Container Bot - 1.1.0-9.dev.git800011b - autobuilt 800011b