diff options
author | Łukasz Stelmach <l.stelmach@samsung.com> | 2014-11-03 18:13:55 +0100 |
---|---|---|
committer | Lukasz Stelmach <l.stelmach@samsung.com> | 2014-11-03 09:20:30 -0800 |
commit | b56ed49a97939d11dd4270c9550966c43b9ce5a6 (patch) | |
tree | cdb51350d695c6f4607875a82e9c2e70cbb5e4ea | |
parent | 4911aabb47f039aa3d205aa6c6ebe1a982797c97 (diff) | |
download | rpm-b56ed49a97939d11dd4270c9550966c43b9ce5a6.tar.gz rpm-b56ed49a97939d11dd4270c9550966c43b9ce5a6.tar.bz2 rpm-b56ed49a97939d11dd4270c9550966c43b9ce5a6.zip |
Remove unnecessary Group tag for documentation packagessubmit/tizen_mobile/20141120.000000submit/tizen_ivi/20141119.444444submit/tizen_ivi/20141119.333333submit/tizen_ivi/20141119.051921submit/tizen/20141104.115426accepted/tizen/mobile/20141119.083810accepted/tizen/ivi/20141120.064253accepted/tizen/common/20141104.235407
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 <l.stelmach@samsung.com>
-rw-r--r-- | packaging/rpm-tizen_macros | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packaging/rpm-tizen_macros b/packaging/rpm-tizen_macros index e7648f9f8..2e7d43260 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}.\ |