From 188c86566f2f7500c24326e57879e54e7af11eaf Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Mon, 7 Apr 2014 14:36:52 +0300 Subject: [PATCH] Be more explicit about the package contents --- redhat-rpm-config.spec | 31 ++++++++++++++++++++++++++++--- 1 file changed, 28 insertions(+), 3 deletions(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index f73ac94..e254bcc 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 11 +Version: 12 Release: 1%{?dist} # No version specified. License: GPL+ @@ -103,10 +103,35 @@ install -p -m 644 -t %{buildroot}%{_rpmconfigdir}/macros.d macros.* %files %defattr(-,root,root) -%{rrcdir} -%{_rpmconfigdir}/macros.d/* +%dir %{rrcdir} +%dir %{rrcdir}/find-provides.d +%{rrcdir}/macros +%{rrcdir}/rpmrc +%{rrcdir}/brp-* +%{rrcdir}/dist.sh +%{rrcdir}/find-provides +%{rrcdir}/find-provides.libtool +%{rrcdir}/find-provides.pkgconfig +%{rrcdir}/find-requires +%{rrcdir}/find-requires.libtool +%{rrcdir}/find-requires.pkgconfig +%{rrcdir}/redhat-hardened-* +%{rrcdir}/config.* +%{_rpmconfigdir}/macros.d/macros.*-srpm +%{_rpmconfigdir}/macros.d/macros.dwz + +%{rrcdir}/kmodtool +%{rrcdir}/rpmsort +%{rrcdir}/symset-table +%{rrcdir}/find-provides.ksyms +%{rrcdir}/find-requires.ksyms +%{rrcdir}/find-provides.d/firmware.prov +%{rrcdir}/find-provides.d/modalias.prov %changelog +* Mon Apr 07 2014 Panu Matilainen - 12-1 +- Be more explicit about the package contents + * Wed Apr 02 2014 Panu Matilainen - 11-1 - Stop pretending this package is relocatable, its not - Require rpm >= 4.11 for /usr/lib/rpm/macros.d support etc