From d6eb18eae9d81e2e278418954339195bde12df41 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Thu, 17 Jan 2013 14:01:15 +0100 Subject: [PATCH] Rebuilt for new libarchive --- anaconda.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anaconda.spec b/anaconda.spec index 5648c27..ad38481 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -3,7 +3,7 @@ Summary: Graphical system installer Name: anaconda Version: 19.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ Group: Applications/System URL: http://fedoraproject.org/wiki/Anaconda @@ -303,6 +303,9 @@ update-desktop-database &> /dev/null || : %{_prefix}/lib/dracut/modules.d/80%{name}/* %changelog +* Thu Jan 17 2013 Tomas Bzatek - 19.1-2 +- Rebuilt for new libarchive + * Mon Jan 14 2013 Brian C. Lane - 19.1-1 - Rework the reclaim dialog to have a resize slider. (clumens) - g_type_init call is no longer needed (bcl)