From ee9e17c3ad3ebbda241340c2e2570bd78036a76f Mon Sep 17 00:00:00 2001 From: "Vladimir D. Seleznev" Date: Thu, 26 Sep 2019 22:40:36 +0300 Subject: [PATCH] 4.0.4-alt133 - Added %autopatch support. --- 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 a109f08..c51a859 100644 --- a/rpm-4_0.spec +++ b/rpm-4_0.spec @@ -5,7 +5,7 @@ Name: rpm-build Version: 4.0.4 -Release: alt132 +Release: alt133 %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') @@ -542,6 +542,9 @@ mv -T %buildroot%_rpmlibdir/{,build}macros %files checkinstall %changelog +* Thu Sep 26 2019 Vladimir D. Seleznev 4.0.4-alt133 +- Added %%autopatch support. + * Sat May 11 2019 Gleb F-Malinovskiy 4.0.4-alt132 - Added %%_pointer_size, %%_is_ilp32, and %%_is_lp64 macros.