From 1a3c5027f066b8dc18ae212dff0ce1738380506c Mon Sep 17 00:00:00 2001 From: Alexey Tourbin Date: Thu, 22 Sep 2011 02:57:10 +0400 Subject: [PATCH] 4.0.4-alt100.35 - cpp.req: track included files down to the first external file. --- rpm-4_0.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rpm-4_0.spec b/rpm-4_0.spec index 5d3a167..b85c3b9 100644 --- a/rpm-4_0.spec +++ b/rpm-4_0.spec @@ -3,7 +3,7 @@ Name: rpm Version: 4.0.4 -Release: alt100.34 +Release: alt100.35 %define ifdef() %if %{expand:%%{?%{1}:1}%%{!?%{1}:0}} %define get_dep() %(rpm -q --qf '%%{NAME} >= %%|SERIAL?{%%{SERIAL}:}|%%{VERSION}-%%{RELEASE}' %1 2>/dev/null || echo '%1 >= unknown') @@ -504,6 +504,9 @@ fi %_bindir/rpm2cpio.static %changelog +* Thu Sep 22 2011 Alexey Tourbin 4.0.4-alt100.35 +- cpp.req: track included files down to the first external file. + * Sun Sep 18 2011 Alexey Tourbin 4.0.4-alt100.34 - cpp.req: process subpackage *.pc files before other *.pc files, to handle subtle cases like separate -gtk2-devel and -gtk3-devel subpackages.