From cd34a2809e411405588c490b20326af838b7d165 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: May 29 2015 16:08:28 +0000 Subject: Drop %defattr from macros file --- diff --git a/fontpackages.spec b/fontpackages.spec index d51c331..8330a62 100644 --- a/fontpackages.spec +++ b/fontpackages.spec @@ -7,7 +7,7 @@ Name: fontpackages Version: 1.44 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Common directory and macro definitions used by font packages Group: Development/System @@ -68,6 +68,9 @@ This package contains tools used to check fonts and font packages. sed -i 's|/usr/bin/fedoradev-pkgowners|""|g' bin/repo-font-audit %endif +# Drop obosolete %defattr (#1047031) +sed -i '/^%%defattr/d' rpm/macros.fonts + %build sed -i "s|^DATADIR\([[:space:]]*\)\?=\(.*\)$|DATADIR=%{_datadir}/%{name}|g" \ bin/repo-font-audit bin/compare-repo-font-audit @@ -132,6 +135,9 @@ EOF %{_bindir}/* %changelog +* Fri May 29 2015 Zbigniew Jędrzejewski-Szmek - 1.44-12 +- Drop obsolete defattr stanzas (#1047031) + * Wed Mar 4 2015 Ville Skyttä - 1.44-11 - Install macros to %%{_rpmconfigdir}/macros.d where available (#1074274) - Fix bogus date in %%changelog