diff --git a/multilib-rpm-config.spec b/multilib-rpm-config.spec index a55f66e..71413bd 100644 --- a/multilib-rpm-config.spec +++ b/multilib-rpm-config.spec @@ -1,8 +1,3 @@ -# While we are in package playing with packaging principles, why about having -# this solved in redhat-rpm-config too? (Also for RHELs which are alive, or -# EPELs otherwise). -%{!?_licensedir:%global license %doc} - # https://fedoraproject.org/wiki/Packaging:Guidelines#Packaging_of_Additional_RPM_Macros %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) @@ -11,8 +6,14 @@ Summary: Multilib packaging helpers Name: multilib-rpm-config Version: 1 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ + +# TODO: resolve directly in rpm/redhat-rpm-config (instead of this hack). +# Note that to avoid FTBFS against plain RHEL6, we can't put this hack before +# License tag. +%{!?_licensedir:%global license %%doc} + URL: https://fedoraproject.org/wiki/PackagingDrafts/MultilibTricks BuildRequires: gcc @@ -118,6 +119,9 @@ test `$capable --arch ppc64p7` = true %changelog +* Fri Apr 07 2017 Pavel Raiskup - 1-8 +- fix FTBFS on plain RHEL6 + * Fri Feb 10 2017 Fedora Release Engineering - 1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild