From 467059d2ea6b4802c6ed5a8a2fc7090ed9e1044f Mon Sep 17 00:00:00 2001 From: Andrew Price Date: Tue, 21 Jul 2020 09:18:02 +0100 Subject: [PATCH] * Tue Jul 21 2020 Andrew Price - 3.2.0-8 - Use make_build and make_install macros https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro - Remove -C gfs2 - it's a remnant from the cluster.git days - Remove unnecessary header notice from spec file --- gfs2-utils.spec | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/gfs2-utils.spec b/gfs2-utils.spec index 3678416..432ee21 100644 --- a/gfs2-utils.spec +++ b/gfs2-utils.spec @@ -1,18 +1,6 @@ -############################################################################### -############################################################################### -## -## Copyright (C) 2004-2018 Red Hat, Inc. All rights reserved. -## -## This copyrighted material is made available to anyone wishing to use, -## modify, copy, or redistribute it subject to the terms and conditions -## of the GNU General Public License v.2. -## -############################################################################### -############################################################################### - Name: gfs2-utils Version: 3.2.0 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ and LGPLv2+ Summary: Utilities for managing the global file system (GFS2) %ifnarch %{arm} @@ -40,13 +28,13 @@ Patch1: 1-Fix_more_linking_errors.patch %build ./autogen.sh %configure -make %{_smp_mflags} V=1 +%make_build %check make check || { cat tests/testsuite.log; exit 1; } %install -make -C gfs2 install DESTDIR=%{buildroot} +%make_install # Don't ship gfs2_{trace,lockcapture} in this package rm -f %{buildroot}/usr/sbin/gfs2_trace rm -f %{buildroot}/usr/sbin/gfs2_lockcapture @@ -75,6 +63,12 @@ modifying, and correcting inconsistencies in GFS2 file systems. %{_prefix}/lib/udev/rules.d/82-gfs2-withdraw.rules %changelog +* Tue Jul 21 2020 Andrew Price - 3.2.0-8 +- Use make_build and make_install macros + https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro +- Remove -C gfs2 - it's a remnant from the cluster.git days +- Remove unnecessary header notice from spec file + * Tue Jan 28 2020 Fedora Release Engineering - 3.2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild