From c6d1f7c3e03d51d1ebd35f17f128b02233a958d9 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Jan 25 2018 15:41:43 +0000 Subject: Rebuild to work around gcc bug leading to librpm miscompilation (#1538648) --- diff --git a/rpm.spec b/rpm.spec index b5a1354..39cc35b 100644 --- a/rpm.spec +++ b/rpm.spec @@ -23,7 +23,7 @@ %global rpmver 4.14.1 #global snapver rc2 -%global rel 2 +%global rel 3 %global srcver %{version}%{?snapver:-%{snapver}} %global srcdir %{?snapver:testing}%{!?snapver:%{name}-%(echo %{version} | cut -d'.' -f1-2).x} @@ -575,6 +575,9 @@ make check || cat tests/rpmtests.log %doc doc/librpm/html/* %changelog +* Thu Jan 25 2018 Florian Weimer - 4.14.1-3 +- Rebuild to work around gcc bug leading to librpm miscompilation (#1538648) + * Thu Jan 18 2018 Panu Matilainen - 4.14.1-2 - Avoid nuking the new python-macro-helper along with dep generators (#1535692)