From 979d26c34a513c4b74a9e4762e7e4ad6b05a9254 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Sat, 11 Jan 2020 21:35:50 +0300 Subject: [PATCH] - Workaround incorrect length count of MD5 digests in RPM4 RPMs Fixes: https://bugzilla.rosalinux.ru/show_bug.cgi?id=10204 - Add %%getconfdir, %%_rpmconfigdir, fix %%_rpmmacrodir --- rpm.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpm.spec b/rpm.spec index 79625da..d9f5e05 100644 --- a/rpm.spec +++ b/rpm.spec @@ -1,4 +1,4 @@ -%define commit 3d193c2fd90721f63c9fc3e3183c61822a858e75 +%define commit 67a5f5e60fa6f409a5e67c560dce5a0659feea9c %define short_commit %(echo %{commit} | head -c 4) # When updating, change commit hash above to the commit in # https://abf.io/soft/rpm5 that you want to build from @@ -65,7 +65,7 @@ Summary: The RPM package management system Name: rpm Epoch: 1 Version: %{libver}.%{minorver} -Release: 109.git%{short_commit} +Release: 110.git%{short_commit} License: LGPLv2.1+ Group: System/Configuration/Packaging Url: http://rpm5.org/