From f3f5cd6fdad917af3bf9cb629593a8ec89b4253f Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 22 May 2020 11:58:56 +0200 Subject: [PATCH] Rebuilt for libgladeui soname bump --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 6229ed0..8f5a2bd 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ Summary: Graphical system installer Name: anaconda Version: 33.15 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ and MIT URL: http://fedoraproject.org/wiki/Anaconda @@ -349,6 +349,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri May 22 2020 Kalev Lember - 33.15-2 +- Rebuilt for libgladeui soname bump + * Tue May 19 2020 Martin Kolman - 33.15-1 - Update the bootloader configuration after live installation (javierm) - subscription: Registration button sensitivity handling (mkolman)