From 147cb4ced139af30d6f3c123aaf3c5e4299577d9 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 15 Apr 2014 16:09:46 +0300 Subject: [PATCH] - Temporarily bring back find-requires and -provides scripts to rrc-side - Packages that refer to /usr/lib/rpm/redhat/find-requires|provides do exist afterall, bring the scripts (but NOT macro overrides for them) back until the packages (python3 at least) are fixed. --- redhat-rpm-config.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 2cd8a30..db24be5 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: 17 +Version: 18 Release: 1%{?dist} # No version specified. License: GPL+ @@ -123,6 +123,8 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{rrcdir}/dist.sh %{rrcdir}/redhat-hardened-* %{rrcdir}/config.* +%{rrcdir}/find-provides +%{rrcdir}/find-requires %{_fileattrsdir}/*.attr %{_rpmconfigdir}/kmod.prov %{_rpmconfigdir}/macros.d/macros.*-srpm @@ -133,8 +135,6 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{rrcdir}/kmodtool %{rrcdir}/rpmsort %{rrcdir}/symset-table -%{rrcdir}/find-provides -%{rrcdir}/find-requires %{rrcdir}/find-provides.ksyms %{rrcdir}/find-requires.ksyms %{rrcdir}/find-provides.d/firmware.prov @@ -142,6 +142,9 @@ install -p -m 755 -t %{buildroot}%{_rpmconfigdir} kmod.prov %{_rpmconfigdir}/macros.d/macros.kmp %changelog +* Tue Apr 15 2014 Panu Matilainen - 18-1 +- Temporarily bring back find-requires and -provides scripts to rrc-side + * Tue Apr 15 2014 Panu Matilainen - 17-1 - Let OCaml handle its own arch macros (#1087794)