From b56ed49a97939d11dd4270c9550966c43b9ce5a6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Stelmach?= Date: Mon, 3 Nov 2014 18:13:55 +0100 Subject: [PATCH] Remove unnecessary Group tag for documentation packages MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit With the Group tag explicitly set to "Documentation" trigger rpmlint errors. With the tag removed from the macro the packages inherit their parents' groups which makes rpmlint happy. Change-Id: I3bbb02e58be284ebf36f3cfb0b2fa66b912332d3 Signed-off-by: Łukasz Stelmach --- packaging/rpm-tizen_macros | 1 - 1 file changed, 1 deletion(-) diff --git a/packaging/rpm-tizen_macros b/packaging/rpm-tizen_macros index e7648f9..2e7d432 100644 --- a/packaging/rpm-tizen_macros +++ b/packaging/rpm-tizen_macros @@ -178,7 +178,6 @@ This package provides translations for package %{name}.\ %docs_package \ %package docs \ Summary: Documentation for package %{name}\ -Group: Documentation\ AutoReqProv: 0\ %description docs\ This package provides documentation for package %{name}.\ -- 2.7.4