From 2e05c59663d5955cc10c5a5a2d208a128209d5da Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Fri, 27 Jul 2018 14:55:17 +0200 Subject: [PATCH] Rebuild for new binutils Signed-off-by: Igor Gnatenko --- libdnf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libdnf.spec b/libdnf.spec index 9e5de10..aca02fd 100644 --- a/libdnf.spec +++ b/libdnf.spec @@ -24,7 +24,7 @@ Name: libdnf Version: 0.16.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Library providing simplified C and Python API to libsolv License: LGPLv2+ URL: https://github.com/rpm-software-management/libdnf @@ -214,6 +214,9 @@ popd %endif %changelog +* Fri Jul 27 2018 Igor Gnatenko - 0.16.1-3 +- Rebuild for new binutils + * Fri Jul 27 2018 Daniel Mach - 0.16.1-2 - [module] Implement 'module_hotfixes' conf option to skip filtering RPMs from hotfix repos. - [goal] Fix distupgrade filter, allow downgrades.