From 115c9137c3f862871e2717d98efd26645e798760 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Thu, 23 Nov 2017 14:49:57 +0100 Subject: [PATCH] specfile: 'noarch' removed from *-devel subpackage to comply with FPG --- gawk.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gawk.spec b/gawk.spec index c822d70..52b9264 100644 --- a/gawk.spec +++ b/gawk.spec @@ -44,7 +44,7 @@ Name: gawk Summary: The GNU version of the AWK text processing utility Version: 4.2.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ and GPLv2+ and LGPLv2+ and BSD @@ -137,7 +137,6 @@ text processing. %package devel Summary: Header file for gawk extensions development Requires: %{name} = %{version}-%{release} -BuildArch: noarch %description devel This subpackage provides /usr/include/gawkapi.h header file, which contains @@ -270,6 +269,9 @@ fi # ============================================================================= %changelog +* Thu Nov 23 2017 David Kaspar [Dee'Kej] - 4.2.0-2 +- 'noarch' removed from *-devel subpackage + * Tue Nov 07 2017 David Kaspar [Dee'Kej] - 4.2.0-1 - Update to late stable release from upstream [new API version - 2.0] - Added latest relevant patches from upstream's gawk-4.2-stable branch